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
feat(monolith): Core and Ent v3.2.0 release notes and generation script:
- Add v3.2.0 release notes for Core and Enterprise 3- Add a script to help analyze the diff between tags and generate release notes in a standard format following style guidelines
Copy file name to clipboardExpand all lines: content/shared/v3-core-enterprise-release-notes/_index.md
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,56 @@
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
+
**Core**: revision 1ca3168bee
10
+
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
+
-**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))
21
+
-**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))
22
+
-**Enhanced write path**: Separate write path executor with unbounded memory for improved write performance ([#26455](https://github.com/influxdata/influxdb/pull/26455))
23
+
24
+
#### Bug Fixes
25
+
26
+
-**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))
27
+
-**Database naming validation**: Disallow underscores in database names when created via API to ensure consistency ([#26507](https://github.com/influxdata/influxdb/pull/26507))
28
+
-**Object store cleanup**: Automatic intermediate directory cleanup for file object store, preventing storage bloat ([#26480](https://github.com/influxdata/influxdb/pull/26480))
29
+
30
+
#### Additional Updates
31
+
32
+
- Track generation 1 duration in catalog for better performance monitoring ([#26508](https://github.com/influxdata/influxdb/pull/26508))
33
+
- Add retention period support to the catalog ([#26479](https://github.com/influxdata/influxdb/pull/26479))
34
+
- Update help text for improved user experience ([#26509](https://github.com/influxdata/influxdb/pull/26509))
35
+
36
+
### Enterprise
37
+
38
+
All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
39
+
40
+
#### Features
41
+
42
+
-**License management improvements**:
43
+
- New `influxdb3 show license` command to display current license information
44
+
-**Table-level retention period support**: Add retention period support for individual tables in addition to database-level retention, providing granular data lifecycle management
45
+
- New CLI commands: `create table --retention-period` and `update table --retention-period`
46
+
- Set or clear table-specific retention policies independent of database settings
47
+
-**Compaction improvements**:
48
+
- Address compactor restart issues for better reliability
49
+
- Track compacted generation durations in catalog for monitoring
50
+
- Disable parquet cache for ingest mode to optimize memory usage
51
+
52
+
#### Bug Fixes
53
+
54
+
-**Query optimization**: Correctly partition query chunks into generations for improved performance
55
+
-**Data integrity**: Don't delete generation 1 files as part of compaction process
56
+
-**License handling**: Trim whitespace from license file contents after reading to prevent validation issues
0 commit comments