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

Commits on Jan 2, 2022

  1. Bump license year

    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    a632944 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.3

    * 4.4:
      Bump license year
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 4.4.37
      Update VERSION for 4.4.36
      Update CONTRIBUTORS for 4.4.36
      Update CHANGELOG for 4.4.36
      Allow symfony/runtime plugin
    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    589155d View commit details
    Browse the repository at this point in the history
  3. Merge branch '5.3' into 5.4

    * 5.3:
      Bump license year
      Bump license year
      [HttpClient] Turn negative timeout to a very long timeout
      Features goes to 6.x branch
      fix lowest required PropertyInfo component release
      [Validator] throw when Constraint::_construct() has not been called
      Bump Symfony version to 5.3.14
      Update VERSION for 5.3.13
      Update CHANGELOG for 5.3.13
      Bump Symfony version to 4.4.37
      Update VERSION for 4.4.36
      Update CONTRIBUTORS for 4.4.36
      Update CHANGELOG for 4.4.36
      Allow symfony/runtime plugin
    fabpot committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    96f50bf View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Use correct tag for ExpoTransportFactory service

    fixes #44833
    jschaedl committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    be0d101 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    5ae3655 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7c76d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.3

    * 4.4:
      [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
      [PropertyAccess] Fix handling of uninitialized property of anonymous class
      [DependencyInjection] fix test
      ResolveBindingsPass remove loading of class iterable
      [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
      [DependencyInjection] Fix nested env var with resolve processor
      Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
      allow a zero time-limit
      [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
      [Validators] Add translations for Slovak #43735
    nicolas-grekas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    67f5d9a View commit details
    Browse the repository at this point in the history
  4. bug #44998 [FrameworkBundle] Allow default cache pools to be overwrit…

    …ten by user (Seldaek)
    
    This PR was merged into the 5.3 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Allow default cache pools to be overwritten by user
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fixes symfony/symfony#44984
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    <!--
    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.
     - 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
    -------
    
    cc7cf5a4a6 [FrameworkBundle] Allow default cache pools to be overwritten by user
    nicolas-grekas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    4437597 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.3' into 5.4

    * 5.3:
      [HttpClient] Remove deprecated usage of `GuzzleHttp\Promise\queue`
      [PropertyAccess] Fix handling of uninitialized property of anonymous class
      [FrameworkBundle] Allow default cache pools to be overwritten by user
      [DependencyInjection] fix test
      ResolveBindingsPass remove loading of class iterable
      [FrameworkBundle] Avoid calling rtrim(null, '/') in AssetsInstallCommand
      [DependencyInjection] Fix nested env var with resolve processor
      Allow OutputFormatter::escape() to be used for escaping URLs used in <href>
      allow a zero time-limit
      [DependencyInjection] Ignore argument type check in CheckTypeDeclarationsPass if it's a Definition with a factory
      [Validators] Add translations for Slovak #43735
    nicolas-grekas committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2b25bce View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

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