Skip to content

Releases: clems4ever/go-graphkb

v0.0.13: Implement lock-free DB transactions.

13 Jan 18:39
Compare
Choose a tag to compare
Lock-free write transactions allows GraphKB to have multiple instances
running in parallel to scale out.

To implement the feature I added the source breakdown in 'assets' and
'relations' tables. That way there is no concurrent access to pivot
points anymore since each data source produces and manage its own entry
in the DB. The reconciliation is done at query time once the entries are
retrieved from DB.

v0.0.12

16 Dec 16:14
Compare
Choose a tag to compare
Add metrics exporter for prometheus to scrape.

v0.0.11

11 Dec 09:35
Compare
Choose a tag to compare
Build go-graphkb on debian instead of alpine.

v0.0.10: Build go-graphkb in docker.

10 Dec 15:25
Compare
Choose a tag to compare
This avoid adherence with the CI service.

v0.0.8

03 Dec 14:18
Compare
Choose a tag to compare
Add option to allow using cleartextPassword in DB SDN.

v0.0.7

15 Oct 13:55
Compare
Choose a tag to compare
Add more information in errors raised for debugging.

v0.0.6

13 Jan 09:11
Compare
Choose a tag to compare
Add query historizer to troubleshoot when a query takes too long.

v0.0.5

10 Jan 16:37
Compare
Choose a tag to compare
Fix bug with column name.

v0.0.4

10 Jan 11:53
Compare
Choose a tag to compare
Fix some misleading logs.

v0.0.3

10 Jan 10:29
Compare
Choose a tag to compare
Combine two messages in one when starting server.