Skip to content

Commit 50a9d7c

Browse files
committed
feat(oss2): 2.7.12 release notes: include bug fix, bump version
1 parent fae826f commit 50a9d7c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

content/influxdb/v2/reference/release-notes/influxdb.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,26 @@ menu:
88
weight: 101
99
---
1010

11-
## v2.7.12 {date="2025-05-15"}
11+
## v2.7.12 {date="2025-05-20"}
1212

1313
### Features
1414

1515
- Add a `--pid-file` option to write a PID file to the specified location on startup. InfluxDB removes the PID file on shutdown.
1616
- Add a `--storage-wal-flush-on-shutdown` option to flush the WAL on database shutdown to ensure all data is written to disk.
1717
- Improve response error messages for dropped points, adding details including database, retention policy, and which bound was violated for partial writes.
1818

19+
### Bug Fixes
20+
21+
- 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)
22+
1923
### Maintenance
2024

2125
- Improved startup logging with an "are we there yet" counter for the number and percentage of shards opened.
2226
- Update Go to 1.23.9.
2327
- Update Flux to v0.196.1.
2428
- Refresh dependencies to address security vulnerabilities and improve stability.
2529

30+
---
2631

2732
## v2.7.11 {date="2024-12-02"}
2833

data/products.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ influxdb:
8585
- v1
8686
latest: v2.7
8787
latest_patches:
88-
v2: 2.7.11
88+
v2: 2.7.12
8989
v1: 1.11.8
9090
latest_cli:
9191
v2: 2.7.5

0 commit comments

Comments
 (0)