Skip to content

Releases: arago/hiro-batch-client-python

Version 1.0.5

04 Feb 11:51
d4d4538

Choose a tag to compare

  • Update requirements.txt to use the most recent hiro-graph-client of version 5.x.x.

Version 1.0.4

26 Jan 10:43

Choose a tag to compare

  • Update documentation in README.md. Added missing key "order" in result data.

v1.0.3

24 Jan 18:03
fff9a9d

Choose a tag to compare

  • 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

21 Jan 17:59

Choose a tag to compare

[bugfix] Avoid UnboundLocalError when exception occurs immediately at iterating over batch data.

Version 1.0.1

21 Jan 17:31
21d1c12

Choose a tag to compare

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.