From 2aa9ac6940bbccc4ca20204318e1ebfab9569dcc Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sat, 20 Jan 2024 18:03:47 +0100 Subject: [PATCH] Updated release notes for HttpClient 5.3.1 release --- RELEASE_NOTES.txt | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 913f474f6f..e3c136bf37 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,4 +1,36 @@ -Release 5.3 +Release 5.3.1 +------------------- + +This is a maintenance release that fixes several minor defects and a regression in the Fluent module +causing the response body truncation discovered since release 5.3. + + +Change Log +------------------- + +* Restored backwards-compatible #createSocket calls in + Contributed by Clayton Walker + +* HTTPCLIENT-2315: Client builders fail to apply system properties to the default connection manager. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2314: Handle gracefully a failure of DnsResolver to return a list of resolved + addresses (#533). + Contributed by Philip Helger + +* HTTPCLIENT-2314: Throw ConnectionShutdownException in case of pooled connection having been closed or + discarded instead of plain IllegalStateException. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2312: Fixed response body truncation in the fluent API (#521). + Contributed by Arturo Bernal + +* HTTPCLIENT-2313: Fixed NullPointerException in PoolingHttpClientConnectionManager when debug + logging is enabled. + Contributed by Oleg Kalnichevski + + +Release 5.3 ------------------- This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs