We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d1416 + feb35d3 commit fff9a9dCopy full SHA for fff9a9d
CHANGELOG.md
@@ -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
9
# v1.0.2
10
-[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.
12
13
# v1.0.1
14
src/hiro_batch_client/VERSION
@@ -1 +1 @@
-1.0.1
+1.0.3
0 commit comments