You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This maintenance release fixes a resource management defect in the content
decompression protocol handler of the classic transport.
Change Log
ContentCompressionExec fails to close the underlying response stream in case of
an unexpected runtime or protocol exception.
Contributed by Oleg Kalnichevski
Do not call the backend when an only-if-cached request cannot be served from cache
(RFC 9111 5.2.1.7).
Contributed by hunghh.dev <hunghh.dev at gmail.com>
Include the request scheme in redirect same-authority check.
Contributed by Javid Khan
Escape quotes and strip line breaks in RFC 7578 multipart parameters.
Contributed by Javid Khan
HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content decoder.
Contributed by Arturo Bernal
Release 5.6.2
This maintenance release upgrades HttpCore to the latest stable version and restores
lazy content decompression by the classic client transport.
Change Log
Upgraded HttpCore to version 5.4.3.
Contributed by Oleg Kalnichevski
HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the
decompression stream until the response content is actually read.
Contributed by Arturo Bernal
Release 5.6.1
This maintenance release disables experimental SCRAM auth scheme by default and
fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled by
choosing a custom auth scheme preference sequence that explicitly includes SCRAM auth.
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filejavaPull requests that update java code
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.6.3.
Changelog
Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.
... (truncated)
Commits
13408e3HttpClient 5.6.3 release58728b1Updated release notes for HttpClient 5.6.3 release55733f4ContentCompressionExec fails to close the underlying response stream in case ...2485ddfDo not call the backend when an only-if-cached request cannot be served from ...26ece37compare scheme in redirect same-authority check8cdf6faescape quotes and strip line breaks in rfc7578 multipart parametersab20c86HTTPCLIENT-2426: Do not wrap a discarded (null) response body in a content de...f092f56Upgraded HttpClient version to 5.6.3-SNAPSHOTa7405cdUpdated release notes for HttpClient 5.6.2 releasebb51196Upgraded HttpCore to version 5.4.3Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.