From 4d085a793348c267c9232748aa0c836e2f21bb8f Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 22 Aug 2024 10:16:51 -0700 Subject: [PATCH 1/2] OP: update RediSearch release notes for 2.8.17 --- .../redisearch/redisearch-2.8-release-notes.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 cbb863afa..569aa1b11 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,22 @@ weight: 91 --- ## Requirements -RediSearch v2.8.16 requires: +RediSearch v2.8.17 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v2.8.17 (August 2024) + +This is a maintenance release for RediSearch 2.8 + +Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade! + +- Bug fixes: + + - [#4941](https://github.com/redisearch/redisearch/pull/4941) Adjusting the module configuration to avoid routing overload on the first shard in a clustered database (MOD-7505) + - [#4950](https://github.com/redisearch/redisearch/pull/4950) `FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due reusing internal `CURSOR` in large range of numeric values (MOD-7454) + ## v2.8.16 (August 2024) This is a maintenance release for RediSearch 2.8 From 90a2fac1075880cfa4a10f191ee7c1dc7823d498 Mon Sep 17 00:00:00 2001 From: David Dougherty Date: Thu, 22 Aug 2024 11:00:57 -0700 Subject: [PATCH 2/2] Update content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> --- .../release-notes/redisearch/redisearch-2.8-release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 569aa1b11..0596bc6b0 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 @@ -27,7 +27,7 @@ Update urgency: `HIGH` : There is a critical bug that may affect a subset of use - Bug fixes: - [#4941](https://github.com/redisearch/redisearch/pull/4941) Adjusting the module configuration to avoid routing overload on the first shard in a clustered database (MOD-7505) - - [#4950](https://github.com/redisearch/redisearch/pull/4950) `FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due reusing internal `CURSOR` in large range of numeric values (MOD-7454) + - [#4950](https://github.com/redisearch/redisearch/pull/4950) `FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due to reusing internal `CURSOR` in large range of numeric values (MOD-7454) ## v2.8.16 (August 2024)