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 2020/01/22 16:26:46 UTC

[httpcomponents-client] branch master updated: Updated release notes for HttpClient 5.0-beta7 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 81f8811  Updated release notes for HttpClient 5.0-beta7 release
81f8811 is described below

commit 81f8811f6214152bb04ef8a248f3932ef674fa86
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Jan 22 13:02:53 2020 +0100

    Updated release notes for HttpClient 5.0-beta7 release
---
 RELEASE_NOTES.txt | 63 +++++++++++++++++++++++++++++++++++++++++++++----------
 1 file changed, 52 insertions(+), 11 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index ed8ed2c..3da16a0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,17 +1,8 @@
 Release 5.0-BETA7
 -----------------
 
-This BETA release picks up the latest fixes and performance improvements from HttpCore
-and addresses a number of issues found since the previous BETA release.
-
-* HTTPCLIENT-2043: Rename classes documented as factories from *Provider #194.
-
-
-Release 5.0-BETA6
--------------------
-
-This BETA release picks up the latest fixes and performance improvements from HttpCore
-and addresses a number of issues found since the previous BETA release.
+This BETA release upgrades HttpCore to the latest version  and addresses a number of issues found
+since the previous BETA release.
 
 IMPORTANT: This release is expected to be the last BETA version. If no major
 design flaws are found the actual 5.0 API will be frozen and the next version will be
@@ -52,6 +43,56 @@ due to the change in package names and Maven module coordinates.
 Changelog:
 -------------------
 
+* Improved domain name normalization by DefaultHostnameVerifier.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* DefaultHostnameVerifier: Match DNS and CN names against ICANN domains.
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
+
+* HTTPCORE-615: Implement HTTP-based cache serializer-deserializer.
+  Contributed by Scott Gifford <sgifford at suspectclass.com>
+
+* HTTPCLIENT-2040: Copy headers from the original request to the redirect request.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Removed RFC 2965 specific requirements deprecated and superseded by RFC 6265.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2035: Remove HttpRequestRetryHandler in favor of HttpRequestRetryStrategy.
+  Contributed by Michael Osipov <michaelo at apache.org>
+
+* HTTPCLIENT-2019: Remove ServiceUnavailableRetryStrategy in favor of HttpRequestRetryStrategy.
+  Contributed by Michael Osipov <michaelo at apache.org>
+
+* HTTPCLIENT-2034: Introduce HttpRequestRetryStrategy.
+  Contributed by Michael Osipov <michaelo at apache.org>
+
+* CloseableHttpAsyncClient to support explicit HttpHost execution parameter.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2020: DefaultBackoffStrategy to support TOO_MANY_REQUESTS (429).
+  Contributed by Michael Osipov <michaelo at apache.org>
+
+* HTTPCLIENT-2030: Fixed PublicSuffixMatcher#getDomainRoot behavior with invalid hostnames.
+  Contributed by Niels Basjes <niels at basjes.nl>
+
+* HTTPCLIENT-2028: Connection managers to allow 0 for `validateAfterInactivity` time value.
+  Contributed by Peter Frank <pfrank at fandango.com>
+
+* HTTPCLIENT-2023: Allow nested arrays and all primitive types in DefaultHttpCacheEntrySerializer.
+  Contributed by Olof Larsson <olof at sylt.nu>
+
+
+
+Release 5.0-BETA6
+-------------------
+
+This BETA release picks up the latest fixes and performance improvements from HttpCore
+and addresses a number of issues found since the previous BETA release.
+
+Changelog:
+-------------------
+
 * Fixed fallback PublicSuffixMatcher.
   Contributed by Ryan Schmitt <rschmitt at apache.org>