Merge branch 'master' into 6381-v1.12.2-release
commit
5e129995dd
|
@ -5,6 +5,46 @@
|
||||||
> All updates to Core are automatically included in Enterprise.
|
> All updates to Core are automatically included in Enterprise.
|
||||||
> The Enterprise sections below only list updates exclusive to 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
|
||||||
|
|
||||||
|
#### Operational improvements
|
||||||
|
|
||||||
|
- **Compaction optimizations**:
|
||||||
|
- Compaction cleaner now waits for 1 hour by default (previously 10 minutes)
|
||||||
|
- Compaction producer now waits for 10 seconds before starting compaction cycle
|
||||||
|
- **Catalog synchronization**: Background catalog update is synchronized every 1 second (previously 10 seconds)
|
||||||
|
- **Logging improvements**: Added clear logging to indicate what sequence is persisted on producer side and what is consumed by the consumer side
|
||||||
|
|
||||||
## v3.4.1 {date="2025-08-28"}
|
## v3.4.1 {date="2025-08-28"}
|
||||||
|
|
||||||
### Core
|
### Core
|
||||||
|
|
|
@ -6,7 +6,7 @@ influxdb3_core:
|
||||||
versions: [core]
|
versions: [core]
|
||||||
list_order: 2
|
list_order: 2
|
||||||
latest: core
|
latest: core
|
||||||
latest_patch: 3.4.1
|
latest_patch: 3.4.2
|
||||||
placeholder_host: localhost:8181
|
placeholder_host: localhost:8181
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I install and run InfluxDB 3 Core?
|
- How do I install and run InfluxDB 3 Core?
|
||||||
|
@ -21,7 +21,7 @@ influxdb3_enterprise:
|
||||||
versions: [enterprise]
|
versions: [enterprise]
|
||||||
list_order: 2
|
list_order: 2
|
||||||
latest: enterprise
|
latest: enterprise
|
||||||
latest_patch: 3.4.1
|
latest_patch: 3.4.2
|
||||||
placeholder_host: localhost:8181
|
placeholder_host: localhost:8181
|
||||||
ai_sample_questions:
|
ai_sample_questions:
|
||||||
- How do I install and run InfluxDB 3 Enterprise?
|
- How do I install and run InfluxDB 3 Enterprise?
|
||||||
|
|
Loading…
Reference in New Issue