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/09/22 09:01:52 UTC

[httpcomponents-client] branch master updated: Updated release notes for HttpClient 5.0.2 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 5399bc5  Updated release notes for HttpClient 5.0.2 release
5399bc5 is described below

commit 5399bc55eab621b4e2a17bc8ff57ad3fe8b8da07
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Sep 22 11:00:46 2020 +0200

    Updated release notes for HttpClient 5.0.2 release
---
 RELEASE_NOTES.txt | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 59 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index fd80d94..660f1d0 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,12 +1,70 @@
 Release 5.0.2
 -----------------
 
+This release upgrades HttpCore to the latest version, improves conformance to RFC 7235
+(Hypertext Transfer Protocol (HTTP/1.1): Authentication) and addresses a number of
+issues found since 5.0.1 release.
+
 Changelog:
 -------------------
 
-* Bug fix: BasicExpiresHandler is annotated as immutable but is not. #240.
+* HTTPCLIENT-2116: Incorrect request message composition when routing requests
+  via a proxy.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* PoolingAsyncClientConnectionManager incorrectly emits Ping commands to HTTP/1.1
+  endpoints (#255).
+  Contributed by 滕杰1 <tengjie1 at xdf.cn>
+
+* HTTPCLIENT-2115: HttpAsyncClientBuilder and H2AsyncClientBuilder fail to take
+  `replaceExecInterceptor()` into account.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2112: AbstractMultipartFormat respects ByteBuffer.arrayOffset (#253).
+  Contributed by Carter Kozak <ckozak at apache.org>
+
+* Avoid updating Content-Length header in a 304 response.
+  Contributed by Dirk Henselin <dirk.henselin at vwgis.de>
+
+* HTTPCLIENT-2105: async clients incorrectly handle redirects of requests with enclosed
+  entity.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2100: incorrect handling of EXTENDED mode by MultipartEntityBuilder
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2099, HTTPCLIENT-2091: SSLConnectionSocketFactory connect timeout fix (#241).
+  Contributed by Carter Kozak <ckozak at apache.org>
+
+* Bug fix: BasicExpiresHandler is annotated as immutable but is not (#240).
   Contributed by Gary Gregory <ggregory at apache.org>
 
+* HTTPCLIENT-2096: Migrate instance loggers to static fields
+  Contributed by Carter Kozak <ckozak at apache.org>
+
+* Added Automatic-Module-Name to the artefact manifests.
+  Contributed by Niels Basjes <niels at basjes.nl>
+
+* MultipartEntityBuilder#generateBoundary optimization (#233)
+  Contributed by slisaasquatch <slisaasquatch at users.noreply.github.com>
+
+* HTTPCLIENT-2094: ConnectionManager validateAfterInactivity zero duration agreement
+  Contributed by Carter Kozak <ckozak at apache.org>
+
+* RFC 7235 compliance, HTTPCLIENT-2086: fixed parsing of token68 based (base64-encoded)
+  auth schemes.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2091: Connect timeout is used instead of socket timeout after a tls upgrade
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2084: client builders incorrectly add message interceptors with LAST position
+  to the head of the list.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-2083: Fix NPE when classic client interceptors are added.
+  Contributed by Carter Kozak <ckozak at apache.org>
+
 
 Release 5.0.1
 -----------------