Releases: RedisGraph/redisgraph-go
Releases · RedisGraph/redisgraph-go
Version 2.1.1
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
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
v2.0.1: Merge pull request #17 from RedisGraph/consume-results
ResultSet consumption API
v2.0.0: Merge pull request #14 from RedisGraph/runtime-errors
handle query runtime errors