From 5f5360673877ac29ad2d83fafd3f2b221709ab5a Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Wed, 17 Jan 2024 13:57:29 -0600 Subject: [PATCH] v0.4.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d16601b1..307021dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.2 (January 17th, 2024) + +* Limit error resets for misbehaving connections. +* Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially. + # 0.4.1 (January 8, 2024) * Fix assigning connection capacity which could starve streams in some instances. diff --git a/Cargo.toml b/Cargo.toml index be533240..cbb4bafd 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.1" +version = "0.4.2" license = "MIT" authors = [ "Carl Lerche ",