Hi Oleg Kalnichevski,

Regarding the http 5.2.2 release, we are using httpclient5 directly,
<dependency>
 <artifactId>httpclient5</artifactId>
 <groupId>org.apache.httpcomponents.client5</groupId>
 <version>5.2.1</version>
</dependency>

But I didn't see any release for apache client, can you please confirm are
we going to release it as we need to update to avoid memory consumption
issue (https://issues.apache.org/jira/browse/HTTPCORE-751)

Thanks,
Sandeep Gaur

On Wed, Jun 21, 2023 at 2:09 PM Oleg Kalnichevski <ol...@apache.org> wrote:

> The Apache HttpComponents project is pleased to announce 5.2.2 GA
> release of HttpComponents Core.
>
> This is a maintenance release that corrects several defects discovered
> since release 5.2.1 including a major defect that can cause HTTP/2
> connections allocate excessive amount of memory for their output frame
> buffer if the opposite endpoint transmits a high value of
> MAX_FRAME_SIZE in its settings.
>
> Users of HttpCore 5.x are advised to upgrade.
>
> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
> For additional commands, e-mail: dev-h...@hc.apache.org
>
>

Reply via email to