From cffea952853c98df0a0c96d51b128cb3a5fbd8b2 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 19 Nov 2024 11:27:42 -0500 Subject: [PATCH] v0.4.7 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceccd028..8d945801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.7 (November 19, 2024) + +* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed. +* Fix notifying the stream task when automatically reset on receipt of a stream error. + # 0.4.6 (August 19, 2024) * Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`. diff --git a/Cargo.toml b/Cargo.toml index b7eb8051..34ca3d68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "h2" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.4.6" +version = "0.4.7" license = "MIT" authors = [ "Carl Lerche ",