From 4a3928da70dbbd70c6b10b198aca4f99edcdc7a6 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sat, 18 Nov 2023 11:55:50 +0100 Subject: [PATCH] Updated release notes for HttpClient 5.2.2 release --- RELEASE_NOTES.txt | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 1447f64e1..944371d52 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,14 +1,49 @@ Release 5.2.2 ------------------ -This is a maintenance release. +This is a maintenance release that fixes several minor defects found since release 5.2.1 +and upgrades HttpCore to version 5.2.3. Change Log ------------------- +* HTTPCLIENT-2302: Add comment to TrustStrategy usage in examples (#492). + Contributed by Marcono1234 + +* More consistent handling of OperationTimeoutException in MemcachedHttpCacheStorage. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2300: Abstract char message consumers to use UTF-8 by default if a charset + has not been explicitly specified by the Content-Type. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2299: Socket timeout value set via DefaultManagedHttpClientConnection#setSocketTimeout + is not correctly persisted and can be overwritten upon connection activation. + Contributed by Oleg Kalnichevski + +* Upgraded HttpCore to version 5.2.3. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2292: HttpClient ignores socketConfig#getSocksProxyAddress. + Contributed by Oleg Kalnichevski + +* Allows setting connection timeToLive and validateAfterInactivity to zero to always close + or validate a connection. + Contributed by Christoph Kaser + +* HTTPCLIENT-2271: Do not optimize the path component of the resolved URI by default. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2262: Corrected RequestConfig#connectionRequestTimeout Javadoc. + Contributed by Oleg Kalnichevski + +* Pass HttpContext to SSLConnectionSocketFactory#prepareSocket method (#404). + Contributed by Alen Turkovic + * Bump jna.version from 5.12.1 to 5.13.0 #407. Contributed by Dependabot and Gary Gregory + Release 5.2.1 ------------------