File tree 1 file changed +20
-1
lines changed
content/modules/redisgraph/release-notes
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,30 @@ categories: ["Modules"]
10
10
---
11
11
## Requirements
12
12
13
- RedisGraph v2.8.19 requires:
13
+ RedisGraph v2.8.20 requires:
14
14
15
15
- Minimum Redis compatibility version (database): 6.2.0
16
16
- Minimum Redis Enterprise Software version (cluster): 6.2.8
17
17
18
+ ## v2.8.20 (September 2022)
19
+
20
+ This is a maintenance release for RedisGraph 2.8.
21
+
22
+ Update urgency: ` MODERATE ` : Program an upgrade of the server, but it's not urgent.
23
+
24
+ Details:
25
+
26
+ - Bug fixes:
27
+
28
+ - [ #2591 ] ( https://github.com/RedisGraph/RedisGraph/issues/2591 ) Potential crash trying to utilize a nonexistent index
29
+ - [ #2558 ] ( https://github.com/RedisGraph/RedisGraph/issues/2558 ) Multi-relationship properties created before index creation are not indexed
30
+ - [ #2571 ] ( https://github.com/RedisGraph/RedisGraph/issues/2571 ) ` min ` and ` max ` return wrong results when the argument is an array
31
+ - [ #2587 ] ( https://github.com/RedisGraph/RedisGraph/issues/2587 ) Some queries generate a "forced unlocking commit flow" warning
32
+
33
+ - Improvements:
34
+
35
+ - [ #2533 ] ( https://github.com/RedisGraph/RedisGraph/issues/2533 ) Graph slow log can be reset with ` GRAPH.SLOWLOG g RESET `
36
+
18
37
## v2.8.19 (August 2022)
19
38
20
39
This is a maintenance release for RedisGraph 2.8.
You can’t perform that action at this time.
0 commit comments