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-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bf433ef
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 102f99b
Choose a head ref
  • 10 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 30, 2022

  1. Update VERSION for 5.4.13

    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4f25330 View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 5.4.14

    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    44218ca View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 6.0.13

    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    5939a03 View commit details
    Browse the repository at this point in the history
  4. Bump Symfony version to 6.0.14

    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    f1b9eab View commit details
    Browse the repository at this point in the history
  5. Bump Symfony version to 6.1.6

    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9da43a5 View commit details
    Browse the repository at this point in the history
  6. [FrameworkBundle] Allow to specify null for exception mapping confi…

    …guration values
    andrew-demb authored and fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    bc58e54 View commit details
    Browse the repository at this point in the history
  7. bug #46956 [FrameworkBundle] Allow to specify null for exception ma…

    …pping configuration values (andrew-demb)
    
    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Allow to specify `null` for exception mapping configuration values
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 5.4
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | 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.
     - 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).
    -->
    `null` should be allowed because it is stated as allowed in the configuration info [1][2]
    Marked as bugfix due to an existing mismatch between config description and behavior.
    
    [1] https://github.com/symfony/symfony/blob/a2f27add28f7c2c61ef4cfb4e97833509ced0fc0/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L1219-L1220
    [2] https://github.com/symfony/symfony/blob/a2f27add28f7c2c61ef4cfb4e97833509ced0fc0/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php#L1227-L1228
    
    Commits
    -------
    
    1de8f3a9ff [FrameworkBundle] Allow to specify `null` for exception mapping configuration values
    fabpot committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    44a0f70 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Merge branch '5.4' into 6.0

    * 5.4:
      [FrameworkBundle] Allow to specify `null` for exception mapping configuration values
      Fix BinaryFileResponse content type detection logic
      [Notifier] [Expo] Throw exception on error-response from expo api
      Bump Symfony version to 5.4.14
      Update VERSION for 5.4.13
      Update CHANGELOG for 5.4.13
      Bump Symfony version to 4.4.47
      Update VERSION for 4.4.46
      Update CONTRIBUTORS for 4.4.46
      Update CHANGELOG for 4.4.46
      [Security] Fix login url matching when app is not run with url rewriting or from a sub folder
    xabbuh committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    29ecbad View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.0' into 6.1

    * 6.0:
      fix merge
      [FrameworkBundle] Allow to specify `null` for exception mapping configuration values
      Fix BinaryFileResponse content type detection logic
      [Notifier] [Expo] Throw exception on error-response from expo api
      Bump Symfony version to 6.0.14
      Update VERSION for 6.0.13
      Update CHANGELOG for 6.0.13
      Bump Symfony version to 5.4.14
      Update VERSION for 5.4.13
      Update CHANGELOG for 5.4.13
      Bump Symfony version to 4.4.47
      Update VERSION for 4.4.46
      Update CONTRIBUTORS for 4.4.46
      Update CHANGELOG for 4.4.46
      [Security] Fix login url matching when app is not run with url rewriting or from a sub folder
    xabbuh committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    70547a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Update VERSION for 6.1.6

    fabpot committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    102f99b View commit details
    Browse the repository at this point in the history
Loading