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
Copy file name to clipboardExpand all lines: content/shared/v3-core-enterprise-release-notes/_index.md
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,57 @@
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.0 {date="2025-06-25"}
9
+
10
+
**Core**: revision 1ca3168bee
11
+
**Enterprise**: revision 1ca3168bee
12
+
13
+
### Core
14
+
15
+
#### Features
16
+
17
+
-**Hard delete for databases and tables**: Permanently delete databases and tables, enabling complete removal of data structures for compliance and storage management ([#26553](https://github.com/influxdata/influxdb/pull/26553))
18
+
-**AWS credentials auto-reload**: Support dynamic reloading of ephemeral AWS credentials from files, improving security and reliability when using AWS services ([#26537](https://github.com/influxdata/influxdb/pull/26537))
19
+
-**Database retention period support**: Add retention period support for databases via CLI commands (`create database` and `update database` commands) and HTTP APIs ([#26520](https://github.com/influxdata/influxdb/pull/26520)):
20
+
- New CLI command: `update database --retention-period`
21
+
-**Configurable lookback duration**: Users can specify lookback duration for PersistedFiles buffer, providing better control over query performance ([#26528](https://github.com/influxdata/influxdb/pull/26528))
22
+
-**WAL replay concurrency control**: Add concurrency limits for WAL (Write-Ahead Log) replay to improve startup performance and resource management ([#26483](https://github.com/influxdata/influxdb/pull/26483))
23
+
-**Enhanced write path**: Separate write path executor with unbounded memory for improved write performance ([#26455](https://github.com/influxdata/influxdb/pull/26455))
24
+
25
+
#### Bug Fixes
26
+
27
+
-**WAL corruption handling**: Handle corrupt WAL files during replay without panic, improving data recovery and system resilience ([#26556](https://github.com/influxdata/influxdb/pull/26556))
28
+
-**Database naming validation**: Disallow underscores in database names when created via API to ensure consistency ([#26507](https://github.com/influxdata/influxdb/pull/26507))
29
+
-**Object store cleanup**: Automatic intermediate directory cleanup for file object store, preventing storage bloat ([#26480](https://github.com/influxdata/influxdb/pull/26480))
30
+
31
+
#### Additional Updates
32
+
33
+
- Track generation 1 duration in catalog for better performance monitoring ([#26508](https://github.com/influxdata/influxdb/pull/26508))
34
+
- Add retention period support to the catalog ([#26479](https://github.com/influxdata/influxdb/pull/26479))
35
+
- Update help text for improved user experience ([#26509](https://github.com/influxdata/influxdb/pull/26509))
36
+
37
+
### Enterprise
38
+
39
+
All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
40
+
41
+
#### Features
42
+
43
+
-**License management improvements**:
44
+
- New `influxdb3 show license` command to display current license information
45
+
-**Table-level retention period support**: Add retention period support for individual tables in addition to database-level retention, providing granular data lifecycle management
46
+
- New CLI commands: `create table --retention-period` and `update table --retention-period`
47
+
- Set or clear table-specific retention policies independent of database settings
48
+
-**Compaction improvements**:
49
+
- Address compactor restart issues for better reliability
50
+
- Track compacted generation durations in catalog for monitoring
51
+
- Disable parquet cache for ingest mode to optimize memory usage
52
+
53
+
#### Bug Fixes
54
+
55
+
-**Query optimization**: Correctly partition query chunks into generations for improved performance
56
+
-**Data integrity**: Don't delete generation 1 files as part of compaction process
57
+
-**License handling**: Trim whitespace from license file contents after reading to prevent validation issues
0 commit comments