From 32777098164d5de2db025909d730d1ae929c50ad Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 4 Dec 2025 07:40:44 -0800 Subject: [PATCH] OP: add RedisJSON & RediSearch release notes --- .../redisearch-2.8-release-notes.md | 27 +++++++++++++++++-- .../redisjson/redisjson-2.8-release-notes.md | 13 ++++++++- 2 files changed, 37 insertions(+), 3 deletions(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md index ccdae9c857..af0034e781 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md @@ -13,11 +13,34 @@ weight: 91 --- ## Requirements -RediSearch v2.8.31 requires: +RediSearch v2.8.32 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v2.8.32 (November 2025) + +This is a maintenance release for RediSearch 2.8. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Improvements: +- [#7157](https://github.com/RediSearch/RediSearch/pull/7157) Show background indexing OOM warning in `FT.AGGREGATE` reply in RESP3. +- [#7380](https://github.com/RediSearch/RediSearch/pull/7380) Rename `FT.PROFILE` counter fields. +- [#7366](https://github.com/RediSearch/RediSearch/pull/7366) Reduce temporary memory overhead upon index load from RDB. +- [#7393](https://github.com/RediSearch/RediSearch/pull/7393) Enhance `FT.PROFILE` with vector search execution details. +- [#7480](https://github.com/RediSearch/RediSearch/pull/7480) Ensure full profile output on timeout with RETURN policy. + +Bug Fixes: +- [#7216](https://github.com/RediSearch/RediSearch/pull/7216) Fix a concurrency issue on Reducer in `FT.AGGREGATE`. +- [#7259](https://github.com/RediSearch/RediSearch/pull/7259) Fix underflow in BM25STD. +- [#7278](https://github.com/RediSearch/RediSearch/pull/7278) Report used memory as unsigned long long to avoid underflows. +- [#7340](https://github.com/RediSearch/RediSearch/pull/7340) Fix a rare leak in GC. +- [#7462](https://github.com/RediSearch/RediSearch/pull/7462) Fix Fork GC potential double-free on error path. +- [#7525](https://github.com/RediSearch/RediSearch/pull/7525) Avoid draining workers thread pool from `FLUSHDB` callback to avoid potential deadlocks. + +Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.8.31...v2.8.32 + ## v2.8.31 (October 2025) This is a maintenance release for RediSearch 2.8. @@ -39,7 +62,7 @@ Bug fixes: - [#6672](https://github.com/RediSearch/RediSearch/pull/6672) Fix potential file descriptor leak when OOM. - [#6763](https://github.com/RediSearch/RediSearch/pull/6763) Fix potential deadlock during RDB loading in cases where the `INFO` command is sent to the server. -**Full Changelog**: https://github.com/RediSearch/RediSearch/compare/v2.8.29...v2.8.30. +Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.8.29...v2.8.30. ## v2.8.29 (August 2025) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md index 32603cbafe..f9233b0165 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.8-release-notes.md @@ -15,11 +15,22 @@ weight: 95 ## Requirements -RedisJSON v2.8.15 requires: +RedisJSON v2.8.16 requires: - Minimum Redis compatibility version (database): 7.4 - Minimum Redis Enterprise Software version (cluster): 7.8 +## v2.8.16 (November 2025) + +This is a maintenance release for RedisJSON 2.8. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Bug fixes: +- [#1446](https://github.com/redisjson/redisjson/pull/1446) Rare race condition in async flush (MOD-12014). + ## v2.8.15 (October 2025) This is a maintenance release for RedisJSON 2.8.