Skip to content

Commit 47efcb6

Browse files
authored
OP: update RediSearch release notes for 2.6.21 (#599)
1 parent e7cf989 commit 47efcb6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

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

18-
RediSearch v2.6.20 requires:
18+
RediSearch v2.6.21 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.21 (August 2024)
24+
25+
This is a maintenance release for RediSearch 2.6
26+
27+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
28+
29+
- Bug fixes:
30+
- [#4944](https://github.com/redisearch/redisearch/pull/4944) Adjusting the module configuration to avoid routing overload on the first shard in a clustered database (MOD-7505)
31+
- [#4897](https://github.com/redisearch/redisearch/pull/4897) - `FT.AGGREGATE` with `VERBATIM` option is not handled by the shards in cluster mode (MOD-7463)
32+
- [#4918](https://github.com/redisearch/redisearch/pull/4918) - Union query, similar to `"is|the"`, starting with 2 [stopwords](https://redis.io/docs/latest/develop/interact/search-and-query/advanced-concepts/stopwords/) could cause a crash (MOD-7495)
33+
- [#4919](https://github.com/redisearch/redisearch/pull/4919) - Counting twice the field statistics at the `#search` section of an `INFO` response (MOD-7339)
34+
- [#4923](https://github.com/redisearch/redisearch/pull/4923) - Loop when using the wildcard `w'term'` and prefix/infix/suffix pattern `'ter*'`, causing the shard to restart (MOD-7453)
35+
- [#4954](https://github.com/redisearch/redisearch/pull/4954) `FT.PROFILE` on `AGGREGATE` numeric queries could cause a crash due to reusing the internal `CURSOR` in a large range of numeric values (MOD-7454)
36+
2337
## v2.6.20 (July 2024)
2438

2539
This is a maintenance release for RediSearch 2.6

0 commit comments

Comments
 (0)