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/console
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.8
Choose a base ref
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.9
Choose a head ref
  • 16 commits
  • 15 files changed
  • 9 contributors

Commits on May 24, 2025

  1. [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to by…

    …pass retry in RunCommandMessageHandler
    
    Co-authored-by: Kevin Bond <kevinbond@gmail.com>
    santysisi and kbond committed May 24, 2025
    Configuration menu
    Copy the full SHA
    12d6d21 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2025

  1. bug #60507 [Console][Messenger] Fix: Allow `UnrecoverableExceptionInt…

    …erface` to bypass retry in `RunCommandMessageHandler` (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Console][Messenger] Fix: Allow `UnrecoverableExceptionInterface` to bypass retry in `RunCommandMessageHandler`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #60427
    | License       | MIT
    
    This PR ensures that `UnrecoverableExceptionInterface` exceptions thrown during the execution of a command via `RunCommandMessage` are no longer retried.
    
    Commits
    -------
    
    6d550d8731a [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
    fabpot committed Jun 29, 2025
    Configuration menu
    Copy the full SHA
    0a90e68 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      remove return type from AbstractObjectNormalizer::getAllowedAttributes()
      Bump Symfony version to 6.4.24
      Update VERSION for 6.4.23
      Update CONTRIBUTORS for 6.4.23
      Update CHANGELOG for 6.4.23
      [Console][Messenger] Fix: Allow UnrecoverableExceptionInterface to bypass retry in RunCommandMessageHandler
    xabbuh committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    5c94ab5 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
    f755ca9 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      -
      CS fixes
    nicolas-grekas committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    25135cd View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2025

  1. Fix @var phpdoc

    fabpot committed Jul 14, 2025
    Configuration menu
    Copy the full SHA
    4ea291e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Routing] Add test to validate that default value is allowed to not match requirement
      fix handling required options
      Fix @var phpdoc
      [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority
      [FrameworkBundle] fix phpdoc in `MicroKernelTrait`
      Fixed validator translations for Albanian
    nicolas-grekas committed Jul 15, 2025
    Configuration menu
    Copy the full SHA
    54cc535 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

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

Commits on Jul 18, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [VarDumper] Fix dumping on systems that don't have a working iconv
      [Console] fix profiler with overridden `run()` method
      [Config] Fix support for attributes on class constants and enum cases
    alexandre-daubois committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    cb35ea4 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

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

    * 6.4:
      [Console] Windows Test Error - change completecar for windows for passing test
      Increase compatibility of debug toolbar compatibility with Turbo
    xabbuh committed Jul 21, 2025
    Configuration menu
    Copy the full SHA
    6f888fb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2025

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

Commits on Jul 24, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      add back setAccessible() for PHP 7 compatibility
      Update BrevoRequestParser.php
      [Form][PhpUnitBridge] Remove usage of noop `ReflectionProperty::setAccessible()`
      fix compatibility with different Relay versions
      [Console] Fix JSON description for negatable input flags
    xabbuh committed Jul 24, 2025
    Configuration menu
    Copy the full SHA
    fc5fd0d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. [Console][Table] Fix invalid UTF-8 due to text wrapping

    Fixes #58286
    schlndh committed Jul 29, 2025
    Configuration menu
    Copy the full SHA
    e8ebdee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

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

    * 6.4:
      [Lock] Fix using fractional TTLs on all platforms
      [Lock] Fixes an issue with PostgreSQL when using fractional TTLs
      [Console][Table] Fix unnecessary wrapping
      disable detecting modified indexes with DBAL 4.3
      [cache] RedisTrait::doFetch should use pipeline instead of mget for Relay\Cluster
      relax assertions for forward compatibility with Symfony 7.4
      [Console][Table] Fix invalid UTF-8 due to text wrapping
    xabbuh committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    93518c2 View commit details
    Browse the repository at this point in the history
Loading