Skip to content

Releases: RedisGraph/JRedisGraph

2.6.0-rc3

2.6.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Aug 14:13
c1297f7

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

2.6.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@sazzad16 sazzad16 released this 31 Aug 09:31
7f71cbc

Enhancements:

  • Support (Geo) Point datatype (#112)

2.5.1

Choose a tag to compare

@gkorland gkorland released this 21 Jul 08:52
0237cd3

Changes

  • Add waitReplicas to Pipeline interface (#128)

2.5.0

Choose a tag to compare

@gkorland gkorland released this 20 Jul 17:00
5792322

Changes

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

2.4.0

Choose a tag to compare

@github-actions github-actions released this 25 May 12:45

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

Choose a tag to compare

@gkorland gkorland released this 24 Jan 07:52

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

Choose a tag to compare

@gkorland gkorland released this 02 Nov 10:16
a0f077f
  • 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

Choose a tag to compare

@gkorland gkorland released this 23 Jul 13:47
9e45ebb

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

Choose a tag to compare

@gkorland gkorland released this 19 Mar 12:52
8ea95af
  • Missing parameter is now runtime error (#67)

2.0.1

Choose a tag to compare

@gkorland gkorland released this 11 Mar 16:17
7a8552d
  • Added the new parameterized query API to transaction (#61)
  • Upgrade dependencies (#64, #65, #66)