feat(oss2): 2.7.12 release notes: include bug fix, bump version

pull/6070/head
Jason Stirnaman 2025-05-20 16:23:40 -05:00
parent fae826f6ef
commit 50a9d7c796
2 changed files with 7 additions and 2 deletions

View File

@ -8,7 +8,7 @@ menu:
weight: 101
---
## v2.7.12 {date="2025-05-15"}
## v2.7.12 {date="2025-05-20"}
### Features
@ -16,6 +16,10 @@ weight: 101
- Add a `--storage-wal-flush-on-shutdown` option to flush the WAL on database shutdown to ensure all data is written to disk.
- Improve response error messages for dropped points, adding details including database, retention policy, and which bound was violated for partial writes.
### Bug Fixes
- Fix a locking issue in `TagValueIterator` that could cause reads and writes in buckets to block. [PR #26414](https://github.com/influxdata/influxdb/pull/26414)
### Maintenance
- Improved startup logging with an "are we there yet" counter for the number and percentage of shards opened.
@ -23,6 +27,7 @@ weight: 101
- Update Flux to v0.196.1.
- Refresh dependencies to address security vulnerabilities and improve stability.
---
## v2.7.11 {date="2024-12-02"}

View File

@ -85,7 +85,7 @@ influxdb:
- v1
latest: v2.7
latest_patches:
v2: 2.7.11
v2: 2.7.12
v1: 1.11.8
latest_cli:
v2: 2.7.5