Releases: RedisGraph/JRedisGraph
Releases · RedisGraph/JRedisGraph
2.6.0-rc3
Changes
- Optimize Entities capacity to avoid reallocation (#145)
- Pre-allocate the results size in Graph ResultSetBuilder (#144)
- Bump Jedis to 3.9.0 (#142)
- Adds Jedis constructor, general cleanup (#135)
2.6.0-RC2
Enhancements:
- Support (Geo) Point datatype (#112)
2.5.1
Changes
- Add waitReplicas to Pipeline interface (#128)
2.5.0
Changes
- Update to jedis 3.6.3 (#126)
- Add support for Pipeline support (#123)
2.4.0
Changes
- Add support for graph.RO_QUERY command (#105)
- Upgrade redis.clients:jedis from 3.5.1 to 3.6.0 (#110, #116)
- Don't use separate error classes for run and compile-time exceptions (#108)
2.3.0
Enhancements:
- Removed null properties (#94)
- Expose
RecordImpl
and StatisticsImpl
ctors as public (#96)
- Support query timeout (#98)
- Set
ResultSet
as Iterable
(#99)
Map
datatype support (#102)
- Upgrade
Jedis
to 3.5.1
2.2.0
- Fix Upgrade org.apache.commons:commons-text from 1.8 to 1.9 (#80)
- Fix Character handling in params (#84)
- Fix Always add quotes to string params and escape (#87 , #88)
2.1.0
Enhancements:
- Upgrade redis.clients:jedis from 3.2.0 to 3.3.0 (#71)
- Changed Graph entities IDs from integer values to be long. (#73)
- Add Cached-Execution indicator to statistics (#75)
2.0.2
- Missing parameter is now runtime error (#67)
2.0.1
- Added the new parameterized query API to transaction (#61)
- Upgrade dependencies (#64, #65, #66)