JRedisGraph Versions Save

Java API for RedisGraph

v2.6.0-rc3

1 year ago

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)

v2.6.0-RC2

2 years ago

Enhancements:

  • Support (Geo) Point datatype (#112)

v2.5.1

2 years ago

Changes

  • Add waitReplicas to Pipeline interface (#128)

v2.5.0

2 years ago

Changes

  • Update to jedis 3.6.3 (#126)
  • Add support for Pipeline support (#123)

v2.4.0

2 years ago

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)

v2.3.0

3 years ago

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

v2.2.0

3 years ago
  • 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)

v2.1.0

3 years ago

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)

v2.0.2

4 years ago
  • Missing parameter is now runtime error (#67)

v2.0.1

4 years ago
  • Added the new parameterized query API to transaction (#61)
  • Upgrade dependencies (#64, #65, #66)