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 2021/12/19 11:23:08 UTC

[httpcomponents-core] branch 5.1.x updated: Updated release notes for HttpCore 5.1.3 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 87dc7e8  Updated release notes for HttpCore 5.1.3 release
87dc7e8 is described below

commit 87dc7e8614e66f9528bd63ed3ad2b2010619d473
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Dec 19 12:22:50 2021 +0100

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index d86faae..0bc2f54 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,39 @@
+Release 5.1.3
+------------------
+
+This is a maintenance release that corrects a number of defects discovered since release 5.1.2
+including a regression in treating HTTP/1.0 connections as persistent by default.
+
+Change Log
+-------------------
+
+* HTTPCORE-705: ConnectionReuseStrategy to use protocol version of the response message
+  by default and that of the execution context as a fallback.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Use subclass of ConnectionClosedException to signal request execution failures due to
+  the connection being closed. Requests failed with this exception should generally be safe
+  to re-execute.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bump version log4j to 2.12.2. Please note log4j is used in test cases only.
+  Contributed by Arturo Bernal <arturobernalg at gmail.com>
+
+* HTTPCORE-704: HPackDecoder fails to correctly encode / decode an empty header if a non-ASCII
+  charset is being used.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-696: H2 protocol handler to ensure minimal processing of incoming frames during
+  a graceful shutdown.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-694: Fixed decrypted data check by non-blocking SSL i/o sessions  (#317).
+  Contributed by Jason Mathison <JasonMathison at users.noreply.github.com>
+
+* Bug fix: TLS handshake completion status not updated.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 5.1.2
 ------------------