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/01/24 17:36:43 UTC

[httpcomponents-client] branch 5.1.x updated: Updated release notes for HttpClient 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-client.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 61d0c6e  Updated release notes for HttpClient 5.1.3 release
61d0c6e is described below

commit 61d0c6e7210c749661da80b81f1efe5c60e48a4e
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Mon Jan 24 18:20:16 2022 +0100

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index f355022..c7dd178 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,4 +1,38 @@
-Release 5.1.2
+Release 5.1.3
+-----------
+
+This release upgrades HttpCore to the latest 5.1 version and fixes a number of issues found
+since release 5.1.2.
+
+Change Log
+-------------------
+
+* Fixed incompatibility with older versions of Android shipping with Commons Codec < 1.4.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: ByteArrayBuilder incorrectly handles empty strings.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2195, regression: classic ConnectExec incorrectly discards the proxy response body
+  even if the request cannot be executed and the response is final.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2194: async retries not including body (#343).
+  Contributed by Jason Mathison <JasonMathison at users.noreply.github.com>
+
+* Automatically retry requests that failed with RequestNotExecutedException.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: Incorrect connection validity check in the async connection manager can cause
+  an IllegalStateException and lead to a connection leak. Treat closed connections as valid
+  due to the connection open check being inherently racy.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bump log4j to 2.12.3
+  Contributed by mxd4 <maxime_droy at ultimatesoftware.com>
+
+
+Release 5.1.2
 -----------
 
 This is an emergency release that fixes a regression introduced in the previous release