From 47d3f2c627e2317d5a5581f82ec6fc5c39c9fcfc Mon Sep 17 00:00:00 2001 From: Lior Kogan Date: Tue, 11 Jun 2024 18:50:56 +0100 Subject: [PATCH] June modules release notes (#309) * June modules release notes * Update redisearch-2.8-release-notes.md * Update redisjson-2.4-release-notes.md * Update redisjson-2.6-release-notes.md * Update redistimeseries-1.8-release-notes.md * Update redistimeseries-1.10-release-notes.md --- .../redisearch-2.6-release-notes.md | 34 ++++++++++++++++++- .../redisearch-2.8-release-notes.md | 10 +++--- .../redisjson/redisjson-2.4-release-notes.md | 15 +++++++- .../redisjson/redisjson-2.6-release-notes.md | 15 +++++++- .../redistimeseries-1.10-release-notes.md | 14 +++++++- .../redistimeseries-1.8-release-notes.md | 18 +++++++++- 6 files changed, 96 insertions(+), 10 deletions(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md index 926612e12..a19b944b2 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md @@ -15,11 +15,43 @@ weight: 92 --- ## Requirements -RediSearch v2.6.16 requires: +RediSearch v2.6.18 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.8 +## v2.6.18 (April 2024) + +This is a maintenance release for RediSearch 2.6. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +- Bug fixes: + + - [#4557](https://github.com/RediSearch/RediSearch/pull/4557) Additional "`}`" on wildcards replies for `FT.EXPLAIN` (MOD-6768) + +## v2.6.17 (April 2024) + +This is a maintenance release for RediSearch 2.6. + +Update urgency: `HIGH`: There is a critical bug that may affect a subset of users. Upgrade! + +Details: + +- Bug fixes: + + - [#4524](https://github.com/RediSearch/RediSearch/pull/4524) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597) + - [#4543](https://github.com/RediSearch/RediSearch/pull/4543) `FT.SEARCH` accessing an inexistent memory address causes a crash if using deprecated `FT.ADD` command (MOD-6599) + - [#4535](https://github.com/RediSearch/RediSearch/pull/4535) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791) + - [#4540](https://github.com/RediSearch/RediSearch/pull/4540) Unfree memory from an existing RDB while re-indexing loading a new RDB could cause a crash (MOD-6831, 6810) + - [#4485](https://github.com/RediSearch/RediSearch/pull/4485) Some parameter settings using just prefixes instead of full values were working (MOD-6709) + +- Improvements: + + - [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of `MULTI ... EXEC` or LUA script (MOD-6541) + ## v2.6.16 (March 2024) This is a maintenance release for RediSearch 2.6. 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 15edfca70..35dfc4e0a 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 @@ -28,17 +28,17 @@ Details: - Bug fixes: - - [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on GEOSHAPE accepting just prefix instead of complete predicate (MOD-6663) - - [#4513](https://github.com/RediSearch/RediSearch/pull/4513) FT.CURSOR READ in a numeric query causing a crash (MOD-6597) - - [#4534](https://github.com/RediSearch/RediSearch/pull/4534) FT.PROFILE with incorrect arguments could cause a crash on cluster setup (MOD-6791) + - [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on `GEOSHAPE` accepting just prefix instead of complete predicate (MOD-6663) + - [#4513](https://github.com/RediSearch/RediSearch/pull/4513) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597) + - [#4534](https://github.com/RediSearch/RediSearch/pull/4534) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791) - [#4530](https://github.com/RediSearch/RediSearch/pull/4530) Some parameter settings using just prefixes instead of full values were working (MOD-6709) - [#4539](https://github.com/RediSearch/RediSearch/pull/4539) Unfree memory while re-indexing a new RDB as it's loading could cause a crash (MOD-6831, 6810) - [#4498](https://github.com/RediSearch/RediSearch/pull/4498) Vector pre-filtered query (hybrid query) that times out causing a crash due to deadlock when trying to write a new document (MOD-6510, MOD-6244) - - [#4495](https://github.com/RediSearch/RediSearch/pull/4495) FT.SEARCH accessing an inexistent memory address causes a crash if using the deprecated FT.ADD command (MOD-6599) + - [#4495](https://github.com/RediSearch/RediSearch/pull/4495) `FT.SEARCH` accessing an inexistent memory address causes a crash if using the deprecated `FT.ADD` command (MOD-6599) - Improvements: - - [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of MULTI/EXEC or LUA script (MOD-6541) + - [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of `MULTI ... EXEC` or LUA script (MOD-6541) - [#4526](https://github.com/RediSearch/RediSearch/pull/4526) Adding detailed geometry info on error messages (MOD-6701) ## v2.8.12 (March 2024) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md index f8cb71a0d..68a4b086a 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.4-release-notes.md @@ -17,11 +17,24 @@ weight: 97 --- ## Requirements -RedisJSON v2.4.8 requires: +RedisJSON v2.4.9 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.18 +## v2.4.9 (April 2024) + +This is a maintenance release for RedisJSON 2.4. + +Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent. + +Details: + +- Bug fixes: + + - [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714) + - HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645) + ## v2.4.8 (January 2024) This is a maintenance release for RedisJSON 2.4. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md index c72c691ac..ecb7e756b 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisjson/redisjson-2.6-release-notes.md @@ -14,11 +14,24 @@ weight: 96 --- ## Requirements -RedisJSON v2.6.9 requires: +RedisJSON v2.6.10 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v2.6.10 (April 2024) + +This is a maintenance release for RedisJSON 2.6. + +Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent. + +Details: + +- Bug fixes: + + - [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714) + - HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645) + ## v2.6.9 (January 2024) This is a maintenance release for RedisJSON 2.6. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md index f5276b425..a2a045d55 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md @@ -14,11 +14,23 @@ weight: 95 --- ## Requirements -RedisTimeSeries v1.10.11 requires: +RedisTimeSeries v1.10.12 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v1.10.12 (March 2024) + +This is a maintenance release for RedisTimeSeries 1.10. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +- Improvements: + + - [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages + ## v1.10.11 (October 2023) This is a maintenance release for RedisTimeSeries 1.10. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md index 32abcbe29..ddd900674 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md @@ -16,11 +16,27 @@ weight: 96 --- ## Requirements -RedisTimeSeries v1.8.12 requires: +RedisTimeSeries v1.8.13 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.8 +## v1.8.13 (March 2024) + +This is a maintenance release for RedisTimeSeries 1.8. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +### Details + +- Bug fixes: + + - [LibMR#51](https://github.com/RedisGears/LibMR/pull/51) Crash on SSL initialization failure (MOD-5647) + +- Improvements: + + - [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages + ## v1.8.12 (December 2023) This is a maintenance release for RedisTimeSeries 1.8.