|
1 |
| -Release 5.4 BETA1 |
| 1 | +Release 5.4 |
2 | 2 | ------------------
|
3 | 3 |
|
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. |
6 | 6 |
|
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 |
8 | 8 | versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche
|
9 | 9 | with object serialization) created with any earlier version MUST be flushed and re-populated
|
10 | 10 | 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:
|
36 | 36 |
|
37 | 37 | * HttpContext optimization and performance improvement.
|
38 | 38 |
|
| 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. |
39 | 91 |
|
40 | 92 |
|
41 | 93 | Change Log
|
|
0 commit comments