Skip to content

Releases: socketry/async-service

v0.24.1

27 May 07:16
2769476

Choose a tag to compare

  • Managed services now pass their service name through container options by default, restoring process titles for forked and hybrid containers.

v0.24.0

27 May 05:37
a13d319

Choose a tag to compare

Bump minor version.

v0.23.0

19 May 08:02
4709b6f

Choose a tag to compare

  • 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.

v0.22.0

31 Mar 11:11
9728a74

Choose a tag to compare

  • Ensure process title is updated immediately after server starts in Managed::Service.

v0.21.0

10 Mar 01:38
6688f90

Choose a tag to compare

  • Add missing bake files.