Skip to content

Commit b816ce7

Browse files
authored
OP: add relnotes for search, bloom, and time series (#1030)
1 parent 19b7e6d commit b816ce7

9 files changed

+168
-16
lines changed

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.4-release-notes.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,28 @@ weight: 96
1414
---
1515
## Requirements
1616

17-
RedisBloom v2.4.9 requires:
17+
RedisBloom v2.4.13 requires:
1818

1919
- Minimum Redis compatibility version (database): 6.0.16
2020
- Minimum Redis Enterprise Software version (cluster): 6.2.8
2121

22+
## v2.4.13 (January 2025)
23+
24+
This is a maintenance release for RedisBloom 2.4.
25+
26+
Update urgency: `SECURITY`: There are security fixes in the release.
27+
28+
Details:
29+
30+
- **Security and privacy:**
31+
- [#845](https://github.com/redisbloom/redisbloom/pull/845) (CVE-2024-53993) CMS: potential out-of-bounds write (MOD-6970)
32+
33+
- Bug fixes:
34+
- [#845](https://github.com/redisbloom/redisbloom/pull/845) `CMS.MERGE` crashes or hangs on negative number of keys (MOD-6964)
35+
36+
- Improvements:
37+
- [#831](https://github.com/redisbloom/redisbloom/pull/831) Added support for Ubuntu 22 and macOS 13 and 14
38+
2239
## v2.4.9 (March 2024)
2340

2441
This is a maintenance release for RedisBloom 2.4.

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.6-release-notes.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,28 @@ weight: 95
1414
---
1515
## Requirements
1616

17-
RedisBloom v2.6.13 requires:
17+
RedisBloom v2.6.16 requires:
1818

1919
- Minimum Redis compatibility version (database): 7.2
2020
- Minimum Redis Enterprise Software version (cluster): 7.2.4
2121

22+
## v2.6.16 (January 2025)
23+
24+
This is a maintenance release for RedisBloom 2.6.
25+
26+
Update urgency: `SECURITY`: There are security fixes in the release.
27+
28+
Details:
29+
30+
- **Security and privacy:**
31+
- [#844](https://github.com/redisbloom/redisbloom/pull/844) (CVE-2024-53993) CMS: potential out-of-bounds write (MOD-6970)
32+
33+
- Bug fixes:
34+
- [#844](https://github.com/redisbloom/redisbloom/pull/844) `CMS.MERGE` crashes or hangs on negative number of keys (MOD-6964)
35+
36+
- Improvements:
37+
- [#830](https://github.com/redisbloom/redisbloom/pull/830) Added support for Ubuntu 22 and macOS 13 and 14
38+
2239
## v2.6.13 (July 2024)
2340

2441
This is a maintenance release for RedisBloom 2.6

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisbloom/redisbloom-2.8-release-notes.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,33 @@ weight: 94
1515

1616
## Requirements
1717

18-
RedisBloom v2.8.2 requires:
18+
RedisBloom v2.8.5 requires:
1919

2020
- Minimum Redis compatibility version (database): 7.4
2121
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
2222

23+
## v2.8.5 (January 2025)
24+
25+
This is a maintenance release for RedisBloom 2.8.
26+
27+
Update urgency: `SECURITY`: There are security fixes in the release.
28+
29+
Details:
30+
31+
- **Security and privacy:**
32+
- [#843](https://github.com/redisbloom/redisbloom/pull/843) (CVE-2024-53993) CMS: potential out-of-bounds write (MOD-6970)
33+
34+
- Bug fixes:
35+
- [#843](https://github.com/redisbloom/redisbloom/pull/843) `CMS.MERGE` crashes or hangs on negative number of keys (MOD-6964)
36+
- [#699](https://github.com/redisbloom/redisbloom/pull/699) `BF.RESERVE` crashes (OOM) on huge initialization values (MOD-7057)
37+
- [#843](https://github.com/redisbloom/redisbloom/pull/843) `CF.RESERVE` crashes (OOM) on huge initialization values (MOD-7058)
38+
- [#843](https://github.com/redisbloom/redisbloom/pull/843) `TOPK.RESERVE` crashes (OOM) on huge initialization values (MOD-7059)
39+
- [#843](https://github.com/redisbloom/redisbloom/pull/843) `CMS.INITBYDIM` and `CMS.INITBYPROB` crash (OOM) on huge initialization values (MOD-7060)
40+
41+
- Improvements:
42+
- [#801](https://github.com/redisbloom/redisbloom/pull/801) Support active memory defragmentation (MOD-7890)
43+
- [#829](https://github.com/redisbloom/redisbloom/pull/829) Added support for Ubuntu 22 and macOS 13 and 14
44+
2345
## v2.8 GA (v2.8.2) (July 2024)
2446

2547
This is the General Availability release of RedisBloom 2.8

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.10-release-notes.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,38 @@ weight: 90
1313
---
1414
## Requirements
1515

16-
RediSearch v2.10.7 requires:
16+
RediSearch v2.10.10 requires:
1717

1818
- Minimum Redis compatibility version (database): 7.4
1919
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
2020

21+
## v2.10.10 (January 2025)
22+
23+
This is a maintenance release for RediSearch 2.10
24+
25+
Update urgency: `SECURITY`: There are security fixes in the release.
26+
27+
**Security and privacy**:
28+
- [#5459](https://github.com/redisearch/redisearch/pull/5459) (CVE-2024-51737) Query: potential out-of-bounds write (MOD-8486)
29+
30+
Bug fixes:
31+
- [#5392](https://github.com/redisearch/redisearch/pull/5392) `NOSTEM` option does not work on query, just on tokenisation (index creation) (MOD-7634)
32+
- [#5300](https://github.com/redisearch/redisearch/pull/5300) Prefix/Infix/Suffix queries longer than 1024 chars could cause a crash (MOD-7882)
33+
- [#5294](https://github.com/redisearch/redisearch/pull/5294) Expired keys while background indexing could cause cross slot error when using `replicaof` (MOD-7949)
34+
- [#5282](https://github.com/redisearch/redisearch/pull/5282) `FT.CURSOR READ` retrieving deleted `TAG` fields cause a crash (MOD-8011)
35+
- [#5424](https://github.com/redisearch/redisearch/pull/5424) `FT.AGGREGATE` on numeric fields lead to `failed_calls` count increase on clustered DBs (MOD-8058)
36+
- [#5241](https://github.com/redisearch/redisearch/pull/5241) Memory count on `bytes_collected` by the index sanitiser with missing values (MOD-8097, MOD-8114)
37+
38+
Improvements:
39+
- [#5257](https://github.com/redisearch/redisearch/pull/5257) Optimizing index consumed memory with the creation only upon write operations (MOD-8125)
40+
2141
## v2.10.7 (Septermber 2024)
2242

2343
This is a maintenance release for RediSearch 2.10
2444

2545
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
2646

27-
Bug Fixes
47+
Bug Fixes:
2848
- 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)
2949
- https://github.com/RediSearch/RediSearch/pull/4950 `FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due to reuse of an internal CURSOR in a large range of numeric values (MOD-7454)
3050

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,28 @@ weight: 92
1515
---
1616
## Requirements
1717

18-
RediSearch v2.6.21 requires:
18+
RediSearch v2.6.24 requires:
1919

2020
- Minimum Redis compatibility version (database): 6.0.16
2121
- Minimum Redis Enterprise Software version (cluster): 6.2.8
2222

23+
## v2.6.24 (January 2025)
24+
25+
This is a maintenance release for RediSearch 2.6.
26+
27+
Update urgency: `SECURITY`: There are security fixes in the release.
28+
29+
- **Security and privacy:**
30+
- [#5458](https://github.com/redisearch/redisearch/pull/5458) (CVE-2024-51737) Query: potential out-of-bounds write (MOD-8486)
31+
32+
- Bug fixes:
33+
- [#5302](https://github.com/redisearch/redisearch/pull/5302) Prefix/Infix/Suffix queries longer than 1024 chars could cause a crash (MOD-7882)
34+
- [#5281](https://github.com/redisearch/redisearch/pull/5281) `FT.CURSOR READ` retrieving deleted `TAG` fields cause a crash (MOD-8011)
35+
- [#5168](https://github.com/redisearch/redisearch/pull/5168) Cursors from queries that timed out weren't depleted causing exhaustion of number of cursors available(MOD-8009)
36+
2337
## v2.6.21 (August 2024)
2438

25-
This is a maintenance release for RediSearch 2.6
39+
This is a maintenance release for RediSearch 2.6.
2640

2741
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
2842

@@ -36,7 +50,7 @@ Update urgency: `HIGH` : There is a critical bug that may affect a subset of use
3650

3751
## v2.6.20 (July 2024)
3852

39-
This is a maintenance release for RediSearch 2.6
53+
This is a maintenance release for RediSearch 2.6.
4054

4155
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
4256

@@ -52,7 +66,7 @@ Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgen
5266

5367
## v2.6.19 (June 2024)
5468

55-
This is a maintenance release for RediSearch 2.6
69+
This is a maintenance release for RediSearch 2.6.
5670

5771
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
5872

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,34 @@ weight: 91
1313
---
1414
## Requirements
1515

16-
RediSearch v2.8.17 requires:
16+
RediSearch v2.8.21 requires:
1717

1818
- Minimum Redis compatibility version (database): 7.2
1919
- Minimum Redis Enterprise Software version (cluster): 7.2.4
2020

21+
## v2.8.21 (January 2025)
22+
23+
This is a maintenance release for RediSearch 2.8.
24+
25+
Update urgency: `SECURITY`: There are security fixes in the release.
26+
27+
**Security and privacy:**
28+
- [#5457](https://github.com/redisearch/redisearch/pull/5457) (CVE-2024-51737) Query: potential out-of-bounds write (MOD-8486)
29+
30+
Bug fixes:
31+
- [#5299](https://github.com/redisearch/redisearch/pull/5299) Prefix/Infix/Suffix queries longer than 1024 chars could cause a crash (MOD-7882)
32+
- [#5303](https://github.com/redisearch/redisearch/pull/5303) Expired keys while background indexing could cause cross slot error when using `replicaof` (MOD-7949)
33+
- [#5280](https://github.com/redisearch/redisearch/pull/5280) `FT.CURSOR READ` retrieving deleted `TAG` fields cause a crash (MOD-8011)
34+
- [#5427](https://github.com/redisearch/redisearch/pull/5427) `FT.AGGREGATE` on numeric fields lead to `failed_calls` count increase on clustered DBs (MOD-8058)
35+
- [#5242](https://github.com/redisearch/redisearch/pull/5242) Memory count on `bytes_collected` by the index sanitiser with missing values (MOD-8097, MOD-8114)
36+
- [#5167](https://github.com/redisearch/redisearch/pull/5167) Cursors from queries that timed out weren't depleted causing exhaustion of number of cursors available(MOD-8009)
37+
38+
Improvements:
39+
- [#5260](https://github.com/redisearch/redisearch/pull/5260) Optimizing index consumed memory with the creation only upon write operations (MOD-8125)
40+
2141
## v2.8.17 (August 2024)
2242

23-
This is a maintenance release for RediSearch 2.8
43+
This is a maintenance release for RediSearch 2.8.
2444

2545
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
2646

@@ -31,7 +51,7 @@ Update urgency: `HIGH` : There is a critical bug that may affect a subset of use
3151

3252
## v2.8.16 (August 2024)
3353

34-
This is a maintenance release for RediSearch 2.8
54+
This is a maintenance release for RediSearch 2.8.
3555

3656
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
3757

@@ -63,7 +83,7 @@ Update urgency: `HIGH` : There is a critical bug that may affect a subset of use
6383

6484
## v2.8.14 (June 2024)
6585

66-
This is a maintenance release for RediSearch 2.8
86+
This is a maintenance release for RediSearch 2.8.
6787

6888
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
6989

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,25 @@ weight: 95
1414
---
1515
## Requirements
1616

17-
RedisTimeSeries v1.10.12 requires:
17+
RedisTimeSeries v1.10.16 requires:
1818

1919
- Minimum Redis compatibility version (database): 7.2
2020
- Minimum Redis Enterprise Software version (cluster): 7.2.4
2121

22+
## v1.10.16 (January 2025)
23+
24+
This is a maintenance release for RedisTimeSeries 1.10.
25+
26+
Update urgency: `SECURITY`: There are security fixes in the release.
27+
28+
Details:
29+
30+
- **Security and privacy:**
31+
- [#1673](https://github.com/redistimeseries/redistimeseries/pull/1673) (CVE-2024-51480) `TS.QUERYINDEX`, `TS.MGET`, `TS.MRANGE`, `TS.MREVRANGE` - potential integer overflow leading to an out-of-bounds write (MOD-7548)
32+
33+
- Improvements:
34+
- [#1663](https://github.com/redistimeseries/redistimeseries/pull/1663) Added support for Ubuntu 22 and macOS 13 and 14
35+
2236
## v1.10.12 (March 2024)
2337

2438
This is a maintenance release for RedisTimeSeries 1.10.

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.12-release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,25 @@ weight: 94
1414
---
1515
## Requirements
1616

17-
RedisTimeSeries v1.12.2 requires:
17+
RedisTimeSeries v1.12.5 requires:
1818

1919
- Minimum Redis compatibility version (database): 7.4
2020
- Minimum Redis Enterprise Software version (cluster): 7.6 (TBD)
2121

22+
## v1.12.5 (January 2025)
23+
24+
This is a maintenance release for RedisTimeSeries 1.12.
25+
26+
Update urgency: `SECURITY`: There are security fixes in the release.
27+
28+
Details:
29+
30+
- **Security and privacy:**
31+
- [#1674](https://github.com/redistimeseries/redistimeseries/pull/1674) (CVE-2024-51480) `TS.QUERYINDEX`, `TS.MGET`, `TS.MRANGE`, `TS.MREVRANGE` - potential integer overflow leading to an out-of-bounds write (MOD-7548)
32+
33+
- Improvements:
34+
- [#1662](https://github.com/redistimeseries/redistimeseries/pull/1662) Added support for Ubuntu 22 and macOS 13 and 14
35+
2236
## v1.12 GA (v1.12.2) (July 2024)
2337

2438
This is the General Availability release of RedisTimeSeries 1.12

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.8-release-notes.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,25 @@ weight: 96
1616
---
1717
## Requirements
1818

19-
RedisTimeSeries v1.8.13 requires:
19+
RedisTimeSeries v1.8.16 requires:
2020

2121
- Minimum Redis compatibility version (database): 6.0.16
2222
- Minimum Redis Enterprise Software version (cluster): 6.2.8
2323

24+
## v1.8.16 (January 2025)
25+
26+
This is a maintenance release for RedisTimeSeries 1.8.
27+
28+
Update urgency: `SECURITY`: There are security fixes in the release.
29+
30+
Details
31+
32+
- **Security and privacy:**
33+
- [#1672](https://github.com/redistimeseries/redistimeseries/pull/1672) (CVE-2024-51480) `TS.QUERYINDEX`, `TS.MGET`, `TS.MRANGE`, `TS.MREVRANGE` - potential integer overflow leading to an out-of-bounds write (MOD-7548)
34+
35+
- Improvements:
36+
- [#1664](https://github.com/redistimeseries/redistimeseries/pull/1664) Added support for Ubuntu 22 and macOS 13 and 14
37+
2438
## v1.8.13 (March 2024)
2539

2640
This is a maintenance release for RedisTimeSeries 1.8.

0 commit comments

Comments
 (0)