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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.1
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.2
Choose a head ref
  • 19 commits
  • 10 files changed
  • 4 contributors

Commits on Dec 7, 2025

  1. Update CHANGELOG for 6.4.30

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    4bfaf78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    679f268 View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 6.4.30

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    59219c1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62677 from fabpot/release-6.4.30

    released v6.4.30
    fabpot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    26d92f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f18f60 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG for 7.3.8

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    1057595 View commit details
    Browse the repository at this point in the history
  7. Update VERSION for 7.3.8

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    cf2cef3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62678 from fabpot/release-7.3.8

    released v7.3.8
    fabpot authored Dec 7, 2025
    Configuration menu
    Copy the full SHA
    15827f2 View commit details
    Browse the repository at this point in the history
  9. Bump Symfony version to 7.3.9

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    de6acd7 View commit details
    Browse the repository at this point in the history
  10. Bump Symfony version to 7.4.2

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    1d9cac6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4f61e36 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5a4a036 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. bug #62685 [DependencyInjection] Fix PriorityTaggedServiceTrait whe…

    …n tag attributes are not a list (GromNaN)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [DependencyInjection] Fix `PriorityTaggedServiceTrait` when tag attributes are not a list
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | -
    | License       | MIT
    
    Alternative to #62683
    
    Ensure the attributes of the tag are in a list before iterating on them using sequential indexes.
    
    > In symfony/monolog-bundle#485, the tag attributes are filtered, which generates gaps in the keys. The PR mentioned above causes MonologBundle to fail. This can be fixed by symfony/monolog-bundle#563. However I believe the issue should also be addressed in Symfony.
    
    Commits
    -------
    
    5a4a036 [DependencyInjection] Fix PriorityTaggedServiceTrait when tag attributes are not a list
    nicolas-grekas committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    16389f6 View commit details
    Browse the repository at this point in the history
  2. bug #62682 [Serializer][Validator] Attribute metadata no longer requi…

    …res `container.excluded` tags (HypeMC)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [Serializer][Validator] Attribute metadata no longer requires `container.excluded` tags
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #62687
    | License       | MIT
    
    Unfortunately, #62647 broke container complitation:
    
    >   The resource "\<FQCN\>" tagged "validator.attribute_metadata" is missing the "container.excluded" tag.
    
    Commits
    -------
    
    4f61e36 [Serializer][Validator] Attribute metadata no longer requires `container.excluded` tags
    nicolas-grekas committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    56b30a7 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.4' into 7.3

    * 6.4:
      Bump Symfony version to 6.4.31
      Update VERSION for 6.4.30
      Update CONTRIBUTORS for 6.4.30
      Update CHANGELOG for 6.4.30
    nicolas-grekas committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    54d78ae View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.3' into 7.4

    * 7.3:
      [DependencyInjection] Fix PriorityTaggedServiceTrait when tag attributes are not a list
      Bump Symfony version to 7.3.9
      Update VERSION for 7.3.8
      Update CHANGELOG for 7.3.8
      Bump Symfony version to 6.4.31
      Update VERSION for 6.4.30
      Update CONTRIBUTORS for 6.4.30
      Update CHANGELOG for 6.4.30
    nicolas-grekas committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    c204a16 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG for 7.4.2

    fabpot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    0ea712f View commit details
    Browse the repository at this point in the history
  6. Update VERSION for 7.4.2

    fabpot committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    937e721 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #62689 from fabpot/release-7.4.2

    released v7.4.2
    fabpot authored Dec 8, 2025
    Configuration menu
    Copy the full SHA
    e11071c View commit details
    Browse the repository at this point in the history
Loading