Skip to content

Releases: RedisGraph/redisgraph-go

Version 2.1.1

01 Sep 18:09
d223574
Compare
Choose a tag to compare

Changes

  • Fix mutex passed by value warning (#57)
  • Changing codecov script location (#53)
  • moving codecov bash executor to their github (#52)
  • support map conversion to string (#47)

Features

  • Add optional timeout argument to graph queries (#31)

Bug Fixes

  • Support for []string within ToString() function (#49)

Version 2.1.0

25 May 13:40
ddcecfd
Compare
Choose a tag to compare

Features

  • Add read only query support. (#46)
  • Add support for map datatype (#38)
  • Return query internal execution time statistics as float (#34)
  • Add_cached_execution_flag_to_statistics (#32)
  • Enable Go Modules (#29)
  • Extended client with examples folder and godoc with 3 examples … (#26)

Thanks @mikewilson-dd for the contributing!

2.0.2

26 Jan 13:26
93518c5
Compare
Choose a tag to compare
  • Added path support (#20)
  • Added parameters support (#21)
  • Added support for string array (#22)
  • Added 1.99.7 reply format (#24)

v2.0.1: Merge pull request #17 from RedisGraph/consume-results

22 Oct 05:45
a2bd290
Compare
Choose a tag to compare

v2.0.0: Merge pull request #14 from RedisGraph/runtime-errors

07 Oct 10:16
9bef240
Compare
Choose a tag to compare

1.99.0

18 Sep 10:10
9bef240
Compare
Choose a tag to compare

Handles the new result-set format
Includes the array data type and runtime error reporting.

1.0.0

23 Aug 15:14
Compare
Choose a tag to compare
Adds README and LICENSE

Signed-off-by: Itamar Haber <itamar@redislabs.com>