Skip to content

build(deps): bump symfony/http-client from 8.0.13 to 8.1.0#4359

Merged
thorsten merged 1 commit into
mainfrom
dependabot/composer/symfony/http-client-8.1.0
Jun 9, 2026
Merged

build(deps): bump symfony/http-client from 8.0.13 to 8.1.0#4359
thorsten merged 1 commit into
mainfrom
dependabot/composer/symfony/http-client-8.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps symfony/http-client from 8.0.13 to 8.1.0.

Release notes

Sourced from symfony/http-client's releases.

v8.1.0

Changelog (symfony/http-client@v8.1.0-RC1...v8.1.0)

  • no significant changes

v8.1.0-RC1

Changelog (symfony/http-client@v8.1.0-BETA3...v8.1.0-RC1)

  • security #cve-2026-48736 Block IPv6 transition forms in NoPrivateNetworkHttpClient (@​nicolas-grekas)
  • bug #64349 ntlm regression on authPersistNonNTLM=false connections with reset() (@​Dooij)
  • bug #64260 Various fixes and hardenings (@​Lctrs)

v8.1.0-BETA3

Changelog (symfony/http-client@v8.1.0-BETA2...v8.1.0-BETA3)

v8.1.0-BETA2

Changelog (symfony/http-client@v8.1.0-BETA1...v8.1.0-BETA2)

v8.1.0-BETA1

No release notes provided.

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

8.1

  • Add support for the max_connect_duration option
  • Add option extra.use_persistent_connections to CurlHttpClient to control the use of persistent connections introduced in PHP 8.5
  • Add GuzzleHttpHandler that allows using Symfony HttpClient as a Guzzle handler
  • Add $allowList argument to NoPrivateNetworkHttpClient to allow specific hosts (e.g. a local proxy) to bypass the private-network filter
  • Add DnsResolvingHttpClient decorator to resolve host names using a custom resolver, including on redirects
  • Change $maxTtl argument of CachingHttpClient to default to 86400 (24h) instead of null
  • Deprecate passing null as $maxTtl to CachingHttpClient, pass a positive integer instead
  • Make CachingHttpClient implement Psr\Log\LoggerAwareInterface to log when a stale cached response is served because the upstream call failed (stale-if-error fallback)

8.0

  • Remove support for passing an instance of StoreInterface as $cache argument to CachingHttpClient constructor, use a TagAwareCacheInterface instead
  • Remove support for amphp/http-client < 5
  • Remove setLogger() methods on decorators; configure the logger on the wrapped client directly instead

7.4

  • Add RFC 9111–based caching support to CachingHttpClient
  • Add option auto_upgrade_http_version to control how the request HTTP version is handled in HttplugClient and Psr18Client
  • Add QUERY to the list of retriable HTTP methods
  • Deprecate using amphp/http-client < 5
  • Deprecate passing an instance of StoreInterface as $cache argument to CachingHttpClient constructor

7.3

  • Add IPv6 support to NativeHttpClient
  • Allow using HTTP/3 with the CurlHttpClient

7.2

  • Add support for amphp/http-client v5 on PHP 8.4+

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and JsonMockResponse::fromFile() methods to help using fixtures files
  • Add ThrottlingHttpClient to enable limiting the number of requests within a certain period
  • Deprecate the setLogger() methods of the NoPrivateNetworkHttpClient, TraceableHttpClient and ScopingHttpClient classes, configure the logger of the wrapped clients directly instead

... (truncated)

Commits
  • 68a48e4 Add call to backers in README files
  • 6ee7f80 Merge branch '8.0' into 8.1
  • d6c16aa Merge branch '8.0' into 8.1
  • 67f23a1 Merge branch '8.0' into 8.1
  • d18fbc6 Merge branch '8.0' into 8.1
  • 108fe7d [HttpClient] Various fixes and hardenings
  • b234d84 [Cache] Remove needless and hanging test
  • de324a9 [HttpClient] Add custom DNS resolution using a decorator
  • 480a0a0 feature #64160 [HttpClient] Add $allowList argument to NoPrivateNetworkHttpCl...
  • 554b731 [HttpClient] Add $allowList argument to NoPrivateNetworkHttpClient
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file PHP Pull requests that update Php code labels Jun 9, 2026
Bumps [symfony/http-client](https://github.com/symfony/http-client) from 8.0.13 to 8.1.0.
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/8.2/CHANGELOG.md)
- [Commits](symfony/http-client@v8.0.13...v8.1.0)

---
updated-dependencies:
- dependency-name: symfony/http-client
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/symfony/http-client-8.1.0 branch from 315e511 to 6791ef8 Compare June 9, 2026 05:02
@thorsten thorsten merged commit 2c5fb6c into main Jun 9, 2026
13 checks passed
@dependabot dependabot Bot deleted the dependabot/composer/symfony/http-client-8.1.0 branch June 9, 2026 05:09
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 PHP Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant