Skip to content

Commit 68983de

Browse files
OP: add new Bloom and Search release notes (#1212)
* OP: add new Bloom and Search release notes * Apply suggestions from code review Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --------- Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent cb03e1d commit 68983de

File tree

5 files changed

+57
-5
lines changed

5 files changed

+57
-5
lines changed

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

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

17-
RedisBloom v2.4.13 requires:
17+
RedisBloom v2.4.14 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.14 (February 2025)
23+
24+
This is a maintenance release for RedisBloom 2.4.
25+
26+
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
27+
28+
Details:
29+
30+
- Bug fixes:
31+
- [#828](https://github.com/redisbloom/redisbloom/pull/828) `CMS.INCRBY` does not notify `WATCH`ers or client-side caching (MOD-8193)
32+
- [#827](https://github.com/redisbloom/redisbloom/pull/827) Top-K - suboptimal results after RDB load due to missing initialization (MOD-8194)
33+
2234
## v2.4.13 (January 2025)
2335

2436
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: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,23 @@ weight: 95
1414
---
1515
## Requirements
1616

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

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

22+
## v2.6.17 (February 2025)
23+
24+
This is a maintenance release for RedisBloom 2.6.
25+
26+
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
27+
28+
Details:
29+
30+
- Bug fixes:
31+
- [#828](https://github.com/redisbloom/redisbloom/pull/828) `CMS.INCRBY` does not notify `WATCH`ers or client-side caching (MOD-8193)
32+
- [#827](https://github.com/redisbloom/redisbloom/pull/827) Top-K - suboptimal results after RDB load due to missing initialization (MOD-8194)
33+
2234
## v2.6.16 (January 2025)
2335

2436
This is a maintenance release for RedisBloom 2.6.

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ weight: 90
1313
---
1414
## Requirements
1515

16-
RediSearch v2.10.12 requires:
16+
RediSearch v2.10.13 requires:
1717

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

21+
## v2.10.13 (February 2025)
22+
23+
This is a maintenance release for RediSearch 2.10.
24+
25+
Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
26+
27+
Bug fixes:
28+
- [#5646](https://github.com/redisearch/redisearch/pull/5646) `FT.SEARCH` using Cyrillic characters and wildcards delivering no results (MOD-7944)
29+
2130
## v2.10.12 (February 2025)
2231

2332
This is a maintenance release for RediSearch 2.10.

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@ weight: 92
1515
---
1616
## Requirements
1717

18-
RediSearch v2.6.26 requires:
18+
RediSearch v2.6.27 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.27 (February 2025)
24+
25+
This is a maintenance release for RediSearch 2.6.
26+
27+
Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
28+
29+
Bug fixes:
30+
31+
- [#5648](https://github.com/redisearch/redisearch/pull/5648) `FT.SEARCH` using Cyrillic characters and wildcards delivering no results (MOD-7944)
32+
2333
## v2.6.26 (February 2025)
2434

2535
This is a maintenance release for RediSearch 2.6.

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,20 @@ weight: 91
1313
---
1414
## Requirements
1515

16-
RediSearch v2.8.23 requires:
16+
RediSearch v2.8.24 requires:
1717

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

21+
## v2.8.24 (February 2025)
22+
23+
This is a maintenance release for RediSearch 2.8.
24+
25+
Update urgency: `LOW` No need to upgrade unless there are new features you want to use.
26+
27+
Bug fixes:
28+
- [#5647](https://github.com/redisearch/redisearch/pull/5647) `FT.SEARCH` using Cyrillic characters and wildcards delivering no results (MOD-7944)
29+
2130
## v2.8.23 (February 2025)
2231

2332
This is a maintenance release for RediSearch 2.8.

0 commit comments

Comments
 (0)