Skip to content

Releases: RedisGraph/JRedisGraph

2.6.0-rc3

30 Aug 14:13
c1297f7
Compare
Choose a tag to compare
2.6.0-rc3 Pre-release
Pre-release

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

31 Aug 09:31
7f71cbc
Compare
Choose a tag to compare
2.6.0-RC2 Pre-release
Pre-release

Enhancements:

  • Support (Geo) Point datatype (#112)

2.5.1

21 Jul 08:52
0237cd3
Compare
Choose a tag to compare

Changes

  • Add waitReplicas to Pipeline interface (#128)

2.5.0

20 Jul 17:00
5792322
Compare
Choose a tag to compare

Changes

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

2.4.0

25 May 12:45
Compare
Choose a tag to compare

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

24 Jan 07:52
Compare
Choose a tag to compare

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

02 Nov 10:16
a0f077f
Compare
Choose a tag to compare
  • 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

23 Jul 13:47
9e45ebb
Compare
Choose a tag to compare

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

19 Mar 12:52
8ea95af
Compare
Choose a tag to compare
  • Missing parameter is now runtime error (#67)

2.0.1

11 Mar 16:17
7a8552d
Compare
Choose a tag to compare
  • Added the new parameterized query API to transaction (#61)
  • Upgrade dependencies (#64, #65, #66)