Skip to content

Commit 2bf7b9f

Browse files
committed
Bump minor version.
1 parent 3920950 commit 2bf7b9f

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

lib/async/http/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module HTTP
8-
VERSION = "0.76.0"
8+
VERSION = "0.77.0"
99
end
1010
end

readme.md

+11
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ 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.77.0
20+
21+
- Improved HTTP/1 connection handling.
22+
- The input stream is no longer closed when the output stream is closed.
23+
24+
### v0.76.0
25+
26+
- `Async::HTTP::Body::Writable` is moved to `Protocol::HTTP::Body::Writable`.
27+
- Remove `Async::HTTP::Body::Delayed` with no replacement.
28+
- Remove `Async::HTTP::Body::Slowloris` with no replacement.
29+
1930
### v0.75.0
2031

2132
- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

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

55
- Improved HTTP/1 connection handling.
66
- The input stream is no longer closed when the output stream is closed.

0 commit comments

Comments
 (0)