|
1 |
| -Release 5.4.2 |
| 1 | +Release 5.4.3 |
2 | 2 | ------------------
|
3 | 3 |
|
4 |
| -This is a maintenance release that upgrades HttpCore to version 5.3.3 and fixes several |
| 4 | +This maintenance release upgrades HttpCore to version 5.3.4 and fixes a regression |
| 5 | +preventing the PublicSuffixMatcherLoader from finding the resource containing the Public |
| 6 | +Suffix List and causing the Public Suffix List to be empty by default. |
| 7 | + |
| 8 | + |
| 9 | +Change Log |
| 10 | +------------------- |
| 11 | + |
| 12 | +* MultipartEntityBuilder to include a random UUID in the boundary value by default. |
| 13 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 14 | + |
| 15 | +* HTTPCLIENT-2363: Ensure requests have a scheme and an authority populated before |
| 16 | + they get committed to the execution pipeline. |
| 17 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 18 | + |
| 19 | +* Upgraded HttpCore to version 5.3.4. |
| 20 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 21 | + |
| 22 | +* Fix PublicSuffixMatcherLoader#getDefault (#621). |
| 23 | + Contributed by Joe Gallo < [email protected]> |
| 24 | + |
| 25 | +* HTTPCLIENT-2361: HTTP protocol handler to tolerate multiple `Cookie` headers added |
| 26 | + manually by the caller. |
| 27 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 28 | + |
| 29 | + |
| 30 | +Release 5.4.2 |
| 31 | +------------------ |
| 32 | + |
| 33 | +This maintenance release upgrades HttpCore to version 5.3.3 and fixes several |
5 | 34 | regressions reported since the last release. One of the regressions could cause connection
|
6 | 35 | leaks and eventual connection pool exhaustion in case of proxy authentication
|
7 | 36 | failure when establishing a tunnel via the proxy.
|
@@ -48,7 +77,7 @@ Change Log
|
48 | 77 | Release 5.4.1
|
49 | 78 | ------------------
|
50 | 79 |
|
51 |
| -This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since |
| 80 | +This maintenance release upgrades HttpCore to version 5.3.1 and fixes several defects found since |
52 | 81 | release 5.4.
|
53 | 82 |
|
54 | 83 | Change Log
|
|
0 commit comments