Skip to content

Commit

Permalink
Updated release notes for HttpClient 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Dec 3, 2022
1 parent bfd2bf1 commit 8ca97f1
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
Release 5.2.1
------------------

This is the second GA release in the 5.2 release series.

Please note that 5.2 upgrades the minimal JRE level to version 8 (8u251 is required).

This is a maintenance release that fixes several regressions found in release 5.2.

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

* Regression: Async execution runtimes set the negotiated protocol version in the execution
context at the wrong point of request execution.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Cancel connection request on exception.
Contributed by Bryan Keller <bryanck at gmail.com>

* Replace deprecated use of LangUtils#equals() with Objects.equals().
Contributed by Gary Gregory <ggregory at apache.org>

* Regression: Multipart body builder and multipart formatters fail to escape special characters
such as backslash and quote mark.
Contributed by Oleg Kalnichevski <olegk at apache.org>


Release 5.2
------------------
Expand Down

0 comments on commit 8ca97f1

Please sign in to comment.