Skip to content

Commit 7b2271a

Browse files
committed
Updated release notes for HttpCore 5.2.5 release
1 parent 29b0173 commit 7b2271a

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

RELEASE_NOTES.txt

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
Release 5.2.5
2+
------------------
3+
4+
This is a maintenance release that corrects several minor defects discovered since
5+
release 5.2.4.
6+
7+
Change Log
8+
-------------------
9+
10+
* Minor performance optimization of response out of sequence check.
11+
Contributed by Oleg Kalnichevski <olegk at apache.org>
12+
13+
* Bug fix: Corrected exception type thrown in case of an unexpected connection
14+
termination.
15+
Contributed by Oleg Kalnichevski <olegk at apache.org>
16+
17+
* Bug fix: HTTP/1.1 server-side stream handler to validate the request message before
18+
the request routing and handler resolution.
19+
Contributed by Oleg Kalnichevski <olegk at apache.org>
20+
21+
* HPackDecoder incorrectly calculates required buffer length causing G1 Humongous
22+
Allocation and OOM (#465).
23+
Contributed by crazylulululu <42406448+crazylulululu@users.noreply.github.com>
24+
25+
* Performance optimization: HttpVersion#get is called in the critical execution path
26+
of the HTTP/1.1 protocol.
27+
Contributed by Oleg Kalnichevski <olegk at apache.org>
28+
29+
* HTTPCORE-763: remove checks that assert a path does not start with "//"
30+
Contributed by Marco Bungart <marco.bungart@googlemail.com>
31+
32+
* Fix: URIBuilder#getFirstQueryParam(String) throws NPE when query is empty (#449).
33+
Contributed by Konstantin Sorokin <skssxf@gmail.com>
34+
35+
36+
137
Release 5.2.4
238
------------------
339

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

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

664700

0 commit comments

Comments
 (0)