From 168097c5b2a48c8e6ea7756432368d6be23cb194 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 28 Apr 2025 07:27:19 -0700 Subject: [PATCH 1/2] OP: add module release notes --- .../redisbloom/redisbloom-2.4-release-notes.md | 13 ++++++++++++- .../redisbloom/redisbloom-2.6-release-notes.md | 13 ++++++++++++- .../redisbloom/redisbloom-2.8-release-notes.md | 13 ++++++++++++- .../redisjson/redisjson-2.4-release-notes.md | 13 ++++++++++++- .../redisjson/redisjson-2.6-release-notes.md | 16 +++++++++++++++- .../redisjson/redisjson-2.8-release-notes.md | 16 +++++++++++++++- .../redistimeseries-1.10-release-notes.md | 18 +++++++++++++++++- .../redistimeseries-1.12-release-notes.md | 18 +++++++++++++++++- .../redistimeseries-1.8-release-notes.md | 18 +++++++++++++++++- 9 files changed, 129 insertions(+), 9 deletions(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md index bac9aec478..14cfd3ed2f 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md @@ -14,11 +14,22 @@ weight: 96 --- ## Requirements -RedisBloom v2.4.14 requires: +RedisBloom v2.4.15 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.8 +## v2.4.15 (April 2025) + +This is a maintenance release for RedisBloom 2.4. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Improvements: +- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171) + ## v2.4.14 (February 2025) This is a maintenance release for RedisBloom 2.4. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md index 0161765c33..0edb57b989 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md @@ -14,11 +14,22 @@ weight: 95 --- ## Requirements -RedisBloom v2.6.17 requires: +RedisBloom v2.6.18 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v2.6.18 (April 2025) + +This is a maintenance release for RedisBloom 2.6. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Improvements: +- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171) + ## v2.6.17 (February 2025) This is a maintenance release for RedisBloom 2.6. diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md index 6287ec921a..be4ff54acf 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md @@ -15,11 +15,22 @@ weight: 94 ## Requirements -RedisBloom v2.8.5 requires: +RedisBloom v2.8.7 requires: - Minimum Redis compatibility version (database): 7.4 - Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +## v2.8.7 (April 2025) + +This is a maintenance release for RedisBloom 2.8 + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Improvements: +- [#865](https://github.com/redisbloom/redisbloom/pull/865) Added support for Azure Linux 3 (MOD-9171) + ## v2.8.5 (January 2025) This is a maintenance release for RedisBloom 2.8. 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 9c4e56ba0e..f7ef3a7ec1 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,22 @@ weight: 97 --- ## Requirements -RedisJSON v2.4.11 requires: +RedisJSON v2.4.12 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.18 +## v2.4.12 (April 2025) + +This is a maintenance release for RedisJSON 2.4. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Improvements: +- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172) + ## v2.4.11 (January 2025) 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 cb02fbb478..18f12544d6 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,25 @@ weight: 96 --- ## Requirements -RedisJSON v2.6.14 requires: +RedisJSON v2.6.15 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v2.6.15 (April 2025) + +This is a maintenance release for RedisJSON 2.6. + +Update urgency: `LOW`: No need to upgrade unless there are new features you want to use. + +Details: + +Bug fixes +- [#1329](https://github.com/redisjson/redisjson/pull/1329) Memory usage calculation: some allocations are counted twice (MOD-9169) + +Improvements: +- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172) + ## v2.6.14 (January 2025) This is a maintenance release for RedisJSON 2.6 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 f4aa46e541..a12fe7223c 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,25 @@ weight: 95 ## Requirements -RedisJSON v2.8.8 requires: +RedisJSON v2.8.9 requires: - Minimum Redis compatibility version (database): 7.4 - Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +## v2.8.9 (April 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 +- [#1329](https://github.com/redisjson/redisjson/pull/1329) Memory usage calculation: some allocations are counted twice (MOD-9169) + +Improvements: +- [#1335](https://github.com/redisjson/redisjson/pull/1335) Added support for Azure Linux 3 (MOD-9172) + ## v2.8.8 (January 2025) This is a maintenance release for RedisJSON 2.8 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 d36fc50dc8..4290cffbe7 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,27 @@ weight: 95 --- ## Requirements -RedisTimeSeries v1.10.16 requires: +RedisTimeSeries v1.10.17 requires: - Minimum Redis compatibility version (database): 7.2 - Minimum Redis Enterprise Software version (cluster): 7.2.4 +## v1.10.17 (April 2025) + +This is a maintenance release for RedisTimeSeries 1.10. + +Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent. + +Details: + +Bug fixes: +- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) +- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) + +Improvements: +- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170) +- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314) + ## v1.10.16 (January 2025) 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.12-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md index 0b5cef8212..1764ea6b41 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md @@ -14,11 +14,27 @@ weight: 94 --- ## Requirements -RedisTimeSeries v1.12.5 requires: +RedisTimeSeries v1.12.6 requires: - Minimum Redis compatibility version (database): 7.4 - Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +## v1.12.6 (April 2025) + +This is a maintenance release for RedisTimeSeries 1.12. + +Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent. + +Details: + +Bug fixes: +- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) +- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) + +Improvements: +- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170) +- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314) + ## v1.12.5 (January 2025) This is a maintenance release for RedisTimeSeries 1.12. 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 5b8a185ce9..255818bf49 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.16 requires: +RedisTimeSeries v1.8.17 requires: - Minimum Redis compatibility version (database): 6.0.16 - Minimum Redis Enterprise Software version (cluster): 6.2.8 +## v1.8.17 (April 2025) + +This is a maintenance release for RedisTimeSeries 1.8. + +Update urgency: `MODERATE`: Plan an upgrade of the server, but it's not urgent. + +Details: + +*Bug fixes: +- [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) +- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) + +Improvements: +- [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170) +- [#1736](https://github.com/redistimeseries/redistimeseries/pull/1736) (Redis Enterprise only) Cross-key commands are handled by a random shard rather than the first shard (MOD-9262, MOD-9314) + ## v1.8.16 (January 2025) This is a maintenance release for RedisTimeSeries 1.8. From c3934a5fef288f456d223e1e9e277ec443845ba8 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 28 Apr 2025 08:24:55 -0700 Subject: [PATCH 2/2] Apply review comments --- .../redisbloom/redisbloom-2.8-release-notes.md | 4 ++-- .../release-notes/redisjson/redisjson-2.8-release-notes.md | 4 ++-- .../redistimeseries/redistimeseries-1.10-release-notes.md | 2 +- .../redistimeseries/redistimeseries-1.12-release-notes.md | 6 +++--- .../redistimeseries/redistimeseries-1.8-release-notes.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md index be4ff54acf..e1ea8f95c7 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md @@ -8,7 +8,7 @@ categories: description: RedisBloom 2.8 introduces improvements and bug fixes. linkTitle: v2.8 (July 2024) min-version-db: '7.4' -min-version-rs: 7.6 (TBD) +min-version-rs: 7.8 toc: 'true' weight: 94 --- @@ -18,7 +18,7 @@ weight: 94 RedisBloom v2.8.7 requires: - Minimum Redis compatibility version (database): 7.4 -- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +- Minimum Redis Enterprise Software version (cluster): 7.8 ## v2.8.7 (April 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 a12fe7223c..913234ad93 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 @@ -8,7 +8,7 @@ categories: description: RedisJSON 2.8 introduces bug fixes. linkTitle: v2.8 (July 2024) min-version-db: '7.4' -min-version-rs: 7.6 (TBD) +min-version-rs: 7.8 toc: 'true' weight: 95 --- @@ -18,7 +18,7 @@ weight: 95 RedisJSON v2.8.9 requires: - Minimum Redis compatibility version (database): 7.4 -- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +- Minimum Redis Enterprise Software version (cluster): 7.8 ## v2.8.9 (April 2025) 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 4290cffbe7..7ffdcc4e65 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 @@ -29,7 +29,7 @@ Details: Bug fixes: - [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) -- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) +- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) Improvements: - [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170) diff --git a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md index 1764ea6b41..a4caa6766f 100644 --- a/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md +++ b/content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md @@ -8,7 +8,7 @@ categories: description: RedisTimeSeries 1.12 adds a highly requested feature - insertion-filter for close samples. linkTitle: v1.12 (July 2024) min-version-db: '7.4' -min-version-rs: 7.6 (TBD) +min-version-rs: 7.8 toc: 'true' weight: 94 --- @@ -17,7 +17,7 @@ weight: 94 RedisTimeSeries v1.12.6 requires: - Minimum Redis compatibility version (database): 7.4 -- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD) +- Minimum Redis Enterprise Software version (cluster): 7.8 ## v1.12.6 (April 2025) @@ -29,7 +29,7 @@ Details: Bug fixes: - [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) -- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) +- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) Improvements: - [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170) 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 255818bf49..f9ddeb1d2d 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 @@ -31,7 +31,7 @@ Details: *Bug fixes: - [#1725](https://github.com/redistimeseries/redistimeseries/pull/1725) `TS.DEL` crashes on keys with compactions if the deletion removes the last compaction bucket (MOD-8936) -- [LibMR[#58](https://github.com/redistimeseries/redistimeseries/pull/58)](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) +- [LibMR#58](https://github.com/RedisGears/LibMR/pull/58) Crash when a cluster contains both 1.8 and newer nodes (MOD-8976, MOD-9192) Improvements: - [#1712](https://github.com/redistimeseries/redistimeseries/pull/1712) Added support for Azure Linux 3 (MOD-9170)