Skip to content

Commit 9f9a6f8

Browse files
committed
chore(influxdb3): improve release notes
1 parent d5a6259 commit 9f9a6f8

File tree

1 file changed

+10
-8
lines changed
  • content/shared/v3-core-enterprise-release-notes

1 file changed

+10
-8
lines changed

content/shared/v3-core-enterprise-release-notes/_index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,29 @@
1111

1212
#### Features
1313

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
1617

1718
#### Bug Fixes
1819

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))
2325

2426
### Enterprise
2527

2628
All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
2729

2830
#### Features
2931

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
3133

3234
#### Bug Fixes
3335

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
3537

3638
## v3.2.0 {date="2025-06-25"}
3739

0 commit comments

Comments
 (0)