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 2022/05/26 08:36:20 UTC

[httpcomponents-core] branch master updated: Updated release notes for HttpCore 5.2-beta2 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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new d11b619a0 Updated release notes for HttpCore 5.2-beta2 release
d11b619a0 is described below

commit d11b619a0cddaa8905b2efc0542987edccdac5ce
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Thu May 26 10:35:31 2022 +0200

    Updated release notes for HttpCore 5.2-beta2 release
---
 RELEASE_NOTES.txt | 49 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 34 insertions(+), 15 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 4dce17932..1a854955b 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,8 +1,8 @@
 Release 5.2 BETA1
 ------------------
 
-This is the first BETA release in the 5.2 release series that marks the completion of
-major API changes and starts the transition toward a GA phase.
+This BETA release corrects a major regression in the TLS handshake handling
+code introduced in the previous BETA release.
 
 This release also includes all fixes from the 5.1 (stable) branch.
 
@@ -23,6 +23,38 @@ Notable changes and features included in the 5.2 series:
 * Use of Java 1.8 date / time APIs
 
 
+Change Log
+-------------------
+
+* HTTPCORE-713: Optimize InetAddressUtils#isIPv6*Address; check input colon count
+  before performing IPv6 regex validation.
+  Contributed by David Schlosnagle <davids at palantir.com>
+
+* HTTPCORE-710: In case of some TLS handshake failures (protocol version mismatch)
+  the local TLS engine quietly closes the stream instead of throwing a handshake
+  exception.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Corrected TLS upgrade support in HttpAsyncRequester.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: non-blocking TLS sessions fail to update their event interest mask upon TLS
+  handshake initiation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Upgrade to RxJava3
+  Contributed by Ryan Schmitt <rschmitt at apache.org>
+
+
+Release 5.2 BETA1
+------------------
+
+This is the first BETA release in the 5.2 release series that marks the completion of
+major API changes and starts the transition toward a GA phase.
+
+This release also includes all fixes from the 5.1 (stable) branch.
+
+
 Change Log
 -------------------
 
@@ -69,19 +101,6 @@ This is the second ALPHA release in the 5.2 release series that fixes a regressi
 in the TLS layer introduced by the previous ALPHA and adds a number of incremental
 improvements.
 
-Please note that 5.2 upgrades minimal JRE level to version 8 (8u251 is required).
-
-
-Notable changes and features included in the 5.2 series:
-
-* Upgrade to Java 8.
-
-* Improved support for TLS upgrade and HTTP protocol upgrade (async).
-
-* Improved customization of HTTP listeners (async).
-
-* Improved parsing and formatting of URI components.
-
 
 Change Log
 -------------------