Skip to content

Commit f6169d5

Browse files
committed
Updated release notes for HttpClient 5.4.1 release
1 parent a5b638d commit f6169d5

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

RELEASE_NOTES.txt

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
1-
Release 5.4
1+
Release 5.4.1
2+
------------------
3+
4+
This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since
5+
release 5.4.
6+
7+
Change Log
8+
-------------------
9+
10+
* Fixed the problem with request specific push handlers being ignored.
11+
Contributed by Oleg Kalnichevski <olegk at apache.org>
12+
13+
* Upgraded HttpCore to version 5.3.1.
14+
Contributed by Oleg Kalnichevski <olegk at apache.org>
15+
16+
* Bug fix: Correct the issue with connection state detection in DefaultManagedAsyncClientConnection#isOpen().
17+
Contributed by yhzdys <yhzdys at foxmail.com>
18+
19+
* Bug fix: Fixed propagation of runtime exceptions thrown during connection route setup.
20+
Contributed by Oleg Kalnichevski <olegk at apache.org>
21+
22+
* Bug fix: Asynchronous cache protocol handler incorrectly updates the actual cache entry in the cache execution
23+
context upon cache entry re-validation.
24+
Contributed by Oleg Kalnichevski <olegk at apache.org>
25+
26+
* Bug fix: Response Cache-Control attribute does not get updated in the cache execution context in case of
27+
a cache miss.
28+
Contributed by Oleg Kalnichevski <olegk at apache.org>
29+
30+
31+
32+
Release 5.4
233
------------------
334

435
This is the first GA release in the 5.4 release series. This release finalizes the 5.4 APIs,

0 commit comments

Comments
 (0)