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 2021/10/20 12:48:32 UTC

[ANNOUNCEMENT] HttpComponents Core 5.2-alpha2 released

The Apache HttpComponents project is pleased to announce 5.2-alpha2
release of HttpComponents Core.

This is the second ALPHA release in the 5.2 release series that fixes a
regression in the TLS layer introduced by the previous ALPHA and adds a
number of incremental improvements.

Please note that 5.2 upgrades minimal JRE level to version 8 (8u251 is
required).


Notable changes and features included in the 5.2 series:

* Upgrade to Java 1.8.
* Improved support for TLS upgrade and HTTP protocol upgrade (async).
* Improved customization of HTTP listeners (async).
* Improved parsing and formatting of URI components.

Download - <http://hc.apache.org/downloads.cgi>

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

About HttpComponents Core

HttpCore is a set of HTTP/1.1 and HTTP/2 transport components that can
be used to build custom client and server side HTTP services with a
minimal footprint