Skip to content

Commit 555ebe5

Browse files
committed
Bump patch version.
1 parent 3c8bec5 commit 555ebe5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

lib/async/http/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
module Async
88
# @namespace
99
module HTTP
10-
VERSION = "0.98.0"
10+
VERSION = "0.98.1"
1111
end
1212
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.98.1
20+
21+
- Probe idle HTTP/1 connections before reuse, avoiding requests on connections already closed by the peer.
22+
1923
### v0.98.0
2024

2125
- Rewind request bodies before retrying requests.
@@ -55,10 +59,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5559

5660
- Better handling of trailers. If invalid trailers are received, the connection (HTTP/1) or stream (HTTP/2) is reset.
5761

58-
### v0.92.0
59-
60-
- **Breaking**: Remove `Async::HTTP::Reference`. Use `Protocol::URL::Reference` directly instead.
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.98.1
44

55
- Probe idle HTTP/1 connections before reuse, avoiding requests on connections already closed by the peer.
66

0 commit comments

Comments
 (0)