Skip to content

Commit 36e40cd

Browse files
committed
Updated release notes for HttpClient 5.4.3 release
1 parent d5622dc commit 36e40cd

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

RELEASE_NOTES.txt

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
1-
Release 5.4.2
1+
Release 5.4.3
22
------------------
33

4-
This is a maintenance release that upgrades HttpCore to version 5.3.3 and fixes several
4+
This maintenance release upgrades HttpCore to version 5.3.4 and fixes a regression
5+
preventing the PublicSuffixMatcherLoader from finding the resource containing the Public
6+
Suffix List and causing the Public Suffix List to be empty by default.
7+
8+
9+
Change Log
10+
-------------------
11+
12+
* MultipartEntityBuilder to include a random UUID in the boundary value by default.
13+
Contributed by Oleg Kalnichevski <olegk at apache.org>
14+
15+
* HTTPCLIENT-2363: Ensure requests have a scheme and an authority populated before
16+
they get committed to the execution pipeline.
17+
Contributed by Oleg Kalnichevski <olegk at apache.org>
18+
19+
* Upgraded HttpCore to version 5.3.4.
20+
Contributed by Oleg Kalnichevski <olegk at apache.org>
21+
22+
* Fix PublicSuffixMatcherLoader#getDefault (#621).
23+
Contributed by Joe Gallo <[email protected]>
24+
25+
* HTTPCLIENT-2361: HTTP protocol handler to tolerate multiple `Cookie` headers added
26+
manually by the caller.
27+
Contributed by Oleg Kalnichevski <olegk at apache.org>
28+
29+
30+
Release 5.4.2
31+
------------------
32+
33+
This maintenance release upgrades HttpCore to version 5.3.3 and fixes several
534
regressions reported since the last release. One of the regressions could cause connection
635
leaks and eventual connection pool exhaustion in case of proxy authentication
736
failure when establishing a tunnel via the proxy.
@@ -48,7 +77,7 @@ Change Log
4877
Release 5.4.1
4978
------------------
5079

51-
This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since
80+
This maintenance release upgrades HttpCore to version 5.3.1 and fixes several defects found since
5281
release 5.4.
5382

5483
Change Log

0 commit comments

Comments
 (0)