Skip to content

Commit b4d102a

Browse files
committed
Updated release notes for HttpClient 5.4 release
1 parent 3b5c815 commit b4d102a

File tree

1 file changed

+56
-4
lines changed

1 file changed

+56
-4
lines changed

RELEASE_NOTES.txt

Lines changed: 56 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Release 5.4 BETA1
1+
Release 5.4
22
------------------
33

4-
This is the first BETA release in the 5.4 release series. It upgrades HttpCore to version
5-
5.3-beta1 and adds a few minor improvements and fixes.
4+
This is the first GA release in the 5.4 release series. This release finalizes the 5.4 APIs,
5+
upgrades HttpCore to version 5.3 and improves the Public Suffix matching algorithm implementation.
66

7-
IMPORTANT! Please note the new cache entry serialization format is incompatible with earlier
7+
IMPORTANT! The new cache entry serialization format is incompatible with earlier
88
versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche
99
with object serialization) created with any earlier version MUST be flushed and re-populated
1010
or the cache backend MUST be configured to use the old, deprecated cache entry serializer.
@@ -36,6 +36,58 @@ Notable changes and features included in the 5.4 series:
3636

3737
* HttpContext optimization and performance improvement.
3838

39+
* Async cache is no longer considered experimental.
40+
41+
42+
Change Log
43+
-------------------
44+
45+
* HTTPCLIENT-2338: Put compress exec interceptor after retry exec interceptor.
46+
Contributed by Oleg Kalnichevski <olegk at apache.org>
47+
48+
* Upgraded HttpCore to version 5.3.
49+
Contributed by Oleg Kalnichevski <olegk at apache.org>
50+
51+
* Javadoc improvements.
52+
Contributed by Gary Gregory <garydgregory at gmail.com>
53+
54+
* DeflateInputStream extends FilterInputStream
55+
Contributed by Gary Gregory <garydgregory at gmail.com>
56+
57+
* HTTPCLIENT-2335: Added close() method with CloseMode parameter to CloseableHttpResponse.
58+
Contributed by Oleg Kalnichevski <olegk at apache.org>
59+
60+
* HTTPCLIENT-2336: Corrected hostname identity verification logic.
61+
Contributed by Oleg Kalnichevski <olegk at apache.org>
62+
63+
* HTTPCLIENT-2336: Updated PublicSuffixMatcher to use the 'formal algorithm' as specified
64+
https://github.com/publicsuffix/list/wiki/Format#formal-algorithm.
65+
Contributed by Adrian Woodhead <adrian.woodhead at humansecurity.com>
66+
67+
* Input streams returned by DecompressingEntity#getContent to support mark(int) and reset()
68+
if the underlying stream does.
69+
Contributed by Gary Gregory <garydgregory at gmail.com>
70+
71+
* Improved FQDN matching.
72+
Contributed by Oleg Kalnichevski <olegk at apache.org>
73+
74+
* Removed @Experimental from async cache classes.
75+
Contributed by Oleg Kalnichevski <olegk at apache.org>
76+
77+
* HTTPCLIENT-2333: Update execution scope upon request redirect to avoid re-execution
78+
of the original request in case of an I/O error.
79+
Contributed by Oleg Kalnichevski <olegk at apache.org>
80+
81+
* Re-introduced LaxRedirectStrategy from 4.x
82+
Contributed by Otavio Prado <otavio.prado at sensedia.com>
83+
84+
85+
86+
Release 5.4 BETA1
87+
------------------
88+
89+
This is the first BETA release in the 5.4 release series. It upgrades HttpCore to version
90+
5.3-beta1 and adds a few minor improvements and fixes.
3991

4092

4193
Change Log

0 commit comments

Comments
 (0)