feat(release-notes): InfluxDB 3 Core/Enterprise v3.4.2 release notes

- Generate release notes using helper script for v3.4.1 to v3.4.2
pull/6386/head
Jason Stirnaman 2025-09-12 18:13:51 -05:00
parent 4f2dd64ca9
commit 93adc6ca97
1 changed files with 32 additions and 0 deletions

View File

@ -5,6 +5,38 @@
> All updates to Core are automatically included in Enterprise.
> The Enterprise sections below only list updates exclusive to Enterprise.
## v3.4.2 {date="2025-09-11"}
### Core
#### Features
- No new features in this release
#### Bug fixes
- **Database reliability**:
- TableIndexCache initialization and ObjectStore improvements
- Persister doesn't need a TableIndexCache
#### HTTP API changes
- **v2 write API**: Standardized `/api/v2/write` error response format to match other InfluxDB editions. Error responses now use the consistent format: `{"code": "<code>", "message": "<detailed message>"}` ([#26787](https://github.com/influxdata/influxdb/pull/26787))
### Enterprise
All Core updates are included in Enterprise. Additional Enterprise-specific features and fixes:
#### Features
- **Storage engine**: Pass in root CA and disable TLS verify for object store
- **Support**: Add support for manually stopping a node
#### Bug fixes
- **Bug fix**: Generation detail path calculation panic
- **Database reliability**: Pass TableIndexCache through to PersistedFiles
## v3.4.1 {date="2025-08-28"}
### Core