File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77module Async
88 # @namespace
99 module Service
10- VERSION = "0.18.1 "
10+ VERSION = "0.19.0 "
1111 end
1212end
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ Please see the [project documentation](https://socketry.github.io/async-service/
2929
3030Please see the [ project releases] ( https://socketry.github.io/async-service/releases/index ) for all releases.
3131
32- ### Unreleased
32+ ### v0.19.0
3333
34- - Renamed ` Async::Service::GenericService ` -> ` Async::Service::Generic ` , added compatibility alias for ` GenericService ` .
35- - Renamed ` Async::Service::ManagedService ` -> ` Async::Service::Managed::Service ` , added compatibility alias for ` ManagedService ` .
36- - Renamed ` Async::Service::ManagedEnvironment ` -> ` Async::Service::Managed::Environment ` , added compatibility alias for ` ManagedEnvironment ` .
37- - Renamed ` Async::Service::HealthChecker ` -> ` Async::Service::Managed::HealthChecker ` , added compatibility alias for ` HealthChecker ` .
34+ - Renamed ` Async::Service::GenericService ` -\ > ` Async::Service::Generic ` , added compatibility alias for ` GenericService ` .
35+ - Renamed ` Async::Service::ManagedService ` -\ > ` Async::Service::Managed::Service ` , added compatibility alias for ` ManagedService ` .
36+ - Renamed ` Async::Service::ManagedEnvironment ` -\ > ` Async::Service::Managed::Environment ` , added compatibility alias for ` ManagedEnvironment ` .
37+ - Renamed ` Async::Service::HealthChecker ` -\ > ` Async::Service::Managed::HealthChecker ` , added compatibility alias for ` HealthChecker ` .
3838
3939### v0.18.1
4040
@@ -81,10 +81,6 @@ Please see the [project releases](https://socketry.github.io/async-service/relea
8181 - Make service name optional and improve code comments.
8282 - Add ` respond_to_missing? ` for completeness.
8383
84- ### v0.12.0
85-
86- - Add convenient ` Configuration.build{...} ` method for constructing inline configurations.
87-
8884## Contributing
8985
9086We welcome contributions to this project.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v0.19.0
44
5- - Renamed ` Async::Service::GenericService ` -> ` Async::Service::Generic ` , added compatibility alias for ` GenericService ` .
6- - Renamed ` Async::Service::ManagedService ` -> ` Async::Service::Managed::Service ` , added compatibility alias for ` ManagedService ` .
7- - Renamed ` Async::Service::ManagedEnvironment ` -> ` Async::Service::Managed::Environment ` , added compatibility alias for ` ManagedEnvironment ` .
8- - Renamed ` Async::Service::HealthChecker ` -> ` Async::Service::Managed::HealthChecker ` , added compatibility alias for ` HealthChecker ` .
5+ - Renamed ` Async::Service::GenericService ` -\ > ` Async::Service::Generic ` , added compatibility alias for ` GenericService ` .
6+ - Renamed ` Async::Service::ManagedService ` -\ > ` Async::Service::Managed::Service ` , added compatibility alias for ` ManagedService ` .
7+ - Renamed ` Async::Service::ManagedEnvironment ` -\ > ` Async::Service::Managed::Environment ` , added compatibility alias for ` ManagedEnvironment ` .
8+ - Renamed ` Async::Service::HealthChecker ` -\ > ` Async::Service::Managed::HealthChecker ` , added compatibility alias for ` HealthChecker ` .
99
1010## v0.18.1
1111
You can’t perform that action at this time.
0 commit comments