Skip to content

Commit 6b72bde

Browse files
committed
Bump minor version.
1 parent 5235fe5 commit 6b72bde

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.93.0"
8+
VERSION = "0.94.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.94.0
20+
21+
- Propagate all errors from background reader to active streams so that they are closed correctly (e.g. errors are not missed).
22+
1923
### v0.92.2
2024

2125
- Better handling of trailers. If invalid trailers are received, the connection (HTTP/1) or stream (HTTP/2) is reset.
@@ -52,10 +56,6 @@ Please see the [project releases](https://socketry.github.io/async-http/releases
5256

5357
- `protocol-http1` introduces a line length limit for request line, response line, header lines and chunk length lines.
5458

55-
### v0.81.0
56-
57-
- Expose `protocol` and `endpoint` as tags to `async-pool` for improved instrumentation.
58-
5959
## See Also
6060

6161
- [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.94.0
44

55
- Propagate all errors from background reader to active streams so that they are closed correctly (e.g. errors are not missed).
66

0 commit comments

Comments
 (0)