Releases: clems4ever/go-graphkb
Releases · clems4ever/go-graphkb
v0.0.44
Use 255 chars for node values.
v0.0.43
Ensure good use of db transactions and remove duplicate constraint in…
v0.0.42
Spread the request context throughout up to db queries.
v0.0.41
Remove too verbose debug line.
v0.0.40
Use logrus as the new logger instead of fmt.
v0.0.39: Remove useless constraints and autoincrement.
Also improve logging and use transaction to flush the DB.
v0.0.38: Client: handle graph cache internally
This moves the graph caching on the library side to better handle failure cases: When the last tx was successful, we can reuse the last graph to avoid a read, but when we have an error, the remote graph state is unknown, so we must refresh it.
v0.0.37
Make client fail fast when they face an issue with API.
v0.0.36
Improve logs of graphkb clients.
v0.0.35
Fix query translator.