Releases: clems4ever/go-graphkb
Releases · clems4ever/go-graphkb
v0.0.23
Set the max number of connections to 10 and reuse them.
v0.0.22: Fix issue with DB ID not found in generator.
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
Add new line to log.
v0.0.20
Define the level of concurrency from configuration file.
v0.0.19
Return http status of errors in client.
v0.0.18
Parallelize data source uploads via streaming API.
v0.0.17
Add logs into the client + parallelize client upload.
v0.0.16
Reduce the chunk of assets to be imported at once.
v0.0.15: Missing defer of the progress bar closing.
This potentially led to states in which old progress bars were always showing up in the logs.
v0.0.14
Fix assets counting.