Skip to content

Releases: socketry/async-service

v0.24.1

Choose a tag to compare

@ioquatix ioquatix released this 27 May 07:16
2769476
  • Managed services now pass their service name through container options by default, restoring process titles for forked and hybrid containers.

v0.24.0

Choose a tag to compare

@ioquatix ioquatix released this 27 May 05:37
a13d319
Bump minor version.

v0.23.0

Choose a tag to compare

@ioquatix ioquatix released this 19 May 08:02
4709b6f
  • 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

Choose a tag to compare

@ioquatix ioquatix released this 31 Mar 11:11
9728a74
  • Ensure process title is updated immediately after server starts in Managed::Service.

v0.21.0

Choose a tag to compare

@ioquatix ioquatix released this 10 Mar 01:38
6688f90
  • Add missing bake files.