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: v6.0.17
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.18
Choose a head ref
  • 15 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 28, 2022

  1. Update CHANGELOG for 5.4.17

    fabpot committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b2deabe View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTORS for 5.4.17

    fabpot committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    264ffd4 View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 5.4.17

    fabpot committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    88907a1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #48806 from fabpot/release-5.4.17

    released v5.4.17
    fabpot authored Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b9cb043 View commit details
    Browse the repository at this point in the history
  5. Bump Symfony version to 5.4.18

    fabpot committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    3502d7e View commit details
    Browse the repository at this point in the history
  6. Bump Symfony version to 6.0.18

    fabpot committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    d01f6d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    0cf91ab View commit details
    Browse the repository at this point in the history
  2. bug #48816 [Cache] Fix for RedisAdapter without auth parameter (rikvdh)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Cache] Fix for RedisAdapter without auth parameter
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #48813
    | License       | MIT
    | Doc PR        | x
    
    Compatibility with Redis without auth was broken by #48711, this change fixes this.
    This applies for all versions (6.x as well).
    
    Commits
    -------
    
    0cf91ab fix for caching without auth parameter, broken by #48711, fix for #48813
    chalasr committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    51bbdc8 View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.4' into 6.0

    * 5.4:
      fix for caching without auth parameter, broken by #48711, fix for #48813
      Bump Symfony version to 5.4.18
      Update VERSION for 5.4.17
      Update CONTRIBUTORS for 5.4.17
      Update CHANGELOG for 5.4.17
    chalasr committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    c95c5b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89e6c2f View commit details
    Browse the repository at this point in the history
  5. bug #48823 [Cache] Fix possibly null value passed to preg_match() in …

    …RedisTrait (chalasr)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Cache] Fix possibly null value passed to preg_match() in RedisTrait
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | -
    | License       | MIT
    | Doc PR        | -
    <!--
    Replace this notice by a short README for your feature/bugfix.
    This will help reviewers and should be a good start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Bug fixes must be submitted against the lowest maintained branch where they apply
       (lowest branches are regularly merged to upper ones so they get the fixes too).
     - Features and deprecations must be submitted against the latest branch.
     - For new features, provide some code snippets to help understand usage.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
     - Never break backward compatibility (see https://symfony.com/bc).
    -->
    
    Commits
    -------
    
    89e6c2f [Cache] Fix possibly null value passed to preg_match() in RedisTrait
    chalasr committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    4cf1a38 View commit details
    Browse the repository at this point in the history
  6. Merge branch '5.4' into 6.0

    * 5.4:
      [Cache] Fix possibly null value passed to preg_match() in RedisTrait
    chalasr committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f5bcee5 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG for 6.0.18

    fabpot committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    13c9266 View commit details
    Browse the repository at this point in the history
  8. Update VERSION for 6.0.18

    fabpot committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    6a369a5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #48827 from fabpot/release-6.0.18

    released v6.0.18
    fabpot authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f6102d1 View commit details
    Browse the repository at this point in the history
Loading