Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2022

This PR contains the following updates:

Package Change Age Confidence
org.apache.httpcomponents.client5:httpclient5 (source) 5.25.6 age confidence

Release Notes

apache/httpcomponents-client (org.apache.httpcomponents.client5:httpclient5)

v5.6

This is the first ALPHA release in the 5.6 release series. It adds several features
such as transport content decompression and content compression for the async transport,
support for Unix sockets, experimental support for SCRAM-SHA-256 authentication scheme,
and Micrometer/OTel observations & metrics.

Commons Compress, Brotli codec, and ZStd codec are optional dependencies and get
wired into the execution pipeline only if present on the classpath.

Notable changes and features included in the 5.6 series:

  • Unix domain socket support.

  • Support for pluggable content codecs via Commons-Compress in the classic transport.
    (optional).

  • Support for transparent content decompression and content compression with deflate,
    gzip, zstd (optional), and brotli (optional) codecs in the async transport.

  • Micrometer/OTel observations & metrics (optinal).

  • Off-lock connection disposal by the classic pooling connection manager. Experimental.

  • SCRAM-SHA-256 authentication scheme (RFC 7804). Experimental.

  • Request Priority support (RFC 9218). Experimental.

Compatibility notes:

  • As of this version, HttpClient uses BUILTIN HostnameVerificationPolicy by default, delegating
    host verification to JSSE security manager. One must explicitly configure the TLS strategy
    to continue using the hostname verifier shipped with HttpClient.

  • Five-second TCP keep-alive is now enabled by default.

v5.5

This is the first GA release in the 5.5 release series. This release finalizes the 5.5
APIs and adds several experimental features and improvements, such as request multiplexing
over a shared HTTP/2 connection and the Classic API facade acting as a compatibility
bridge between classic I/O client services and the asynchronous message transport used
internally.

Notable changes and features included in the 5.5 series:

  • Improved conformance to RFC 7616 (HTTP Digest Access Authentication).

  • The connection pool implementation acts as a caching facade in front of a standard
    managed connection pool and shares already leased connections to multiplex message
    exchanges over active HTTP/2 connections. Experimental.

  • Extended Auth API and improved authentication protocol logic to support mutual
    authentication.

  • The Classic API facade now acts as a compatibility bridge between the classic I/O client
    services (based on the standard InputStream / OutputStream model) and the asynchronous
    message transport used internally. This is experimental.

  • HTTP/2 support for the Fluent Facade (via Classic API facade). This is experimental.

Compatibility notes:

  • As of this release, HttpClient does not automatically execute redirects if the original
    request manually added headers that are considered sensitive.

v5.4

This is the first GA release in the 5.4 release series. This release finalizes the 5.4 APIs,
upgrades HttpCore to version 5.3 and improves the Public Suffix matching algorithm implementation.

IMPORTANT! The new cache entry serialization format is incompatible with earlier
versions of HttpClient Cache. Persistent caches (file system based, Memcached, EhCAche
with object serialization) created with any earlier version MUST be flushed and re-populated
or the cache backend MUST be configured to use the old, deprecated cache entry serializer.

Notable changes and features included in the 5.4 series:

  • Improved conformance to RFC 9110 (HTTP Semantics), RFC 7616 (HTTP Digest Access
    Authentication), RFC 2617 (’Basic’ HTTP Authentication Scheme).

  • UTF-8 encoding is used by default for text where appropriate.

  • Compatibility with Java Virtual Threads and Java 21 Runtime.

  • Redesign and rewrite of the HTTP caching protocol layer for better efficiency
    and improved conformance to RFC 9111 (HTTP Caching).

  • Cache control and context APIs.

  • ETag APIs.

  • TLS SNI and endpoint identification improvements.

  • Support for RFC 2817 (Upgrading to TLS Within HTTP/1.1).

  • Auth cache no longer makes use of Java serialization.

  • Deprecation of ConnectionSocketFactory and LayeredConnectionSocketFactory.

  • HttpContext optimization and performance improvement.

  • Async cache is no longer considered experimental.

v5.3

This is the first GA release in the 5.3 release series. This release finalizes the 5.3 APIs
and also includes all bug fixes from the 5.2 release branch.

The 5.3 release series introduces support for the Bearer authentication scheme (RFC 6750) and
deprecates NTLM and GSS-based experimental authentication schemes in favor of Basic / Bearer
authentication with TLS.

Notable changes and features included in the 5.3 series:

  • Introduction of the Bearer authentication scheme.

  • Deprecation of the NTLM authentication scheme.

  • Deprecation of the GSS-based experimental authentication schemes.

  • Support for load distribution across multiple proxies.

v5.2.1

This is a maintenance release that fixes several regressions found in release 5.2.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from derklaro as a code owner December 7, 2022 14:35
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.1 Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.1 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/httpclient5 branch from fa44c15 to 01e14b5 Compare February 15, 2023 10:10
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.1 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.2 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 01e14b5 to 15d018a Compare November 23, 2023 11:09
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.2 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.3 Dec 1, 2023
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 15d018a to 2e64139 Compare December 1, 2023 12:46
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.2.3 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 2e64139 to c54133a Compare December 6, 2023 10:56
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/httpclient5 branch from c54133a to 5b93cbf Compare January 24, 2024 18:24
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.3.1 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 5b93cbf to 488e4dc Compare September 19, 2024 16:47
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 488e4dc to 60b31db Compare October 28, 2024 19:57
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.1 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2 Feb 2, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 60b31db to 5fc33e1 Compare February 2, 2025 13:00
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.2 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.3 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 5fc33e1 to afd9f04 Compare March 26, 2025 22:53
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.3 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.4 Apr 24, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from afd9f04 to 71a9422 Compare April 24, 2025 19:06
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.4.4 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 May 22, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 71a9422 to c4ae974 Compare May 22, 2025 16:24
@renovate renovate bot force-pushed the renovate/httpclient5 branch from c4ae974 to db749cb Compare September 27, 2025 17:30
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5.1 Sep 27, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from db749cb to 43de733 Compare December 19, 2025 20:57
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5.1 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5.2 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/httpclient5 branch from 43de733 to 309c38e Compare December 20, 2025 13:46
@renovate renovate bot changed the title fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.5.2 fix(deps): update dependency org.apache.httpcomponents.client5:httpclient5 to v5.6 Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants