Skip to content

Commit b435224

Browse files
committed
Updated release notes for HttpClient 5.4.4 release
1 parent b5dc350 commit b435224

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

RELEASE_NOTES.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
Release 5.4.3
1+
Release 5.4.4
2+
------------------
3+
4+
This maintenance release corrects several regressions reported since the last
5+
release, including a defect causing some private domains in SSL certificates to
6+
get rejected as a mismatch.
7+
8+
Change Log
9+
-------------------
10+
11+
* DNS host/identity normalization should be performed only once per public API call.
12+
Contributed by Oleg Kalnichevski <olegk at apache.org>
13+
14+
* HTTPCLIENT-2366: Fix regression in RequestEntityProxy#isRepeatable behavior. (#630)
15+
Contributed by Arturo Bernal <abernal at apache.org>
16+
17+
* HTTPCLIENT-2365: Fix handling of private domains by PublicSuffixMatcher.
18+
Contributed by Oleg Kalnichevski <olegk at apache.org>
19+
20+
* HTTPCLIENT-2364: Fix incorrect re-binding of the upgraded SSL socket to the HTTP connection
21+
by the DefaultHttpClientConnectionOperator#upgrade(*) methods.
22+
Contributed by Oleg Kalnichevski <olegk at apache.org>
23+
24+
25+
Release 5.4.3
226
------------------
327

428
This maintenance release upgrades HttpCore to version 5.3.4 and fixes a regression

0 commit comments

Comments
 (0)