Updated release notes for HttpClient 4.5 release
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1681296 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6e6b8e5180
commit
a929148fb4
|
@ -1,9 +1,54 @@
|
|||
Changes since 4.4
|
||||
Release 4.5
|
||||
-------------------
|
||||
|
||||
HttpClient 4.5 (GA) is a minor feature release that includes several incremental enhancements
|
||||
to the exisitng functionality such as support for private domains in the Mozilla Public Suffix List.
|
||||
|
||||
Changelog:
|
||||
-------------------
|
||||
|
||||
* Reduced default validate after inactivity setting from 5 sec to 2 sec
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1649] Fixed serialization of auth schemes
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1645]: Fluent requests to inherit config parameters of the executor.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1640]: RFC6265 lax cookie policy fails to parse 'max-age' attribute.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1633]: RFC6265CookieSpecProvider compatibility level setting has no effect.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1613]: Support for private domains in Mozilla Public Suffix List.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
|
||||
|
||||
Release 4.4.1
|
||||
-------------------
|
||||
|
||||
HttpClient 4.4.1 (GA) is a maintenance release that fixes a number of defects in new functionality
|
||||
introduced in version 4.4.
|
||||
|
||||
Users of HttpClient 4.4 are encouraged to upgrade.
|
||||
|
||||
Please note that as of 4.4 HttpClient requires Java 1.6 or newer.
|
||||
|
||||
Changelog:
|
||||
-------------------
|
||||
|
||||
* Marked RFC 2109, RFC 2965, Netscape draft cookie specs as obsolete
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1633] RFC6265CookieSpecProvider compatibility level setting has no effect.
|
||||
Contributed by Oleg Kalnichevski <olegk at apache.org>
|
||||
|
||||
* [HTTPCLIENT-1628]: Auth cache can fail when domain name contains uppercase characters.
|
||||
Contributed by Dennis Ju <dejuknow at gmail.com>
|
||||
|
||||
* [HTTPCLIENT-1609] Stale connection check in PoolingHttpClientConnectionManager has no effect.
|
||||
Internal connection pool does not correctly implement connection validation.
|
||||
Contributed by Charles Lip <rene1 at singnet.com.sg>
|
||||
|
|
Loading…
Reference in New Issue