Releases: arago/hiro-batch-client-python
Releases · arago/hiro-batch-client-python
Version 1.0.5
- Update requirements.txt to use the most recent hiro-graph-client of version 5.x.x.
Version 1.0.4
- Update documentation in README.md. Added missing key "order" in result data.
v1.0.3
-
Allow continuing of read-in-iteration when the iterator is yielding a dict {"error", Exception}.
-
The results now contain a field "order" to get the order in which the commands have been put into the request_queue.
-
Added logging of fatal errors while reading from the queues. This also prevents possible deadlocks.
Version 1.0.2
[bugfix] Avoid UnboundLocalError when exception occurs immediately at iterating over batch data.
Version 1.0.1
v1.0.1
[bugfix] Avoid read-in deadlock
- When an error is thrown while data is read in, the queues
within HiroGraphBatch need to be closed cleanly or a
deadlock will occur. Fixed.
v1.0.0
Created project by splitting batchclient.py from hiro-graph-client.