Releases: graphikDB/graphik
Releases · graphikDB/graphik
v0.9.3
v0.9.2
[0.8.1] - 2020-12-17
- add raft cluster secret so only nodes with secret may join
[0.8.2] - 2020-12-18
- add client side options for prometheus metrics / validation / logging
[0.9.0] - 2020-12-19
- move raft pkg to https://github.com/graphikDB/raft
- move generic pkg to https://github.com/graphikDB/generic
- move raft related methods to RaftService
- remove raft related methods from graphQL API
- move main.go to cmd/graphik/main.go
[0.9.1] - 2020-12-19
- remove client side stream retry middleware which was negatively affecting server -> client streaming
[0.9.2] - 2020-12-19
- add flag --debug to toggle debug logs