Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Jun 22, 2024
1 parent a2ad225 commit 541faf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
------------------

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:

* 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.

Expand All @@ -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 <olegk at apache.org>

* Redesign of test server APIs and integration test setup
* Redesign of test server APIs and integration test setup.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCLIENT-2331: Skip cookie header generation if a Cookie header is already
Expand Down

0 comments on commit 541faf6

Please sign in to comment.