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/error-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2
Choose a base ref
...
head repository: symfony/error-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 9 contributors

Commits on Dec 7, 2024

  1. Configuration menu
    Copy the full SHA
    e0a4407 View commit details
    Browse the repository at this point in the history
  2. feature #59114 [ErrorHandler] support non-empty-string/non-empty-list…

    … when patching return types (xabbuh)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [ErrorHandler] support non-empty-string/non-empty-list when patching return types
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    see the failures in #59075
    
    Commits
    -------
    
    01c78b3b30 support non-empty-string/non-empty-list when patching return types
    derrabus committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    422c8d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (47 commits)
      Remove comment about AppVeyor in `phpunit`
      [Webhook][RemoteEvent] fix SendgridPayloadConverter category support
      Update old Appveyor skip conditions
      sync the Dutch translation file with changes from the 7.2 branch
      [Yaml] fix inline notation with inline comment
      clean up code for doctrine/persistence 2.x
      Generate missing translations using Gemini
      fix(property-info): make sure that SerializerExtractor returns null for invalid class metadata
      add translations for the Slug constraint
      [RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadConverter in case of missing sg_message_id
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      Fix predis command error checking
      [Security] Fix triggering session tracking from ContextListener
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    8390131 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      relax expected format for PHP 8.5 compatibility
      Bump Symfony version to 7.2.4
      Update VERSION for 7.2.3
      Update CHANGELOG for 7.2.3
      Bump Symfony version to 6.4.19
      Update VERSION for 6.4.18
      Update CONTRIBUTORS for 6.4.18
      Update CHANGELOG for 6.4.18
    xabbuh committed Feb 2, 2025
    Configuration menu
    Copy the full SHA
    d916392 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

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

Commits on Mar 3, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Review validator-related japanese translations with ids 114-120
      don't trigger "internal" deprecations for PHPUnit Stub objects
      drop comments while lexing unquoted strings
    xabbuh committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    ab3e426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    070e14b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and nicolas-grekas committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    47a9627 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [Translation] Add intl-icu fallback for MessageCatalogue metadata
      [Validator] update Dutch translation
      [ErrorHandler] Do not transform file to link if it does not exist
    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    cf68d22 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Silence E_DEPRECATED and E_USER_DEPRECATED
      [HttpCache] Hit the backend only once after waiting for the cache lock
      fix compatibility with Symfony 7.4
      [Form] Keep submitted values when keep_as_list option of collection type is enabled
      [Form] Fix `keep_as_list` when data is not an array
    nicolas-grekas committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    35b55b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      Fix php.net links
      fix version number in deprecation
      [DoctrineBridge] Restore compatibility with Doctrine ODM by validating $class object type
      chore: Increase minimum version of type-info component
      [FrameworkBundle] Add functional tests for the `ContainerLintCommand` command
      Fix precision loss when rounding large integers in `NumberToLocalizedStringTransformer`
    nicolas-grekas committed Jul 7, 2025
    Configuration menu
    Copy the full SHA
    0b31a94 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. CS fixes

    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    f011fa8 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Configuration menu
    Copy the full SHA
    30fd0b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    41bedca View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    99f81bc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

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