Redisgraph Go Versions Save

A Golang client for redisgraph

v2.1.1

2 years ago

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)

v2.1.0

3 years ago

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!

v2.0.2

4 years ago
  • Added path support (#20)
  • Added parameters support (#21)
  • Added support for string array (#22)
  • Added 1.99.7 reply format (#24)

v2.0.1

4 years ago

ResultSet consumption API

v2.0.0

4 years ago

1.99.0

4 years ago

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

v1.0.0

5 years ago