From 07fc8245ff8b58f581e0d3c5035b54eb14b69192 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 15 Mar 2024 11:21:33 -0400 Subject: [PATCH] v0.4.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307021dc..07bf533c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.4.3 (March 15, 2024) + +* Fix flow control limits to not apply until receiving SETTINGS ack. +* Fix not returning an error if IO ended without `close_notify`. +* Improve performance of decoding many headers. + # 0.4.2 (January 17th, 2024) * Limit error resets for misbehaving connections. diff --git a/Cargo.toml b/Cargo.toml index 50098342..3e4b7fe6 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.2" +version = "0.4.3" license = "MIT" authors = [ "Carl Lerche ",