Skip to content

Commit

Permalink
June modules release notes (#309)
Browse files Browse the repository at this point in the history
* June modules release notes

* Update redisearch-2.8-release-notes.md

* Update redisjson-2.4-release-notes.md

* Update redisjson-2.6-release-notes.md

* Update redistimeseries-1.8-release-notes.md

* Update redistimeseries-1.10-release-notes.md
  • Loading branch information
LiorKogan authored Jun 11, 2024
1 parent 801a041 commit 47d3f2c
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,43 @@ weight: 92
---
## Requirements

RediSearch v2.6.16 requires:
RediSearch v2.6.18 requires:

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

## v2.6.18 (April 2024)

This is a maintenance release for RediSearch 2.6.

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

Details:

- Bug fixes:

- [#4557](https://github.com/RediSearch/RediSearch/pull/4557) Additional "`}`" on wildcards replies for `FT.EXPLAIN` (MOD-6768)

## v2.6.17 (April 2024)

This is a maintenance release for RediSearch 2.6.

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

Details:

- Bug fixes:

- [#4524](https://github.com/RediSearch/RediSearch/pull/4524) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597)
- [#4543](https://github.com/RediSearch/RediSearch/pull/4543) `FT.SEARCH` accessing an inexistent memory address causes a crash if using deprecated `FT.ADD` command (MOD-6599)
- [#4535](https://github.com/RediSearch/RediSearch/pull/4535) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791)
- [#4540](https://github.com/RediSearch/RediSearch/pull/4540) Unfree memory from an existing RDB while re-indexing loading a new RDB could cause a crash (MOD-6831, 6810)
- [#4485](https://github.com/RediSearch/RediSearch/pull/4485) Some parameter settings using just prefixes instead of full values were working (MOD-6709)

- Improvements:

- [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of `MULTI ... EXEC` or LUA script (MOD-6541)

## v2.6.16 (March 2024)

This is a maintenance release for RediSearch 2.6.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@ Details:

- Bug fixes:

- [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on GEOSHAPE accepting just prefix instead of complete predicate (MOD-6663)
- [#4513](https://github.com/RediSearch/RediSearch/pull/4513) FT.CURSOR READ in a numeric query causing a crash (MOD-6597)
- [#4534](https://github.com/RediSearch/RediSearch/pull/4534) FT.PROFILE with incorrect arguments could cause a crash on cluster setup (MOD-6791)
- [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on `GEOSHAPE` accepting just prefix instead of complete predicate (MOD-6663)
- [#4513](https://github.com/RediSearch/RediSearch/pull/4513) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597)
- [#4534](https://github.com/RediSearch/RediSearch/pull/4534) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791)
- [#4530](https://github.com/RediSearch/RediSearch/pull/4530) Some parameter settings using just prefixes instead of full values were working (MOD-6709)
- [#4539](https://github.com/RediSearch/RediSearch/pull/4539) Unfree memory while re-indexing a new RDB as it's loading could cause a crash (MOD-6831, 6810)
- [#4498](https://github.com/RediSearch/RediSearch/pull/4498) Vector pre-filtered query (hybrid query) that times out causing a crash due to deadlock when trying to write a new document (MOD-6510, MOD-6244)
- [#4495](https://github.com/RediSearch/RediSearch/pull/4495) FT.SEARCH accessing an inexistent memory address causes a crash if using the deprecated FT.ADD command (MOD-6599)
- [#4495](https://github.com/RediSearch/RediSearch/pull/4495) `FT.SEARCH` accessing an inexistent memory address causes a crash if using the deprecated `FT.ADD` command (MOD-6599)

- Improvements:

- [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of MULTI/EXEC or LUA script (MOD-6541)
- [#4502](https://github.com/RediSearch/RediSearch/pull/4502) Handle error properly when trying to execute Search commands on cluster setup as part of `MULTI ... EXEC` or LUA script (MOD-6541)
- [#4526](https://github.com/RediSearch/RediSearch/pull/4526) Adding detailed geometry info on error messages (MOD-6701)

## v2.8.12 (March 2024)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,24 @@ weight: 97
---
## Requirements

RedisJSON v2.4.8 requires:
RedisJSON v2.4.9 requires:

- Minimum Redis compatibility version (database): 6.0.16
- Minimum Redis Enterprise Software version (cluster): 6.2.18

## v2.4.9 (April 2024)

This is a maintenance release for RedisJSON 2.4.

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

Details:

- Bug fixes:

- [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714)
- HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645)

## v2.4.8 (January 2024)

This is a maintenance release for RedisJSON 2.4.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,24 @@ weight: 96
---
## Requirements

RedisJSON v2.6.9 requires:
RedisJSON v2.6.10 requires:

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

## v2.6.10 (April 2024)

This is a maintenance release for RedisJSON 2.6.

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

Details:

- Bug fixes:

- [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714)
- HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645)

## v2.6.9 (January 2024)

This is a maintenance release for RedisJSON 2.6.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,23 @@ weight: 95
---
## Requirements

RedisTimeSeries v1.10.11 requires:
RedisTimeSeries v1.10.12 requires:

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

## v1.10.12 (March 2024)

This is a maintenance release for RedisTimeSeries 1.10.

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

Details:

- Improvements:

- [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages

## v1.10.11 (October 2023)

This is a maintenance release for RedisTimeSeries 1.10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,27 @@ weight: 96
---
## Requirements

RedisTimeSeries v1.8.12 requires:
RedisTimeSeries v1.8.13 requires:

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

## v1.8.13 (March 2024)

This is a maintenance release for RedisTimeSeries 1.8.

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

### Details

- Bug fixes:

- [LibMR#51](https://github.com/RedisGears/LibMR/pull/51) Crash on SSL initialization failure (MOD-5647)

- Improvements:

- [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages

## v1.8.12 (December 2023)

This is a maintenance release for RedisTimeSeries 1.8.
Expand Down

0 comments on commit 47d3f2c

Please sign in to comment.