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-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0-RC1
Choose a base ref
...
head repository: symfony/http-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 5 commits
  • 3 files changed
  • 1 contributor

Commits on May 28, 2026

  1. Configuration menu
    Copy the full SHA
    29e11e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [Yaml] Replace @dataProvider annotation with #[DataProvider] attribute in InlineTest
      Migrate `configureSchema()` to DBAL's editor API
      [Yaml] Fix parsing inline anchored values
      [Dotenv] Don't truncate external env vars containing $ when referenced via ${...} indirection
      Remove usage of Kernel::VERSION
      [Translation] Fix XLIFF 2 catalog metadata
      Bump Symfony version to 7.4.14
      Update VERSION for 7.4.13
      Update CHANGELOG for 7.4.13
      Bump Symfony version to 6.4.42
      Update VERSION for 6.4.41
      Update CONTRIBUTORS for 6.4.41
      Update CHANGELOG for 6.4.41
      [ObjectMapper] Fix TargetClass generic in ConditionCallableInterface
    
    # Conflicts:
    #	.github/expected-missing-return-types.diff
    #	CHANGELOG-8.0.md
    #	src/Symfony/Bridge/Doctrine/Tests/SchemaListener/MessengerTransportDoctrineSchemaListenerTest.php
    #	src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php
    #	src/Symfony/Component/HttpKernel/Kernel.php
    #	src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php
    #	src/Symfony/Component/Runtime/composer.json
    nicolas-grekas committed May 28, 2026
    Configuration menu
    Copy the full SHA
    b3778d7 View commit details
    Browse the repository at this point in the history
  3. Fix post-merge cleanups for #64389

    Apply the `: Schema` return type on the 7 methods that #64389 deferred via
    `.github/expected-missing-return-types.diff` (file is dropped on 8.0 since 8.0
    enforces return types globally). With return types enforced, the `?? $schema`
    defensive fallbacks added in 7.4 for subclasses overriding with `: void` are
    dead code under PHP's LSP check, so drop them too.
    
    Also restore the options-array form of `Connection::configureSchemaTable()`
    and drop the leftover `#[IgnoreDeprecations]` / `#[Group]` attributes in
    `MessengerTransportDoctrineSchemaListenerTest` (no matching imports): both
    were collateral from the 7.4-into-8.0 merge resolution.
    nicolas-grekas committed May 28, 2026
    Configuration menu
    Copy the full SHA
    c748a25 View commit details
    Browse the repository at this point in the history
  4. Merge branch '8.0' into 8.1

    * 8.0:
      Fix post-merge cleanups for #64389
      [Yaml] Replace @dataProvider annotation with #[DataProvider] attribute in InlineTest
      Migrate `configureSchema()` to DBAL's editor API
      [Yaml] Fix parsing inline anchored values
      [Dotenv] Don't truncate external env vars containing $ when referenced via ${...} indirection
      Remove usage of Kernel::VERSION
      [Translation] Fix XLIFF 2 catalog metadata
      Bump Symfony version to 8.0.14
      Update VERSION for 8.0.13
      Update CHANGELOG for 8.0.13
      Bump Symfony version to 7.4.14
      Update VERSION for 7.4.13
      Update CHANGELOG for 7.4.13
      Bump Symfony version to 6.4.42
      Update VERSION for 6.4.41
      Update CONTRIBUTORS for 6.4.41
      Update CHANGELOG for 6.4.41
      [ObjectMapper] Fix TargetClass generic in ConditionCallableInterface
    
    # Conflicts:
    #	src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php
    #	src/Symfony/Bundle/FrameworkBundle/Console/Application.php
    #	src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php
    #	src/Symfony/Component/HttpKernel/Kernel.php
    #	src/Symfony/Component/ObjectMapper/Condition/TargetClass.php
    #	src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php
    nicolas-grekas committed May 28, 2026
    Configuration menu
    Copy the full SHA
    65674bc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

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