diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index fab7a1bf3..42e0f98f6 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,4 +1,50 @@ -Release 5.0 +Release 5.0.1 +----------------- + +This release upgrades HttpCore to the latest version and addresses a number of issues found +since 5.0 release. + +Changelog: +------------------- + +* Bug fix: Classic connection managers fail to take #isConsistent() flag into account when + re-using persistent connections. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2077: Authentication failure due to incorrect NTLM auth value check. + Contributed by vonahok <64310078+vonahok at users.noreply.github.com> + +* HTTPCLIENT-2051: Corrected handling of 303 redirects. + Contributed by Oleg Kalnichevski + +* HTTPASYNC-160: HttpAsyncClient in INACTIVE or STOPPED state throws a IllegalStateException + causing the current thread to terminate. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2076: Fixed NPE in LaxExpiresHandler. + Contributed by heejeongkim + +* HTTPCLIENT-2074: Disallow direct execution of CONNECT methods by standard client implementations. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2075: New method Request.responseTimeout(Timeout) in Fluent HC. + Contributed by Ralph + +* HTTPCLIENT-2073: (regression) WindowsNegotiateScheme incorrectly rejects empty NTLM challenge. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2069: RequestConfig#copy does not copy #responseTimeout. + Contributed by Oleg Kalnichevski + +* HTTPCLIENT-2061: Corrected sequence of request execution interceptors in classic HttpClient. + Contributed by Oleg Kalnichevski + +* Fixed NPE for null HttpContext in minimal async clients. + Contributed by slisaasquatch + + + +Release 5.0 ----------------- This is the first stable (GA) release of HttpClient 5.0.