Skip to content

Releases: clems4ever/go-graphkb

v0.0.23

26 Jan 16:32
Compare
Choose a tag to compare
Set the max number of connections to 10 and reuse them.

v0.0.22: Fix issue with DB ID not found in generator.

26 Jan 08:58
Compare
Choose a tag to compare
In the case there is a relation in the projection, but the related
assets are not in the projection, the assets are not pushed into the
registry leading to missing IDs when searching into it. In that case we
can simply return id -1 because the relation won't be displayed anyway
as we are missing one or both vertices.

v0.0.21

25 Jan 21:55
Compare
Choose a tag to compare
Add new line to log.

v0.0.20

25 Jan 21:54
Compare
Choose a tag to compare
Define the level of concurrency from configuration file.

v0.0.19

25 Jan 21:35
Compare
Choose a tag to compare
Return http status of errors in client.

v0.0.18

25 Jan 21:23
Compare
Choose a tag to compare
Parallelize data source uploads via streaming API.

v0.0.17

25 Jan 12:37
Compare
Choose a tag to compare
Add logs into the client + parallelize client upload.

v0.0.16

14 Jan 09:56
Compare
Choose a tag to compare
Reduce the chunk of assets to be imported at once.

v0.0.15: Missing defer of the progress bar closing.

13 Jan 23:15
Compare
Choose a tag to compare
This potentially led to states in which old progress bars were always
showing up in the logs.

v0.0.14

13 Jan 19:34
Compare
Choose a tag to compare
Fix assets counting.