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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ 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
+
### v0.24.1
35
+
36
+
- Managed services now pass their service name through container options by default, restoring process titles for forked and hybrid containers.
37
+
34
38
### v0.23.0
35
39
36
40
-`Async::Service::Generic.wrap` now checks for a `make_service(environment)` method on the evaluator before falling back to `service_class`. This allows environments to compose child environments and return a fully-constructed service without introducing a dedicated service class.
@@ -76,12 +80,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
76
80
-`ManagedService` now sends `status!` messages during startup to prevent premature health check timeouts for slow-starting services.
77
81
- Support for `startup_timeout` option via `container_options` to detect processes that hang during startup and never become ready.
0 commit comments