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/09/26 20:33:35 UTC

[httpcomponents-core] branch release-5.1.2 created (now 72e797b)

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

olegk pushed a change to branch release-5.1.2
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


      at 72e797b  Updated release notes for HttpCore 5.1.2 release

This branch includes the following new commits:

     new 72e797b  Updated release notes for HttpCore 5.1.2 release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[httpcomponents-core] 01/01: Updated release notes for HttpCore 5.1.2 release

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 72e797ba685456ed1f6afbf06ab2b76e9c724da0
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Sep 26 13:02:10 2021 +0200

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index b90c9e0..d86faae 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,34 @@
+Release 5.1.2
+------------------
+
+This is a maintenance release that corrects a number of defects discovered since release 5.1.1
+including defects in handling of identity transfer encoded HTTP/1.1 response messages.
+
+Change Log
+-------------------
+
+* HTTPCLIENT-2174: URIBuilder to return a new empty list instead of unmodifiable
+  Collections#emptyList.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-684: Async SSL I/O session fails to propagate end-of-stream events to the protocol
+  handler. This can cause a failure in handling of identity transfer encoded HTTP/1.1 response
+  messages.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: Async HTTP/1.1 server side protocol handler fails to correctly terminate message
+  exchanges with identity transfer encoded responses.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-683: Fixed incorrect recovery from hostname resolution failures by the I/O session
+  pool.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Don't Change connection flow control window based on remote SETTINGS.
+  Contributed by Ryan Schmitt <ryansch at amazon.com>
+
+
+
 Release 5.1.1
 ------------------
 
@@ -7,6 +38,7 @@ including a major defect that can cause a connection pool resource leak.
 
 Change Log
 -------------------
+
 * HTTPCORE-676: Fixed incorrect handling of TLS renegotiation by non-blocking i/o sessions.
   Contributed by Oleg Kalnichevski <olegk at apache.org>