Skip to content

Commit

Permalink
Updated release notes for HttpCore 5.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Oct 19, 2024
1 parent 9024f46 commit 8c55aa6
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
Release 5.3.1
------------------

This is a maintenance release that corrects several defects found since 5.3 release
including an HTTP/2 protocol handler failure to notify the opposite endpoint when using
non-default dynamic table sizes.


Change Log
-------------------

* Bug fix: Allow `Host` headers in HTTP/2 request messages.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Fixed the HTTP/1.1 async protocol handler incorrectly reporting its state
as CLOSED immediately after its instantiation until the #onConnect event has been
triggered.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCORE-771: Ignore java.lang.UnsupportedOperationException when gracefully shutting
down classic SSL sockets for compatibility with Oracle JDK 1.8.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: HTTP/2 protocol handler fails to notify the opposite endpoint when correctly
using non-default dynamic table sizes.
Contributed by Brendan Thomas <brendan.thomas at adaptiva.com>

* Bug fix: Moved HTTP/2 illegal message header check from message converters to protocol
interceptors.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Corrected error handling in AbstractAsyncPushHandler



Release 5.3
------------------

Expand Down

0 comments on commit 8c55aa6

Please sign in to comment.