Skip to content

Commit fff9a9d

Browse files
authored
Merge pull request #2 from arago/order_and_continuation
Version 1.0.3
2 parents 36d1416 + feb35d3 commit fff9a9d

File tree

3 files changed

+137
-62
lines changed

3 files changed

+137
-62
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
# v1.0.3
2+
3+
* Allow continuing of read-in-iteration when the iterator is yielding a dict {"error", Exception}.
4+
5+
* The results now contain a field "order" to get the order in which the commands have been put into the request_queue.
6+
7+
* Added logging of fatal errors while reading from the queues. This also prevents possible deadlocks.
8+
19
# v1.0.2
210

3-
[bugfix] Avoid UnboundLocalError when exception occurs immediately at iterating over batch data.
11+
* [bugfix] Avoid UnboundLocalError when exception occurs immediately at iterating over batch data.
412

513
# v1.0.1
614

src/hiro_batch_client/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.3

0 commit comments

Comments
 (0)