Skip to content

Commit

Permalink
Updated release notes for HttpCore 5.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Jun 27, 2024
1 parent 29b0173 commit 7b2271a
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
Release 5.2.5
------------------

This is a maintenance release that corrects several minor defects discovered since
release 5.2.4.

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

* Minor performance optimization of response out of sequence check.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Corrected exception type thrown in case of an unexpected connection
termination.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: HTTP/1.1 server-side stream handler to validate the request message before
the request routing and handler resolution.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HPackDecoder incorrectly calculates required buffer length causing G1 Humongous
Allocation and OOM (#465).
Contributed by crazylulululu <42406448+crazylulululu@users.noreply.github.com>

* Performance optimization: HttpVersion#get is called in the critical execution path
of the HTTP/1.1 protocol.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCORE-763: remove checks that assert a path does not start with "//"
Contributed by Marco Bungart <marco.bungart@googlemail.com>

* Fix: URIBuilder#getFirstQueryParam(String) throws NPE when query is empty (#449).
Contributed by Konstantin Sorokin <skssxf@gmail.com>



Release 5.2.4
------------------

Expand Down Expand Up @@ -658,7 +694,7 @@ Change Log
Contributed by Lee Ray <liruigo at gmail.com>

* Added exception callback to async server implementations enabling logging of unexpected and
fatal exceptions in the server side protocol handlers.
fatal exceptions in the server-side protocol handlers.
Contributed by Oleg Kalnichevski <olegk at apache.org>


Expand Down

0 comments on commit 7b2271a

Please sign in to comment.