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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,17 @@ Please see the [project documentation](https://socketry.github.io/async-service/
19
19
20
20
-[Getting Started](https://socketry.github.io/async-service/guides/getting-started/index) - This guide explains how to get started with `async-service` to create and run services in Ruby.
21
21
22
+
-[Service Architecture](https://socketry.github.io/async-service/guides/service-architecture/index) - This guide explains the key architectural components of `async-service` and how they work together to provide a clean separation of concerns.
23
+
24
+
-[Best Practices](https://socketry.github.io/async-service/guides/best-practices/index) - This guide outlines recommended patterns and practices for building robust, maintainable services with `async-service`.
25
+
22
26
## Releases
23
27
24
28
Please see the [project releases](https://socketry.github.io/async-service/releases/index) for all releases.
25
29
26
-
### Unreleased
30
+
### v0.14.0
31
+
32
+
- Introduce `ContainerEnvironment` and `ContainerService` for implementing best-practice services.
0 commit comments