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 2013/10/16 10:12:58 UTC

svn commit: r1532680 - /httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt

Author: olegk
Date: Wed Oct 16 08:12:58 2013
New Revision: 1532680

URL: http://svn.apache.org/r1532680
Log:
Updated HttpAsyncClient 4.0 release notes

Modified:
    httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt

Modified: httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt?rev=1532680&r1=1532679&r2=1532680&view=diff
==============================================================================
--- httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt (original)
+++ httpcomponents/httpasyncclient/trunk/RELEASE_NOTES.txt Wed Oct 16 08:12:58 2013
@@ -1,6 +1,24 @@
-Change since Release 4.0 Beta 4
+Release 4.0
 -------------------
 
+This is the first stable (GA) release of Apache HttpAsyncClient 4.0. HttpAsyncClient is a library 
+for asynchronous client-side HTTP communication built on top of HttpCore NIO transport. 
+It is a complementary library to Apache HttpClient intended and optimized for special cases 
+whereby ability to scale to many thousands of concurrent connections is more important than 
+performance in terms of raw data throughput. 
+
+HttpAsyncClient 4.0 is designed to have similar APIs as Apache HttpClient 4.3 and a comparable
+feature set. In addition HttpAsyncClient provides full support for zero-copy file upload and 
+download operations. It presently does not support transparent content decompression and automatic 
+I/O error recovery. These features may be added in future releases.
+
+
+Changelog:
+-------------------
+
+* [ HTTPASYNC-56] Fixed thread deadlock in DefaultClientExchangeHandlerImpl.
+  Contributed by Oleg Kalnichevski <olegk at apache.org>
+
 * [HTTPASYNC-52] Proxy configuration set at the request level does not apply.
   Contributed by Oleg Kalnichevski <olegk at apache.org>