Skip to content

Commit 648b9c6

Browse files
committed
Bump minor version.
1 parent 585b40d commit 648b9c6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/async/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module HTTP
8-
VERSION = "0.90.2"
8+
VERSION = "0.91.0"
99
end
1010
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f
1616

1717
Please see the [project releases](https://socketry.github.io/async-http/releases/index) for all releases.
1818

19+
### v0.91.0
20+
21+
- Move all default trace providers into `traces/provider/async/http`.
22+
1923
### v0.90.2
2024

2125
- Don't emit `resource:` keyword argument in traces - it's unsupported by OpenTelemetry.
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5559
- Remove `Async::HTTP::Body::Delayed` with no replacement.
5660
- Remove `Async::HTTP::Body::Slowloris` with no replacement.
5761

58-
### v0.75.0
59-
60-
- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.
61-
6262
## See Also
6363

6464
- [benchmark-http](https://github.com/socketry/benchmark-http) — A benchmarking tool to report on web server concurrency.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.91.0
44

55
- Move all default trace providers into `traces/provider/async/http`.
66

0 commit comments

Comments
 (0)