Skip to content

Commit 25c1727

Browse files
committed
Bump minor version.
1 parent 044b75c commit 25c1727

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/async/service/supervisor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module Async
99
module Service
1010
# @namespace
1111
module Supervisor
12-
VERSION = "0.14.0"
12+
VERSION = "0.15.0"
1313
end
1414
end
1515
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Please see the [project documentation](https://socketry.github.io/async-service-
2828

2929
Please see the [project releases](https://socketry.github.io/async-service-supervisor/releases/index) for all releases.
3030

31+
### v0.15.0
32+
33+
- Improve robustness and error handling of default monitors and server loop, ensuring that monitor failures either completely crash the server or retry appropriately, rather than leaving the server in a broken state.
34+
3135
### v0.14.0
3236

3337
- Add `Worker#make_controller` as an override point for providing a custom worker controller with additional RPCs.
@@ -73,10 +77,6 @@ Please see the [project releases](https://socketry.github.io/async-service-super
7377
- Add `Async::Service::Supervisor::ProcessMonitor` for logging CPU and memory metrics periodically.
7478
- Fix documentation to use correct `maximum_size_limit:` parameter name for `MemoryMonitor` (was incorrectly documented as `limit:`).
7579

76-
### v0.7.0
77-
78-
- If a memory leak is detected, sample memory usage for 60 seconds before exiting.
79-
8080
## Contributing
8181

8282
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.15.0
44

55
- Improve robustness and error handling of default monitors and server loop, ensuring that monitor failures either completely crash the server or retry appropriately, rather than leaving the server in a broken state.
66

0 commit comments

Comments
 (0)