File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
lib/async/container/supervisor Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 66module Async
77 module Container
88 module Supervisor
9- VERSION = "0.6.2 "
9+ VERSION = "0.6.3 "
1010 end
1111 end
1212end
Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ Please see the [project documentation](https://socketry.github.io/async-containe
2222
2323Please see the [ project releases] ( https://socketry.github.io/async-container-supervisor/releases/index ) for all releases.
2424
25+ ### v0.6.3
26+
27+ - Add agent context documentation.
28+
29+ ### v0.6.2
30+
31+ - Fix timed out RPCs and subsequent responses which should be ignored.
32+
2533### v0.6.0
2634
2735 - Add ` async:container:supervisor:reload ` command to restart the container (blue/green deployment).
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.6.3
44
55 - Add agent context documentation.
66
You can’t perform that action at this time.
0 commit comments