Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Sep 15, 2024
1 parent f83ec33 commit 7875877
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
------------------

This is the first GA release in the 5.4 release series. This release finalizes the 5.4 APIs,
upgrades HttpCore to version 5.3 and improves Public Suffix matching algorithm implementation.
upgrades HttpCore to version 5.3 and improves the Public Suffix matching algorithm implementation.

IMPORTANT! Please note the new cache entry serialization format is incompatible with earlier
IMPORTANT! 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.
Expand Down Expand Up @@ -54,13 +54,13 @@ Change Log
* DeflateInputStream extends FilterInputStream
Contributed by Gary Gregory <garydgregory at gmail.com>

* HTTPCLIENT-2335: Added #close method with CloseMode parameter to CloseableHttpResponse.
* HTTPCLIENT-2335: Added close() method with CloseMode parameter to CloseableHttpResponse.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCLIENT-2336: Corrected hostname identity verification logic.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCLIENT-2336: Updated PublicSuffixMatcher to use 'formal algorithm' as specified
* HTTPCLIENT-2336: Updated PublicSuffixMatcher to use the 'formal algorithm' as specified
https://github.com/publicsuffix/list/wiki/Format#formal-algorithm.
Contributed by Adrian Woodhead <adrian.woodhead at humansecurity.com>

Expand All @@ -74,8 +74,8 @@ Change Log
* Removed @Experimental from async cache classes.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* HTTPCLIENT-2333: update execution scope upon request redirect in order to avoid re-execution
of the original request in case of an i/o error.
* HTTPCLIENT-2333: Update execution scope upon request redirect to avoid re-execution
of the original request in case of an I/O error.
Contributed by Oleg Kalnichevski <olegk at apache.org>

* Re-introduced LaxRedirectStrategy from 4.x
Expand Down

0 comments on commit 7875877

Please sign in to comment.