File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
lib/async/container/supervisor Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ module Async
99 module Container
1010 # @namespace
1111 module Supervisor
12- VERSION = "0.9.0 "
12+ VERSION = "0.9.1 "
1313 end
1414 end
1515end
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2626
2727Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
2828
29+ ### v0.9.1
30+
31+ - Close ` Call ` queue if asynchronous call fails during dispatch - further messages will fail with ` ClosedQueueError ` .
32+
2933### v0.9.0
3034
3135 - Better handling of write failures in ` Connection::Call.dispatch ` , ensuring we don't leak calls.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.9.1
44
55 - Close ` Call ` queue if asynchronous call fails during dispatch - further messages will fail with ` ClosedQueueError ` .
66
You can’t perform that action at this time.
0 commit comments