Skip to content

Commit

Permalink
Updated release notes for HttpClient 5.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Oct 25, 2024
1 parent a5b638d commit f6169d5
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
Release 5.4
Release 5.4.1
------------------

This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since
release 5.4.

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

* Fixed the problem with request specific push handlers being ignored.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Upgraded HttpCore to version 5.3.1.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Correct the issue with connection state detection in DefaultManagedAsyncClientConnection#isOpen().
Contributed by yhzdys <yhzdys at foxmail.com>

* Bug fix: Fixed propagation of runtime exceptions thrown during connection route setup.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Asynchronous cache protocol handler incorrectly updates the actual cache entry in the cache execution
context upon cache entry re-validation.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Bug fix: Response Cache-Control attribute does not get updated in the cache execution context in case of
a cache miss.
Contributed by Oleg Kalnichevski <olegk at apache.org>



Release 5.4
------------------

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

0 comments on commit f6169d5

Please sign in to comment.