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/05/06 17:50:21 UTC

[httpcomponents-client] branch master updated: Updated release notes for HttpClient 5.1 release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d871112  Updated release notes for HttpClient 5.1 release
d871112 is described below

commit d871112144e6eaf5900f907433a6d9fc85078a90
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu May 6 19:44:31 2021 +0200

    Updated release notes for HttpClient 5.1 release
---
 RELEASE_NOTES.txt | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 12b7693..8e51ab9 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -20,6 +20,32 @@ HttpClient will require Java 1.8 as of 5.2.
 Change Log
 -------------------
 
+* HTTPCLIENT-2157: Response object generated by the classic caching backend is missing
+  the original content encoding.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2152: Fixed handling of unexpected unchecked exception by the async request
+  retry exec interceptor.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Async clients to support scheduled (delayed) re-execution of requests.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2148: fluent Executor volatile access thread safety (#301).
+  Contributed by Carter Kozak <ckozak at apache.org>
+
+* HTTPCLIENT-2149: When no dNSName, match against CN.
+  Contributed by Peter Dettman <peter.dettman at bouncycastle.org>
+
+* HTTPCLIENT-2147: fixed broken preemptive auth in HC Fluent.
+  Contributed by Robert Rodewald <robert.rodewald at kopsis.com>
+
+* HTTPCORE-672: cleanup of H2 connection validation code.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HttpAsyncClientBuilder: Make IOReactor exception callback configurable
+  Contributed by Ryan Schmitt <ryansch at amazon.com>
+
 * HTTPCLIENT-2141: HttpClient to not retry requests if the retry interval exceeds the response
   timeout.
   Contributed by Oleg Kalnichevski <olegk at apache.org>