File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
# Copyright, 2017-2025, by Samuel Williams.
5
5
6
6
module Async
7
- VERSION = "2.27.4 "
7
+ VERSION = "2.28.0 "
8
8
end
Original file line number Diff line number Diff line change @@ -35,6 +35,10 @@ Please see the [project documentation](https://socketry.github.io/async/) for mo
35
35
36
36
Please see the [ project releases] ( https://socketry.github.io/async/releases/index ) for all releases.
37
37
38
+ ### v2.28.0
39
+
40
+ - Use ` Traces.current_context ` and ` Traces.with_context ` for better integration with OpenTelemetry.
41
+
38
42
### v2.27.4
39
43
40
44
- Suppress excessive warning in ` Async::Scheduler#async ` .
@@ -84,10 +88,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
84
88
- Rename ` ASYNC_SCHEDULER_DEFAULT_WORKER_POOL ` to ` ASYNC_SCHEDULER_WORKER_POOL ` .
85
89
- [ Fiber Stall Profiler] ( https://socketry.github.io/async/releases/index#fiber-stall-profiler )
86
90
87
- ### v2.21.1
88
-
89
- - [ Worker Pool] ( https://socketry.github.io/async/releases/index#worker-pool )
90
-
91
91
## See Also
92
92
93
93
- [ async-http] ( https://github.com/socketry/async-http ) — Asynchronous HTTP client/server.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v2.28.0
4
4
5
5
- Use ` Traces.current_context ` and ` Traces.with_context ` for better integration with OpenTelemetry.
6
6
You can’t perform that action at this time.
0 commit comments