You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***Note:*** Currently, due to a bug in InfluxDB 3 Enterprise, the request trigger specification is different from Core. Use the JSON object format shown above.
> See the [API reference](/influxdb3/enterprise/api/#operation/PostConfigureProcessingEngineTrigger) for examples. Use `influxdb3 show summary` to verify the actual trigger specification.
> See the [API reference](/influxdb3/enterprise/api/#operation/PostConfigureProcessingEngineTrigger) for examples. Use `influxdb3 show summary` to verify the actual trigger specification.
54
-
{{% /show-in %}}
55
-
56
44
## Activate the processing engine
57
45
58
46
To activate the processing engine, include the `--plugin-dir <PLUGIN_DIR>` option
Copy file name to clipboardExpand all lines: content/shared/v3-core-enterprise-release-notes/_index.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@
5
5
> All updates to Core are automatically included in Enterprise.
6
6
> The Enterprise sections below only list updates exclusive to Enterprise.
7
7
8
+
## v3.2.1 {date="2025-07-03"}
9
+
10
+
### Core
11
+
12
+
#### Features
13
+
14
+
-**Enhanced database lifecycle management**:
15
+
- Allow updating the hard deletion date for already-deleted databases and tables, providing flexibility in managing data retention and compliance requirements
16
+
- Include `hard_deletion_date` column in `_internal` system tables (`databases` and `tables`) for better visibility into data lifecycle and audit trails
17
+
18
+
#### Bug Fixes
19
+
20
+
-**CLI improvements**:
21
+
- Added help text for the new `update` subcommand for database and table update features ([#26569](https://github.com/influxdata/influxdb/pull/26569))
22
+
-`--object-store` and storage configuration parameters are required for the `serve` command ([#26575](https://github.com/influxdata/influxdb/pull/26575))
23
+
-**Query processing**: Fixed V1-compatible `/query` HTTP API endpoint to correctly default to nanosecond precision (`ns`) for CSV output, ensuring backward compatibility with InfluxDB 1.x clients and preventing data precision loss ([#26577](https://github.com/influxdata/influxdb/pull/26577))
24
+
-**Database reliability**: Fixed issue preventing hard deletion of soft-deleted databases and tables, enabling complete data removal for compliance and storage management needs ([#26574](https://github.com/influxdata/influxdb/pull/26574))
25
+
26
+
### Enterprise
27
+
28
+
All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
29
+
30
+
#### Features
31
+
32
+
-**License management improvements**: New `influxdb3 show license` command displays detailed license information including type, expiration date, and resource limits, making it easier to monitor license status and compliance
33
+
34
+
#### Bug Fixes
35
+
36
+
-**API stability**: Fixed HTTP API trigger specification to use the correct `"request:REQUEST_PATH"` syntax, ensuring proper request-based trigger configuration for processing engine workflows
@@ -66,7 +68,9 @@ When running {{% product-name %}} in a distributed setup, follow these steps to
66
68
>
67
69
> Configure your plugin directory on the same system as the nodes that run the triggers and plugins.
68
70
71
+
{{% show-in "enterprise" %}}
69
72
For more information about configuring distributed environments, see the [Distributed cluster considerations](#distributed-cluster-considerations) section.
HTTP request plugins respond to API calls using [`request:`](#trigger-on-http-requests) trigger specifications{{% show-in "enterprise" %}} (CLI) or `{"request_path": {"path": "..."}}` (HTTP API){{% /show-in %}}. Use them for:
231
+
HTTP request plugins respond to API calls using [`request:`](#trigger-on-http-requests) trigger specifications. Use them for:
> See the [API reference](/influxdb3/enterprise/api/#operation/PostConfigureProcessingEngineTrigger) for examples. Use `influxdb3 show summary` to verify the actual trigger specification.
380
-
{{% /show-in %}}
381
-
382
374
### Pass arguments to plugins
383
375
384
376
Use trigger arguments to pass configuration from a trigger to the plugin it runs. You can use this for:
@@ -600,19 +592,7 @@ Each plugin must run on a node that supports its trigger type:
0 commit comments