hyperdefined / CustomLauncherRewrite

An all purpose custom TTR launcher.
GNU General Public License v3.0
5 stars 1 forks source link

Bump httpclient5 from 5.2-beta1 to 5.2 #30

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps httpclient5 from 5.2-beta1 to 5.2.

Changelog

Sourced from httpclient5's changelog.

Release 5.2

This is the first GA release in the 5.2 release series. This release finalizes the 5.2 APIs and corrects a number of defects discovered since the previous release.

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

Please note this is likely to be the last release series with support for SPNEGO and NTLM authentication. As of version 5.3 GSS-API-based authentication schemes (Kerberos, SPNEGO) and NTLM authentication schemes are going to be deprecated and disabled by default.

Notable changes and features included in the 5.2 series:

  • Upgrade to Java 8.

  • Improved support for TLS upgrade and HTTP protocol upgrade (async).

  • Support for H2 tunneling via HTTP/1.1 proxy.

  • Conformance to RFC 7617 (The 'Basic' HTTP Authentication Scheme).

  • Migration to Java 8 Time primitives in State Management and Cache APIs.

  • Connection and TLS configuration on a per route basis.

  • Base64 codec based on Commons Codec replaced with JRE Base64 codec. Dependency on Commons Codec dropped.

  • Optional support for BR (Brotli) decompression.

Change Log

  • HTTPCLIENT-2242: RoutingSupport fails to copy InetAddress when normalizing HttpHost. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2240: Fixed incorrect CONNECT method initialization in ProxyClient. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2236: MultihomeIOSessionRequester fails to enhance the cause exception in case of connect failure if the remoteAddress argument has been given. Contributed by Oleg Kalnichevski

  • Use Objects.toString() instead of String type cast Contributed by Gary Gregory

  • HTTPCLIENT-2232: Last protocol interceptors moved at the end of the H2 protocol processing

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)