async 2.27.3 → 2.27.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0b9a05a1a8805487af4de1c4314159fc6e32279acd9ec99baf496bd13b6a16b3
4
- data.tar.gz: 2a917a8644c0f081bda2283f0b4aab1ed11ed2b88e7570eb7ec6ac9d1db6570b
3
+ metadata.gz: 2231cc467de066011727840c1b920b6e5b73e3e3f93c1e899a63b029386e8d71
4
+ data.tar.gz: 2b6b38402df6fe44e6c00409263e336df91adc2ad99262e905227e8dbd60138d
5
5
  SHA512:
6
- metadata.gz: b5a69e355657bc135268bdbcd1ae6738ec7e32c8869cd2c6bae4140b7938773595ced413e71feeedcc340d197148c3e557f89d5a9953e44f73f2aca92a7f57bd
7
- data.tar.gz: 63c0498a5154d65ef6793685ab82bc72aa0d5c99d734ee7c2aa446adbed4046434991c476474189bf690ca87c376bdd0e1b45c5fc74ff6bd4e338b2a376e4e82
6
+ metadata.gz: e1f5963baf4efecc92493ac6199e196360688a076eaaa8dbd77aa836baab7ef0f5d9fa42753052e078ec9617f6d9536411f62978000b2c9453390a81a67ac352
7
+ data.tar.gz: f2729d26181a95a16ed26b8ed561c95249ae9a10f5ee952adab944327e97cc5eac7c940bf943f3ce8ba74e7f1ec927ec644427dd0f0eb9849762a38d4e18de47
checksums.yaml.gz.sig CHANGED
Binary file
@@ -583,7 +583,8 @@ module Async
583
583
  # @yields {|task| ...} Executed within the task.
584
584
  # @returns [Task] The task that was scheduled into the reactor.
585
585
  def async(*arguments, **options, &block)
586
- warn("Async::Scheduler#async is deprecated. Use `run` or `Task#async` instead.", uplevel: 1, category: :deprecated) if $VERBOSE
586
+ # Since this method is called by `run`, this warning is too excessive:
587
+ # warn("Async::Scheduler#async is deprecated. Use `run` or `Task#async` instead.", uplevel: 1, category: :deprecated) if $VERBOSE
587
588
 
588
589
  Kernel.raise ClosedError if @selector.nil?
589
590
 
data/lib/async/version.rb CHANGED
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2017-2025, by Samuel Williams.
5
5
 
6
6
  module Async
7
- VERSION = "2.27.3"
7
+ VERSION = "2.27.4"
8
8
  end
data/readme.md CHANGED
@@ -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.27.4
39
+
40
+ - Suppress excessive warning in `Async::Scheduler#async`.
41
+
38
42
  ### v2.27.3
39
43
 
40
44
  - 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
84
88
 
85
89
  - [Worker Pool](https://socketry.github.io/async/releases/index#worker-pool)
86
90
 
87
- ### v2.20.0
88
-
89
- - [Traces and Metrics Providers](https://socketry.github.io/async/releases/index#traces-and-metrics-providers)
90
-
91
91
  ## See Also
92
92
 
93
93
  - [async-http](https://github.com/socketry/async-http) — Asynchronous HTTP client/server.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v2.27.4
4
+
5
+ - Suppress excessive warning in `Async::Scheduler#async`.
6
+
3
7
  ## v2.27.3
4
8
 
5
9
  - Ensure trace attributes are strings, fixes integration with OpenTelemetry.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.27.3
4
+ version: 2.27.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file