Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,24 @@ weight: 90
---
## Requirements

RediSearch v2.10.23 requires:
RediSearch v2.10.24 requires:

- Minimum Redis compatibility version (database): 7.4
- Minimum Redis Enterprise Software version (cluster): 7.8

## v2.10.24 (October 2025)

This is a maintenance release for RediSearch 2.10.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Bug Fixes
- [#6960](https://github.com/redisearch/redisearch/pull/6960) - FT.INFO returns the wrong number of documents in OSS Cluster with replicas.
- [#6938](https://github.com/redisearch/redisearch/pull/6938) - Fix for the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted.
- [#7047](https://github.com/redisearch/redisearch/pull/7047) - Avoid crashing in the FT.AGGREGATE command in clusters where different shards have different ON_TIMEOUT policies configured (fail vs return).

Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.10.23...v2.10.24.

## v2.10.23 (September 2025)

This is a maintenance release for RediSearch 2.10.
Expand All @@ -28,7 +41,7 @@ Bug fixes:
- [#6672](https://github.com/RediSearch/RediSearch/pull/6672) Fix potential file descriptor leak when OOM.
- [#6763](https://github.com/RediSearch/RediSearch/pull/6763) Fix potential deadlock during RDB loading in cases where the `INFO` command is sent to the server.

**Full Changelog**: https://github.com/RediSearch/RediSearch/compare/v2.10.22...v2.10.23
Full Changelog: https://github.com/RediSearch/RediSearch/compare/v2.10.22...v2.10.23

## v2.10.22 (August 2025)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,22 @@ weight: 91
---
## Requirements

RediSearch v2.8.30 requires:
RediSearch v2.8.31 requires:

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

## v2.8.31 (October 2025)

This is a maintenance release for RediSearch 2.8.

Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.

Bug Fixes:
- [#6960](https://github.com/RediSearch/RediSearch/pull/6960) - FT.INFO returns the wrong number of documents in OSS Cluster with replicas.
- [#6938](https://github.com/RediSearch/RediSearch/pull/6938) - Fix for the HIGHLIGHT feature, where if some fields have empty strings, wrong tokens might be highlighted.
- [#7049](https://github.com/RediSearch/RediSearch/pull/7049) - Avoid crashing in the FT.AGGREGATE command in clusters where different shards have different ON_TIMEOUT policies configured (fail vs return).

## v2.8.30 (September 2025)

This is a maintenance release for RediSearch 2.8.
Expand Down