|
| 1 | +Release 5.6.1 |
| 2 | +------------------ |
| 3 | + |
| 4 | +This is a maintenance release disables experimental SCRAM auth scheme by default and |
| 5 | +fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled by |
| 6 | +choosing a custom auth scheme preference sequence that explicitly includes SCRAM auth. |
| 7 | + |
| 8 | + |
| 9 | +Change Log |
| 10 | +------------------- |
| 11 | + |
| 12 | +* Fix SCRAM final response handling. |
| 13 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 14 | + |
| 15 | +* Auth challenge parsing code improvement. |
| 16 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 17 | + |
| 18 | +* Add missing Javadoc for ConnectionConfig (#820). |
| 19 | + Contributed by Gary Gregory <garydgregory at gmail.com> |
| 20 | + |
| 21 | +* Bug-fix: corrects async message exchange cancellation logic in |
| 22 | + InternalHttpAsyncExecRuntime. |
| 23 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 24 | + |
| 25 | +* HTTPCLIENT-2417: Honor TlsConfig attachment in async connect path. |
| 26 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 27 | + |
| 28 | +* HTTPCLIENT-2414: Fix Basic auth cache scoping across path prefixes (#802). |
| 29 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 30 | + |
| 31 | +* HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803). |
| 32 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 33 | + |
| 34 | +* Bug fix: corrected sleep time calculation in IdleConnectionEvictor; use 1 minute sleep |
| 35 | + time by default. |
| 36 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 37 | + |
| 38 | +* DefaultManagedHttpClientConnection: Restore original socket timeout. |
| 39 | + Contributed by Ryan Schmitt <rschmitt at apache.org> |
| 40 | + |
| 41 | +* HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date header (#775). |
| 42 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 43 | + |
| 44 | +* Fix NPE in connection evictor setup (#774). |
| 45 | + Contributed by Arturo Bernal <abernal at apache.org> |
| 46 | + |
| 47 | + |
1 | 48 | Release 5.6 |
2 | 49 | ------------------ |
3 | 50 |
|
|
0 commit comments