async 2.27.2 → 2.27.3

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: '09bbe8d1e72307456e130873e0b8085c3e9dfa4c6a5d683628a8b9d71296d536'
4
- data.tar.gz: df36d6567530daaf5a0973eccd6c7731a0fc74fa16f14492a4166bb52f3e0b74
3
+ metadata.gz: 0b9a05a1a8805487af4de1c4314159fc6e32279acd9ec99baf496bd13b6a16b3
4
+ data.tar.gz: 2a917a8644c0f081bda2283f0b4aab1ed11ed2b88e7570eb7ec6ac9d1db6570b
5
5
  SHA512:
6
- metadata.gz: 1950f70ab897e009cdd3d662e23fa26647070a8b83c455d5265be83544b7c5e32c5f67647b9d712972a9ee165406be05e26d4aa4d4b4604be96126b7e13baa34
7
- data.tar.gz: 7dabc3ef0f79ebdbda86736a21c2df628623cf1a707e942f3e7222fbc8aaedc4b836a5c736946002f56e00a5659531acbcf574d768382a4ffe60bf154ce2f1e8
6
+ metadata.gz: b5a69e355657bc135268bdbcd1ae6738ec7e32c8869cd2c6bae4140b7938773595ced413e71feeedcc340d197148c3e557f89d5a9953e44f73f2aca92a7f57bd
7
+ data.tar.gz: 63c0498a5154d65ef6793685ab82bc72aa0d5c99d734ee7c2aa446adbed4046434991c476474189bf690ca87c376bdd0e1b45c5fc74ff6bd4e338b2a376e4e82
checksums.yaml.gz.sig CHANGED
Binary file
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.2"
7
+ VERSION = "2.27.3"
8
8
  end
@@ -19,7 +19,7 @@ Traces::Provider(Async::Task) do
19
19
 
20
20
  attributes = {
21
21
  # We use the instance variable as it corresponds to the user-provided block.
22
- "block" => @block,
22
+ "block" => @block.to_s,
23
23
  "transient" => self.transient?,
24
24
  }
25
25
 
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.3
39
+
40
+ - Ensure trace attributes are strings, fixes integration with OpenTelemetry.
41
+
38
42
  ### v2.27.2
39
43
 
40
44
  - Fix `context/index.yaml` schema.
@@ -84,11 +88,6 @@ Please see the [project releases](https://socketry.github.io/async/releases/inde
84
88
 
85
89
  - [Traces and Metrics Providers](https://socketry.github.io/async/releases/index#traces-and-metrics-providers)
86
90
 
87
- ### v2.19.0
88
-
89
- - [`Async::Scheduler` Debugging](https://socketry.github.io/async/releases/index#async::scheduler-debugging)
90
- - [Console Shims](https://socketry.github.io/async/releases/index#console-shims)
91
-
92
91
  ## See Also
93
92
 
94
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.3
4
+
5
+ - Ensure trace attributes are strings, fixes integration with OpenTelemetry.
6
+
3
7
  ## v2.27.2
4
8
 
5
9
  - Fix `context/index.yaml` schema.
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.2
4
+ version: 2.27.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file