You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by rs...@apache.org on 2019/01/30 19:16:55 UTC

[httpcomponents-core] branch master updated: Update release notes for HttpCore 5.0-beta7 release

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9222378  Update release notes for HttpCore 5.0-beta7 release
9222378 is described below

commit 92223789157aaccc5228925c0b1b40ea44b0c796
Author: Ryan Schmitt <rs...@apache.org>
AuthorDate: Tue Jan 29 14:57:15 2019 -0800

    Update release notes for HttpCore 5.0-beta7 release
---
 RELEASE_NOTES.txt | 40 +++++++++++++++++++++++++++++++++++++---
 1 file changed, 37 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 6c58f71..191db88 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,13 +1,47 @@
 Release 5.0-BETA7
 -------------------
 
-TODO: Add release description
+This BETA release adds support for SOCKS version 5, improves support for TLS
+handshake timeout configuration, and fixes various defects.
+
+Please note that the following interfaces have changed: TlsStrategy, IOSession,
+TransportSecurityLayer.
 
 Change Log
 -------------------
 
-* org.apache.hc.core5.reactor.IOSession: Deprecate lock() in favor of getLock().
- 
+* Made AbstractBinAsyncEntityProducer and AbstractCharAsyncEntityProducer conditionally threading-safe
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Added convenience method to test if ContentType instances are of the same MIME type
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Merge connect and handshake timeouts in AbstractIOSessionPool
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
+
+* HTTPCLIENT-1960: URIBuilder incorrect handling of multiple leading slashes in path component
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCLIENT-1959: corrected argument validation in HttpHost constructors; removed deprecated methods
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* org.apache.hc.core5.reactor.IOSession: Deprecate lock() in favor of getLock(). Add missing @Override.
+  Contributed by Gary Gregory <garydgregory at gmail.com>
+
+* HTTPCORE-563: client support for SOCKS version 5
+  Contributed by David Maplesden <david at maplesden.co.nz>
+
+* Delay i/o operations on non-blocking SSL sessions until fully initialized
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Add `handshakeTimeout` support throughout
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
+
+* Updated the set of project report generated by Maven
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* SSLIOSession: Add `connectTimeout` constructor param
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
 
 Release 5.0-BETA6
 -------------------