|
11 | 11 |
|
12 | 12 | #### Features
|
13 | 13 |
|
14 |
| -- Allow hard_deleted date of deleted schema to be updated |
15 |
| -- Include hard_deletion_date in `_internal`, `databases`, and `tables` |
| 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 |
16 | 17 |
|
17 | 18 | #### Bug Fixes
|
18 | 19 |
|
19 |
| -- Add help text for the new update subcommand (#26569) ([#26569](https://github.com/influxdata/influxdb/pull/26569)) |
20 |
| -- `--object-store` is explicitly marked required (#26575) ([#26575](https://github.com/influxdata/influxdb/pull/26575)) |
21 |
| -- v1 query API should default to ns for CSV output (#26577) ([#26577](https://github.com/influxdata/influxdb/pull/26577)) |
22 |
| -- Existing soft-deleted schema can be hard-deleted (#26574) ([#26574](https://github.com/influxdata/influxdb/pull/26574)) |
| 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)) |
23 | 25 |
|
24 | 26 | ### Enterprise
|
25 | 27 |
|
26 | 28 | All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
|
27 | 29 |
|
28 | 30 | #### Features
|
29 | 31 |
|
30 |
| -- Amend license info command |
| 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 |
31 | 33 |
|
32 | 34 | #### Bug Fixes
|
33 | 35 |
|
34 |
| -- Use string representation of TriggerSpecificationDefinition in API |
| 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 |
35 | 37 |
|
36 | 38 | ## v3.2.0 {date="2025-06-25"}
|
37 | 39 |
|
|
0 commit comments