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 44# Copyright, 2017-2025, by Samuel Williams.
55
66module Async
7- VERSION = "2.27.3 "
7+ VERSION = "2.27.4 "
88end
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
3535
3636Please see the [ project releases] ( https://socketry.github.io/async/releases/index ) for all releases.
3737
38+ ### v2.27.4
39+
40+ - Suppress excessive warning in ` Async::Scheduler#async ` .
41+
3842### v2.27.3
3943
4044 - Ensure trace attributes are strings, fixes integration with OpenTelemetry.
@@ -84,10 +88,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
8488
8589 - [ Worker Pool] ( https://socketry.github.io/async/releases/index#worker-pool )
8690
87- ### v2.20.0
88-
89- - [ Traces and Metrics Providers] ( https://socketry.github.io/async/releases/index#traces-and-metrics-providers )
90-
9191## See Also
9292
9393 - [ async-http] ( https://github.com/socketry/async-http ) — Asynchronous HTTP client/server.
Original file line number Diff line number Diff line change 11# Releases
22
3- ## Unreleased
3+ ## v2.27.4
44
55 - Suppress excessive warning in ` Async::Scheduler#async ` .
66
You can’t perform that action at this time.
0 commit comments