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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/async/version.rb +1 -1
- data/lib/traces/provider/async/task.rb +1 -1
- data/readme.md +4 -5
- data/releases.md +4 -0
- data.tar.gz.sig +0 -0
- metadata +1 -1
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0b9a05a1a8805487af4de1c4314159fc6e32279acd9ec99baf496bd13b6a16b3
|
4
|
+
data.tar.gz: 2a917a8644c0f081bda2283f0b4aab1ed11ed2b88e7570eb7ec6ac9d1db6570b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5a69e355657bc135268bdbcd1ae6738ec7e32c8869cd2c6bae4140b7938773595ced413e71feeedcc340d197148c3e557f89d5a9953e44f73f2aca92a7f57bd
|
7
|
+
data.tar.gz: 63c0498a5154d65ef6793685ab82bc72aa0d5c99d734ee7c2aa446adbed4046434991c476474189bf690ca87c376bdd0e1b45c5fc74ff6bd4e338b2a376e4e82
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/lib/async/version.rb
CHANGED
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
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
metadata.gz.sig
CHANGED
Binary file
|