From 541faf6fc80f9a9e223b910de20ba10b09eee7ff Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 22 Jun 2024 11:38:35 -0400 Subject: [PATCH] Minor tweaks --- RELEASE_NOTES.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index cb9e9407b..e04339542 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -2,12 +2,12 @@ ------------------ This is the first BETA release in the 5.4 release series. It upgrades HttpCore to version -5.3-beta1 and adds a number of minor improvements and fixes. +5.3-beta1 and adds a few minor improvements and fixes. IMPORTANT! Please note the new cache entry serialization format is incompatible with earlier versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche with object serialization) created with any earlier version MUST be flushed and re-populated -or the cache backend MUST be configured to use the old deprecated cache entry serializer. +or the cache backend MUST be configured to use the old, deprecated cache entry serializer. Notable changes and features included in the 5.4 series: @@ -15,7 +15,7 @@ Notable changes and features included in the 5.4 series: * Improved conformance to RFC 9110 (HTTP Semantics), RFC 7616 (HTTP Digest Access Authentication), RFC 2617 (’Basic’ HTTP Authentication Scheme). -* UTF-8 encoding to be used by default for text where appropriate. +* UTF-8 encoding is used by default for text where appropriate. * Compatibility with Java Virtual Threads and Java 21 Runtime. @@ -41,11 +41,11 @@ Notable changes and features included in the 5.4 series: Change Log ------------------- -* HTTPCLIENT-2328: Blocking i/o connections to check if the opposite TLS endpoint +* HTTPCLIENT-2328: Blocking I/O connections to check if the opposite TLS endpoint has been closed by the opposite endpoint while writing out request body. Contributed by Oleg Kalnichevski -* Redesign of test server APIs and integration test setup +* Redesign of test server APIs and integration test setup. Contributed by Oleg Kalnichevski * HTTPCLIENT-2331: Skip cookie header generation if a Cookie header is already