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/05/01 17:19:53 UTC

[httpcomponents-core] 02/02: Updated release notes for HttpCore 5.0.4 release

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

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

commit d2097db10f89edae3b5af30d461c85432ecda9ca
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sat May 1 18:59:26 2021 +0200

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

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 5459767..52e5f15 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,48 @@
+Release 5.0.4
+------------------
+
+This is a maintenance release that corrects a number of defects discovered since release 5.0.3
+including a major defect that can cause a connection pool resource leak.
+
+
+Change Log
+-------------------
+
+* HTTPCORE-676: Fixed incorrect handling of TLS renegotiation by non-blocking i/o sessions.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-673: Fixed incorrect handling of unknown parameters in HTTP/2 SETTINGS frame.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-672: H2ConnPool incorrectly handles validation of closed sessions.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: fixes race condition when a connection request completes successfully and times out
+  at the same time causing a pool entry leak.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Fixed TextUtils#toHexString producing incorrect result for negative values
+  Contributed by Marcono1234 <Marcono1234 at users.noreply.github.com>
+
+* `RequestHandlerRegistry` to resolve 127.0.0.1 as the primary host.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPCORE-659: Fixed a race condition in the non-blocking I/O session event management code.
+  Contributed by Nicolas Capponi <nicolas.capponi at forgerock.com>
+
+* HTTPCORE-658: removed explicit inbound / outbound socket shutdown from the `#close` method
+  of classic HTTP connections.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Add filters before MAIN_HANDLER so they won't be ignored (#236)
+  Contributed by Rob Spoor <robtimus at users.noreply.github.com>
+
+* Bug fix: do not attempt to shut down non-blocking TLS sessions gracefully in case the TLS
+  handshake has not been fully completed.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
+
 Release 5.0.3
 ------------------