Skip to content

Releases: clems4ever/go-graphkb

v0.0.44

22 Feb 16:19
Compare
Choose a tag to compare
Use 255 chars for node values.

v0.0.43

22 Feb 15:44
Compare
Choose a tag to compare
Ensure good use of db transactions and remove duplicate constraint in…

v0.0.42

22 Feb 13:51
Compare
Choose a tag to compare
Spread the request context throughout up to db queries.

v0.0.41

22 Feb 13:26
Compare
Choose a tag to compare
Remove too verbose debug line.

v0.0.40

22 Feb 11:06
Compare
Choose a tag to compare
Use logrus as the new logger instead of fmt.

v0.0.39: Remove useless constraints and autoincrement.

19 Feb 18:24
Compare
Choose a tag to compare
Also improve logging and use transaction to flush the DB.

v0.0.38: Client: handle graph cache internally

15 Feb 16:33
Compare
Choose a tag to compare
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

07 Feb 22:33
Compare
Choose a tag to compare
Make client fail fast when they face an issue with API.

v0.0.36

07 Feb 21:48
Compare
Choose a tag to compare
Improve logs of graphkb clients.

v0.0.35

07 Feb 20:51
Compare
Choose a tag to compare
Fix query translator.