You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Oleg Kalnichevski <ol...@apache.org> on 2013/12/27 21:22:41 UTC

[ANNOUNCEMENT] HttpComponents Core 4.3.1 GA released

The Apache HttpComponents project is pleased to announce 4.3.1 GA
release of HttpComponents Core. 

This is a maintenance release that fixes a number of bugs and
regressions found since 4.3, mostly in the NIO transport components. 

All users of HttpCore 4.3 are advised to upgrade.

Download -
<http://hc.apache.org/downloads.cgi>
Release notes -
<http://www.apache.org/dist/httpcomponents/httpcore/RELEASE_NOTES.txt>
HttpComponents site - 
<http://hc.apache.org/>

About HttpComponents Core

HttpCore is a set of low level HTTP transport components that can be
used to build custom client and server side HTTP services with a minimal
footprint. HttpCore supports two I/O models: a blocking I/O model based
on the classic Java I/O and a non-blocking, event driven I/O model based
on Java NIO.