RedisGraph 2.4 release notes
Added Map and Geospatial Point data types.
Requirements
RedisGraph v2.4.14 requires:
- Minimum Redis compatibility version (database): 6.0.0
- Minimum Redis Enterprise Software version (cluster): 6.0.8
v2.4.14 (May 2022)
This is a maintenance release for RedisGraph 2.4.
Update urgency: LOW
: No need to upgrade unless there are new features you want to use.
Details:
-
Bug fixes:
-
Improvements:
- #2102 New load-time configuration option
NODE_CREATION_BUFFER
- see documentation (MOD-2348)
- #2102 New load-time configuration option
v2.4.13 (December 2021)
This is a maintenance release for RedisGraph 2.4.
Update urgency: HIGH
: There is a critical bug that may affect a subset of users. Upgrade!
Details:
-
Performance improvements
- #2040 Use optimal order of traversals
-
Bug fixes:
v2.4.12 (October 2021)
This is a maintenance release for RedisGraph 2.4.
Update urgency: HIGH
: There is a critical bug that may affect a subset of users. Upgrade!
Details:
- Bug fixes:
- #1981 Crash in index scan
v2.4.11 (October 2021)
This is a maintenance release for RedisGraph 2.4.
Update urgency: MODERATE
: Program an upgrade of the server, but it's not urgent.
Details:
- Bug fixes:
v2.4.10 (September 2021)
This is a maintenance release for RedisGraph 2.4
Update urgency: HIGH
: There is a critical bug that may affect a subset of users. Upgrade!
Details:
-
Critical bug fixes:
- #1911 When a query timeout is set and the graph contained indexes, a crash could occur while releasing indexes
-
Bug fixes:
v2.4.7 (July 2021)
This is a maintenance release for RedisGraph 2.4
Update urgency: HIGH
: There is a critical bug that may affect a subset of users. Upgrade!
Details:
- Bug fixes:
- #1746 Avoid invalid memory access after reallocating labels array
- #1748 Only allocate space for deleted nodes and edges
- #1749, #1730 Support updating properties with map referenced by parameter or variable
- #1754 Map should return volatile data
- #1773 Matrix resize doesn't set both rows and columns atomically
- #1799 Always instantiate new persistent matrices as sparse%
v2.4.6 (June 2021)
This is a maintenance release for RedisGraph 2.4
Update urgency: Medium
Details:
-
Performance improvements:
-
Bug fixes:
- #1726 JsonEncoder: invalid cast
- #1709 #1712 Fix potential deadlock in BGSAVE
- #1703 Uniquing logic in UNION subqueries
- #1720 Propagate configuration updates to replicas
- #1714 Don't build scan operations for bound variables
- #1708 Regression in GRAPH.CONFIG GET *
- #1715 Validate function private data before freeing it
-
Miscellaneous:
- #1691 Reword error message on setting property value to invalid type
v2.4.4 (15 May 2021)
This is a maintenance release for RedisGraph 2.4.
Update urgency: Medium
Details:
-
Minor Enhancements:
-
Bug fixes:
- #1678 Crash on multiple procedure calls in a single query
v2.4.3 (8 May 2021)
This is a maintenance release for RedisGraph 2.4.
Update urgency: Medium
Details:
-
Features:
-
Performance improvements:
-
Bug fixes:
v2.4 GA (March 2021)
Headlines:
- This release introduces the Map and Geospatial Point data types.
Details:
-
Features:
-
Performance improvements:
- #1596 Redisgraph-bulk-loader no longer blocks the server.
-
Minor Enhancements
-
Bugfixes (compared to RC1)
- #1618 Fix relationship types being omitted in traversals of 3 or more types.