Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/http-client-contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5
Choose a base ref
...
head repository: symfony/http-client-contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 17 commits
  • 4 files changed
  • 6 contributors

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    114fdef View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    c0ab4b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      Add PR template and auto-close PR on subtree split repositories
    nicolas-grekas committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    d5734c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    075fadd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpClient] Resolve hostnames in NoPrivateNetworkHttpClient
      [security-http] Check owner of persisted remember-me cookie
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1e838de View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      fix merge
      fix merge
      Bump Symfony version to 7.1.9
      Work around parse_url() bug (bis)
      Update VERSION for 7.1.8
      Update CHANGELOG for 7.1.8
      Bump Symfony version to 6.4.16
      fix PHP 7.2 compatibility
      silence PHP warnings issued by Redis::connect()
      Update VERSION for 6.4.15
      Update CHANGELOG for 6.4.15
      Bump Symfony version to 5.4.48
      Update VERSION for 5.4.47
      Update CHANGELOG for 5.4.47
      [Routing] Fix: lost priority when defining hosts in configuration
      fix dumping tests to skip with data providers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c4521d0 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpFoundation] Fix test
      [HttpFoundation] Revert risk change
      [Notifier] Fix GoIpTransport
      [HttpClient] Fix catching some invalid Location headers
    nicolas-grekas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    e34b200 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpClient] Fix option "resolve" with IPv6 addresses
      Fix twig deprecations in web profiler twig files
      [HttpClient] Fix option "bindto" with IPv6 addresses
      fixes #58904
      [Validator] review italian translations
      [Validator] review latvian translations
    nicolas-grekas committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7b0bb36 View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 7.1

    * 5.4:
      Fix typo
    nicolas-grekas committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    efa8b50 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.1' into 7.2

    * 7.1:
      Fix typo
    nicolas-grekas committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7917bba View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [DoctrineBridge] Fix Connection::createSchemaManager() for Doctrine DBAL v2
      [HttpClient] Various cleanups after recent changes
      do not add child nodes to EmptyNode instances
      consider write property visibility to decide whether a property is writable
      add comment explaining why HttpClient tests are run separately
      silence warnings issued by Redis Sentinel on connection issues
    nicolas-grekas committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6fe420c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [HttpClient] Fix streaming and redirecting with NoPrivateNetworkHttpClient
      Bump Symfony version to 7.1.10
      Update VERSION for 7.1.9
      Update CHANGELOG for 7.1.9
      Bump Symfony version to 6.4.17
      Update VERSION for 6.4.16
      Update CHANGELOG for 6.4.16
      Bump Symfony version to 5.4.49
      Update VERSION for 5.4.48
      Update CONTRIBUTORS for 5.4.48
      Update CHANGELOG for 5.4.48
    nicolas-grekas committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    78c3ec8 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Merge branch '7.1' into 7.2

    * 7.1:
      [Console] Fix division by 0 error
      [ErrorHandler] Fix error message with PHP 8.5
      add test covering associated entities referenced by their primary key
      Add an experimental CI job for PHP 8.5
      Fix change log to mentioned thrown exception
      [HttpClient] Always set CURLOPT_CUSTOMREQUEST to the correct HTTP method in CurlHttpClient
      evaluate access flags for properties with asymmetric visibility
      [Mime] Fix wrong PHPDoc in `FormDataPart` constructor
    xabbuh committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    c5d993f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. Configuration menu
    Copy the full SHA
    a9ba237 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Merge branch '6.4' into 7.1

    * 6.4:
      [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning
      [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
      [HttpClient] Test POST to GET redirects
      [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data)
      fix: preserve and nowrap in profiler code highlighting
    fabpot committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    d8436f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1:
      Fix resolve enum in string type resolver
      [PropertyInfo] Upmerge #59012
      [BeanstalkMessenger] Round delay to an integer to avoid deprecation warning
      [PropertyInfo] Fix interface handling in `PhpStanTypeHelper`
      [HttpClient] Test POST to GET redirects
      [HttpKernel] Denormalize request data using the csv format when using "#[MapQueryString]" or "#[MapRequestPayload]" (except for content data)
      fix: preserve and nowrap in profiler code highlighting
    xabbuh committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    d8d46d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    75d7043 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy