You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2021/12/08 09:08:58 UTC

svn commit: r1895680 - /httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt

Author: olegk
Date: Wed Dec  8 09:08:58 2021
New Revision: 1895680

URL: http://svn.apache.org/viewvc?rev=1895680&view=rev
Log:
Updated release notes for HttpAsyncClient 4.1.5 release

Modified:
    httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt

Modified: httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt?rev=1895680&r1=1895679&r2=1895680&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/branches/4.1.x/RELEASE_NOTES.txt Wed Dec  8 09:08:58 2021
@@ -1,3 +1,38 @@
+Release 4.1.5
+-------------------
+
+This is a maintenance release that fixes a number of issues discovered since 4.1.4
+
+Changelog
+-------------------
+
+* Upgraded HttpCore to version 4.4.15 and HttpClient to version 4.5.13.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPASYNC-160: HttpAsyncClient in INACTIVE or STOPPED state throws a IllegalStateException
+  causing the current thread to terminate.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPASYNC-156: Possible deadlock condition in case of concurrent connection request
+  completion and cancellation.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPASYNC-155: Runtime exception in AbstractClientExchangeHandler can cause the i/o reactor
+  to shut down.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Added connection time to live parameter to HttpAsyncClientBuilder.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* Bug fix: PipeliningClientExchangeHandlerImpl to fail result future in case of an execution
+  failure.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+* HTTPASYNC-152: InternalIODispatch#createConnection to throw CancelledKeyException instead
+  of IllegalStateException.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
+
 Release 4.1.4
 -------------------