Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 19, 2024
1 parent 3920950 commit 2bf7b9f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/async/http/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

module Async
module HTTP
VERSION = "0.76.0"
VERSION = "0.77.0"
end
end
11 changes: 11 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Please see the [project documentation](https://socketry.github.io/async-http/) f

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

### v0.77.0

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

### v0.76.0

- `Async::HTTP::Body::Writable` is moved to `Protocol::HTTP::Body::Writable`.
- Remove `Async::HTTP::Body::Delayed` with no replacement.
- Remove `Async::HTTP::Body::Slowloris` with no replacement.

### v0.75.0

- Better handling of HTTP/1 \<-\> HTTP/2 proxying, specifically upgrade/CONNECT requests.
Expand Down
2 changes: 1 addition & 1 deletion releases.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

## Unreleased
## v0.77.0

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

0 comments on commit 2bf7b9f

Please sign in to comment.