You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/07/01 07:28:38 UTC

[httpcomponents-core] branch 5.1.x updated: Updated release notes for HttpCore 5.1.4 release

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new ecc931615 Updated release notes for HttpCore 5.1.4 release
ecc931615 is described below

commit ecc931615e432d42e7361254269bf41f6b488e0c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Fri Jul 1 09:28:16 2022 +0200

    Updated release notes for HttpCore 5.1.4 release
---
 RELEASE_NOTES.txt | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 0bc2f54f5..97e0472e4 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,41 @@
+Release 5.1.4
+------------------
+
+This is a maintenance release that corrects a number of defects discovered since release 5.1.3,
+mostly in H2 protocol handling.
+
+Change Log
+-------------------
+
+* HTTPCLIENT-2222: Back-ported some protocol negotiation improvements from 5.2.x.
+  Fixes ProtocolNegotiationException.
+  Contributed by Gaojie Liu <goliu at linkedin.com>
+
+* HTTPCORE-713: InetAddressUtils#isIPv6*Address performance optimization
+  Contributed by David Schlosnagle <davids at palantir.com>
+
+* Bug fix: non-blocking TLS sessions fail to update their event interest mask upon TLS
+  handshake initiation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-708: H2 stream multiplexer incorrectly handles multiple frame fragments in
+  a single input chunk.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2201: protocol exception thrown while consuming pushed headers can leave
+  the pushed H2 stream on the client side in an inconsistent state.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Protocol negotiators now keep track the negotiated HTTP protocol version and can report it
+  to the application layer; improved HTTP protocol negotiation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-707: H2 connections incorrectly enforce the frame size max limit based on local
+  settings instead of remote ones.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 5.1.3
 ------------------