You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Please see the [project documentation](https://socketry.github.io/async-service/
31
31
32
32
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
33
33
34
-
### Unreleased
34
+
### v0.20.0
35
35
36
36
- Introduce `Async::Service::Policy` for monitoring service health and implementing failure handling strategies. Default threshold: 6 failures in 60 seconds (0.1 failures/second).
37
37
- Add `container_policy` configuration method for specifying custom policies in service configuration files.
Copy file name to clipboardExpand all lines: releases.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Releases
2
2
3
-
## Unreleased
3
+
## v0.20.0
4
4
5
5
- Introduce `Async::Service::Policy` for monitoring service health and implementing failure handling strategies. Default threshold: 6 failures in 60 seconds (0.1 failures/second).
6
6
- Add `container_policy` configuration method for specifying custom policies in service configuration files.
0 commit comments