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 12:04:59 UTC

[httpcomponents-client] branch release-preparation created (now df0ed32)

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

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


      at df0ed32  Updated NOTICE

This branch includes the following new commits:

     new d846822  Updated release notes for HttpClient 5.0-beta7 release
     new df0ed32  Updated NOTICE

The 2 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-client] 02/02: Updated NOTICE

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

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

commit df0ed32eb077ab4a6a917405ea67c6222b0c6a32
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Wed Jan 22 13:03:23 2020 +0100

    Updated NOTICE
---
 NOTICE.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 8d4aa6d..ac26553 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache HttpComponents Client
-Copyright 1999-2018 The Apache Software Foundation
+Copyright 1999-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).


[httpcomponents-client] 01/02: Updated release notes for HttpClient 5.0-beta7 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-preparation
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit d846822cfb329f7f844a1fdbb0ec1ab3a419c8dc
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>