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: 9b2c834
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6548b56
Choose a head ref
  • 19 commits
  • 11 files changed
  • 6 contributors

Commits on Nov 29, 2023

  1. Bump Symfony version to 5.4.33

    fabpot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    92513d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238894b View commit details
    Browse the repository at this point in the history
  3. bug #52806 [Routing] Fix removing aliases pointing to removed route i…

    …n `RouteCollection::remove()` (fancyweb)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Routing] Fix removing aliases pointing to removed route in `RouteCollection::remove()`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? |
    | Issues        | #52802
    | License       | MIT
    
    When a route is removed from the collection, we want to remove all aliases pointing to it. The implementation is flawed because the `$aliases` array is indexed by the alias name, and not by the route since several aliases can point to the same route.
    
    It'll fix the related issue because added FQCN aliases will be correctly removed when  `PrefixTrait::addPrefix()` removes the route before reading it for each locale.
    
    Commits
    -------
    
    238894b [Routing] Fix removing aliases pointing to removed route in RouteCollection::remove()
    nicolas-grekas committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ce95b87 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    37eec22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e9d9ab View commit details
    Browse the repository at this point in the history
  3. minor #52245 [Form] skip tests that do not work with ICU 71.1 (xabbuh)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Form] skip tests that do not work with ICU 71.1
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.0
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    6e9d9ab skip tests that do not work with ICU 71.1
    xabbuh committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0719891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abd3a9e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. bug #52823 add parameter types in query builder (javiercno)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    add parameter types in query builder
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    fix last update, required parameter types in query builder.
    
    #52570
    
    Commits
    -------
    
    abd3a9e add parameter types in query builder
    xabbuh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    db0a0ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    763add7 View commit details
    Browse the repository at this point in the history
  3. bug #52846 [PhpUnitBridge]  run composer update for compatibility wit…

    …h PHPUnit versions shipping composer.lock (xabbuh)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [PhpUnitBridge]  run composer update for compatibility with PHPUnit versions shipping composer.lock
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #52844
    | License       | MIT
    
    Commits
    -------
    
    763add7 run composer update for compatibility with PHPUnit versions shipping composer.lock
    xabbuh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    735959c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c6dc17 View commit details
    Browse the repository at this point in the history
  5. Fix support to denormalize plain object types

    When denormalizing properties with a plain `object` type without a class the `ObjectNormalizer` would fail with a `TypeError`.
    andersonamuller committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    4a728f7 View commit details
    Browse the repository at this point in the history
  6. bug #52845 [Routing] Restore aliases removal in RouteCollection::remo…

    …ve() (fancyweb)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Routing] Restore aliases removal in RouteCollection::remove()
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | #52806 (comment)
    | License       | MIT
    
    As suggested in #52831 (comment)
    
    It's still a small behavior change on 5.4, let's see what people think 😃
    
    Commits
    -------
    
    3c6dc17 [Routing] Restore aliases removal in RouteCollection::remove()
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    e88a7f7 View commit details
    Browse the repository at this point in the history
  7. minor #52813 remove duplicated service definition (xabbuh)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    remove duplicated service definition
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    37eec22 remove duplicated service definition
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ac47f07 View commit details
    Browse the repository at this point in the history
  8. bug #52804 [Serializer] Fix support of plain object types denormaliza…

    …tion (andersonamuller)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Serializer] Fix support of plain object types denormalization
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    When denormalizing properties with a plain `object` type without a class the `ObjectNormalizer` would fail with a `TypeError`.
    
    Commits
    -------
    
    4a728f7 Fix support to denormalize plain object types
    nicolas-grekas committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    410490c View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG for 5.4.33

    fabpot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    52ae6f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    48fab07 View commit details
    Browse the repository at this point in the history
  11. Update VERSION for 5.4.33

    fabpot committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a224467 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #52857 from fabpot/release-5.4.33

    released v5.4.33
    fabpot authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6548b56 View commit details
    Browse the repository at this point in the history
Loading