So kann man es lesen unter http://jfarcand.wordpress.com/2010/09/04/async-http-client-1-1-0-released/. Neu ist:
- Connection pool is unlimited by default
- Basic and Digest Authentication supported out-of-the-box
- Multi Headers support
- Removal of Google Collection and Log4j dependency (significantly reduce the jar)
- Latest Netty version (3.3.2)
- OAuth signature now supported
- Proxy per request now supported
- Performance improved
- JDK Uri/Url now used instead of our own Url class.