From 50a9d7c796cb8b9cf8913b66595547403f448cc7 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 20 May 2025 16:23:40 -0500 Subject: [PATCH] feat(oss2): 2.7.12 release notes: include bug fix, bump version --- content/influxdb/v2/reference/release-notes/influxdb.md | 7 ++++++- data/products.yml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/content/influxdb/v2/reference/release-notes/influxdb.md b/content/influxdb/v2/reference/release-notes/influxdb.md index 8ad4a0178..9633439d6 100644 --- a/content/influxdb/v2/reference/release-notes/influxdb.md +++ b/content/influxdb/v2/reference/release-notes/influxdb.md @@ -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"} diff --git a/data/products.yml b/data/products.yml index 47c2d258e..d427e7ffc 100644 --- a/data/products.yml +++ b/data/products.yml @@ -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