Skip to content

Commit 2aa9ac6

Browse files
committed
Updated release notes for HttpClient 5.3.1 release
1 parent 8d9f9de commit 2aa9ac6

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

RELEASE_NOTES.txt

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
1-
Release 5.3
1+
Release 5.3.1
2+
-------------------
3+
4+
This is a maintenance release that fixes several minor defects and a regression in the Fluent module
5+
causing the response body truncation discovered since release 5.3.
6+
7+
8+
Change Log
9+
-------------------
10+
11+
* Restored backwards-compatible #createSocket calls in
12+
Contributed by Clayton Walker <cwalker at sofi.org>
13+
14+
* HTTPCLIENT-2315: Client builders fail to apply system properties to the default connection manager.
15+
Contributed by Oleg Kalnichevski <olegk at apache.org>
16+
17+
* HTTPCLIENT-2314: Handle gracefully a failure of DnsResolver to return a list of resolved
18+
addresses (#533).
19+
Contributed by Philip Helger <philip at helger.com>
20+
21+
* HTTPCLIENT-2314: Throw ConnectionShutdownException in case of pooled connection having been closed or
22+
discarded instead of plain IllegalStateException.
23+
Contributed by Oleg Kalnichevski <olegk at apache.org>
24+
25+
* HTTPCLIENT-2312: Fixed response body truncation in the fluent API (#521).
26+
Contributed by Arturo Bernal <abernal at apache.org>
27+
28+
* HTTPCLIENT-2313: Fixed NullPointerException in PoolingHttpClientConnectionManager when debug
29+
logging is enabled.
30+
Contributed by Oleg Kalnichevski <olegk at apache.org>
31+
32+
33+
Release 5.3
234
-------------------
335

436
This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs

0 commit comments

Comments
 (0)