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 5
5
6
6
module Async
7
7
module HTTP
8
- VERSION = "0.90.1 "
8
+ VERSION = "0.90.2 "
9
9
end
10
10
end
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
16
16
17
17
Please see the [ project releases] ( https://socketry.github.io/async-http/releases/index ) for all releases.
18
18
19
+ ### v0.90.2
20
+
21
+ - Don't emit ` resource: ` keyword argument in traces - it's unsupported by OpenTelemetry.
22
+
19
23
### v0.88.0
20
24
21
25
- [ Support custom protocols with options] ( https://socketry.github.io/async-http/releases/index#support-custom-protocols-with-options )
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
55
59
56
60
- Better handling of HTTP/1 \< -\> HTTP/2 proxying, specifically upgrade/CONNECT requests.
57
61
58
- ### v0.74.0
59
-
60
- - [ ` Async::HTTP::Internet ` accepts keyword arguments] ( https://socketry.github.io/async-http/releases/index#async::http::internet-accepts-keyword-arguments )
61
-
62
62
## See Also
63
63
64
64
- [ benchmark-http] ( https://github.com/socketry/benchmark-http ) — A benchmarking tool to report on web server concurrency.
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
3
- ## Unreleased
3
+ ## v0.90.2
4
4
5
5
- Don't emit ` resource: ` keyword argument in traces - it's unsupported by OpenTelemetry.
6
6
You can’t perform that action at this time.
0 commit comments