Skip to content

Commit 47d3f2c

Browse files
authored
June modules release notes (#309)
* 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
1 parent 801a041 commit 47d3f2c

File tree

6 files changed

+96
-10
lines changed

6 files changed

+96
-10
lines changed

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

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

18-
RediSearch v2.6.16 requires:
18+
RediSearch v2.6.18 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.18 (April 2024)
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+
Details:
30+
31+
- Bug fixes:
32+
33+
- [#4557](https://github.com/RediSearch/RediSearch/pull/4557) Additional "`}`" on wildcards replies for `FT.EXPLAIN` (MOD-6768)
34+
35+
## v2.6.17 (April 2024)
36+
37+
This is a maintenance release for RediSearch 2.6.
38+
39+
Update urgency: `HIGH`: There is a critical bug that may affect a subset of users. Upgrade!
40+
41+
Details:
42+
43+
- Bug fixes:
44+
45+
- [#4524](https://github.com/RediSearch/RediSearch/pull/4524) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597)
46+
- [#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)
47+
- [#4535](https://github.com/RediSearch/RediSearch/pull/4535) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791)
48+
- [#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)
49+
- [#4485](https://github.com/RediSearch/RediSearch/pull/4485) Some parameter settings using just prefixes instead of full values were working (MOD-6709)
50+
51+
- Improvements:
52+
53+
- [#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)
54+
2355
## v2.6.16 (March 2024)
2456

2557
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Details:
2828

2929
- Bug fixes:
3030

31-
- [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on GEOSHAPE accepting just prefix instead of complete predicate (MOD-6663)
32-
- [#4513](https://github.com/RediSearch/RediSearch/pull/4513) FT.CURSOR READ in a numeric query causing a crash (MOD-6597)
33-
- [#4534](https://github.com/RediSearch/RediSearch/pull/4534) FT.PROFILE with incorrect arguments could cause a crash on cluster setup (MOD-6791)
31+
- [#4481](https://github.com/RediSearch/RediSearch/pull/4481) Query syntax on `GEOSHAPE` accepting just prefix instead of complete predicate (MOD-6663)
32+
- [#4513](https://github.com/RediSearch/RediSearch/pull/4513) `FT.CURSOR READ` in a numeric query causing a crash (MOD-6597)
33+
- [#4534](https://github.com/RediSearch/RediSearch/pull/4534) `FT.PROFILE` with incorrect arguments could cause a crash on cluster setup (MOD-6791)
3434
- [#4530](https://github.com/RediSearch/RediSearch/pull/4530) Some parameter settings using just prefixes instead of full values were working (MOD-6709)
3535
- [#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)
3636
- [#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)
37-
- [#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)
37+
- [#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)
3838

3939
- Improvements:
4040

41-
- [#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)
41+
- [#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)
4242
- [#4526](https://github.com/RediSearch/RediSearch/pull/4526) Adding detailed geometry info on error messages (MOD-6701)
4343

4444
## v2.8.12 (March 2024)

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,24 @@ weight: 97
1717
---
1818
## Requirements
1919

20-
RedisJSON v2.4.8 requires:
20+
RedisJSON v2.4.9 requires:
2121

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

25+
## v2.4.9 (April 2024)
26+
27+
This is a maintenance release for RedisJSON 2.4.
28+
29+
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
30+
31+
Details:
32+
33+
- Bug fixes:
34+
35+
- [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714)
36+
- HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645)
37+
2538
## v2.4.8 (January 2024)
2639

2740
This is a maintenance release for RedisJSON 2.4.

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

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

17-
RedisJSON v2.6.9 requires:
17+
RedisJSON v2.6.10 requires:
1818

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

22+
## v2.6.10 (April 2024)
23+
24+
This is a maintenance release for RedisJSON 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+
32+
- [#1192](https://github.com/RedisJSON/RedisJSON/pull/1192) Crashes with numeric values greater than i64::MAX (MOD-6501, MOD-4551, MOD-4856, MOD-5714)
33+
- HDT#228 (Redis Enterprise A-A only) Incorrect error when processing escaped characters (MOD-6645)
34+
2235
## v2.6.9 (January 2024)
2336

2437
This is a maintenance release for RedisJSON 2.6.

content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.10-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-
RedisTimeSeries v1.10.11 requires:
17+
RedisTimeSeries v1.10.12 requires:
1818

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

22+
## v1.10.12 (March 2024)
23+
24+
This is a maintenance release for RedisTimeSeries 1.10.
25+
26+
Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.
27+
28+
Details:
29+
30+
- Improvements:
31+
32+
- [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages
33+
2234
## v1.10.11 (October 2023)
2335

2436
This is a maintenance release for RedisTimeSeries 1.10.

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

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

19-
RedisTimeSeries v1.8.12 requires:
19+
RedisTimeSeries v1.8.13 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.13 (March 2024)
25+
26+
This is a maintenance release for RedisTimeSeries 1.8.
27+
28+
Update urgency: `LOW`: No need to upgrade unless there are new features you want to use.
29+
30+
### Details
31+
32+
- Bug fixes:
33+
34+
- [LibMR#51](https://github.com/RedisGears/LibMR/pull/51) Crash on SSL initialization failure (MOD-5647)
35+
36+
- Improvements:
37+
38+
- [#1593](https://github.com/RedisTimeSeries/RedisTimeSeries/pull/1593) More detailed LibMR error messages
39+
2440
## v1.8.12 (December 2023)
2541

2642
This is a maintenance release for RedisTimeSeries 1.8.

0 commit comments

Comments
 (0)