You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.6-release-notes.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,27 @@ weight: 92
15
15
---
16
16
## Requirements
17
17
18
-
RediSearch v2.6.19 requires:
18
+
RediSearch v2.6.20 requires:
19
19
20
20
- Minimum Redis compatibility version (database): 6.0.16
21
21
- Minimum Redis Enterprise Software version (cluster): 6.2.8
22
22
23
+
## v2.6.20 (July 2024)
24
+
25
+
This is a maintenance release for RediSearch 2.6
26
+
27
+
Update urgency: `MODERATE`: Program an upgrade of the server, but it's not urgent.
28
+
29
+
- Bug fixes:
30
+
-[#4755](https://github.com/RediSearch/RediSearch/pull/4755) - Correct return the maximum value for negative values when using `MAX` reducer (MOD-7252)
31
+
-[#4733](https://github.com/RediSearch/RediSearch/pull/4733) - Separators ignored when escaping backslash `\` after the escaped character such as in `hello\\,world` ignoring `,` (MOD-7240)
32
+
-[#4717](https://github.com/RediSearch/RediSearch/pull/4717) - Sorting by multiple fields as in `SORTBY 2 @field1 @field2` was ignoring the subsequent field (MOD-7206)
33
+
34
+
- Improvements:
35
+
-[#4793](https://github.com/RediSearch/RediSearch/pull/4793) - Add character validations to simple string replies and escape it when required(MOD-7258)
36
+
-[#4769](https://github.com/RediSearch/RediSearch/pull/4769) - Indicate which value is missing on the error message at the aggregation pipeline (MOD-7201)
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,28 @@ weight: 91
13
13
---
14
14
## Requirements
15
15
16
-
RediSearch v2.8.14 requires:
16
+
RediSearch v2.8.15 requires:
17
17
18
18
- Minimum Redis compatibility version (database): 7.2
19
19
- Minimum Redis Enterprise Software version (cluster): 7.2.4
20
20
21
+
## v2.8.15 (July 2024)
22
+
23
+
Update urgency: `HIGH` : There is a critical bug that may affect a subset of users. Upgrade!
24
+
25
+
- Bug fixes:
26
+
-[#4754](https://github.com/RediSearch/RediSearch/pull/4754) - Correct return the maximum value for negative values when using `MAX` reducer (MOD-7252)
27
+
-[#4737](https://github.com/RediSearch/RediSearch/pull/4737) - Separators ignored when escaping backslash `\` after the escaped character such as in `hello\\,world` ignoring `,` (MOD-7240)
28
+
-[#4717](https://github.com/RediSearch/RediSearch/pull/4717) - Sorting by multiple fields `SORTBY 2 @field1 @field2` was ignoring the subsequent field(MOD-7206)
29
+
-[#4803](https://github.com/RediSearch/RediSearch/pull/4803) - Keys expiring during query returning empty array (MOD-7010)
30
+
-[#4794](https://github.com/RediSearch/RediSearch/pull/4794) - Index sanitiser (GC) trying to clean deleted numeric index could cause a crash (MOD-7303)
31
+
32
+
- Improvements:
33
+
-[#4792](https://github.com/RediSearch/RediSearch/pull/4792) - Add character validations to simple string replies and escape it when required(MOD-7258)
34
+
-[#4768](https://github.com/RediSearch/RediSearch/pull/4768) - Indicate which value is missing on the error message at the aggregation pipeline (MOD-7201)
0 commit comments