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 2021/03/07 20:29:14 UTC

[httpcomponents-core] branch master updated: Updated release notes for HttpCore 5.1 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 f664957  Updated release notes for HttpCore 5.1 release
f664957 is described below

commit f66495774acec9e28a194c1ed63da6eab8d77a9f
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Mar 7 21:00:24 2021 +0100

    Updated release notes for HttpCore 5.1 release
---
 RELEASE_NOTES.txt | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index b95ed76..5df666a 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,45 @@
+Release 5.1
+-----------
+
+This is the first GA release in the 5.1 release series.
+
+Notable changes and features included in the 5.1 series:
+
+* Conditional conformance with RFC 3986 (Uniform Resource Identifier (URI): Generic Syntax).
+
+* Improved support for out of sequence response message handing by the the classic (blocking)
+  HTTP transport.
+
+* Improved message builders.
+
+
+Change Log
+-------------------
+
+* Bug fix: HTTP protocol negotiator factories to accept null TlsStrategy.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* RequestHandlerRegistry to resolve 127.0.0.1 as primary host.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-667, HTTPCORE-668, HTTPCORE-670: Added content type and HTTP header constants.
+  Contributed by Arturo Bernal <arturobernalg at gmail.com>
+
+* RFC 3986 conformance: BasicHttpRequest to reject requests whose path component begins with
+  multiple slashes.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* RFC 3986 conformance: BasicHttpRequest to support parsing of valid URI authority components
+  not recognized by java.net.URI.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Improved message builder support.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-666, regression: fixed NPE in ServerHttp1IOEventHandlerFactory.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 5.1 BETA3
 ------------------