File tree Expand file tree Collapse file tree 1 file changed +33
-1
lines changed
Expand file tree Collapse file tree 1 file changed +33
-1
lines changed Original file line number Diff line number Diff line change 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
436This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs
You can’t perform that action at this time.
0 commit comments