Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump httpclient5 from 5.0.3 to 5.1 #1931

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2021

Bumps httpclient5 from 5.0.3 to 5.1.

Changelog

Sourced from httpclient5's changelog.

Release 5.1

This is the first GA release in the 5.1 release series.

Notable changes and features included in the 5.1 series:

  • Conditional conformance with RFC 3986 (Uniform Resource Identifier (URI): Generic Syntax).

  • Improved support for out of sequence response message handing by the the classic (blocking) HTTP transport.

  • Improved message builders.

Please note that 5.1 is going to be the last release series compatible with Java 1.7. HttpClient will require Java 1.8 as of 5.2.

Change Log

  • HTTPCLIENT-2157: Response object generated by the classic caching backend is missing the original content encoding. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2152: Fixed handling of unexpected unchecked exception by the async request retry exec interceptor. Contributed by Oleg Kalnichevski

  • Async clients to support scheduled (delayed) re-execution of requests. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2148: fluent Executor volatile access thread safety (#301). Contributed by Carter Kozak

  • HTTPCLIENT-2149: When no dNSName, match against CN. Contributed by Peter Dettman

  • HTTPCLIENT-2147: fixed broken preemptive auth in HC Fluent. Contributed by Robert Rodewald

  • HTTPCORE-672: cleanup of H2 connection validation code. Contributed by Oleg Kalnichevski

  • HttpAsyncClientBuilder: Make IOReactor exception callback configurable Contributed by Ryan Schmitt

  • HTTPCLIENT-2141: HttpClient to not retry requests if the retry interval exceeds the response timeout.

... (truncated)

Commits
  • d7502b1 HttpClient 5.1 release
  • c4b2a84 Upgraded HttpCore to version 5.1.1
  • d871112 Updated release notes for HttpClient 5.1 release
  • b151df7 HTTPCLIENT-2157: response object generated by the classic caching backend is ...
  • d8d7ad3 Extra sage-guards for concurrent connection endpoint acquisition and request ...
  • 09f50cd HTTPCLIENT-2152: Fixed handling of unexpected unchecked exception by the asyn...
  • 13137eb Async clients to support scheduled (delayed) re-execution of requests
  • 656d0dd HTTPCLIENT-2148: fluent Executor volatile access thread safety (#301)
  • 58a17cc HTTPCLIENT-2149: When no dNSName, match against CN
  • 8f31e63 HTTPCLIENT-2147: fixed broken preemptive auth in HC Fluent
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from a team as code owners May 12, 2021 05:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 12, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1 branch 2 times, most recently from 705203c to 8fd7156 Compare May 13, 2021 11:04
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1 branch from 8fd7156 to 90bb637 Compare May 13, 2021 11:10
@joschi joschi added this to the 4.1.22 milestone May 13, 2021
@joschi joschi merged commit 2918711 into release/4.1.x May 13, 2021
@joschi joschi deleted the dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.1 branch May 13, 2021 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant