Thanks to visit codestin.com
Credit goes to github.com

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: v8.0.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: v8.0.9
Choose a head ref
  • 18 commits
  • 41 files changed
  • 2 contributors

Commits on Apr 2, 2026

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

    * 6.4:
      [Cache] Fix Psr16Cache::getMultiple() returning wrapper values when using TTL
      [Console] Fix shell completion when SHELL_VERBOSITY=-1
      [EventDispatcher] Fix TraceableEventDispatcher when reset during dispatch
      Remove needs-review flag for Afrikaans (af)
      Bump Symfony version to 6.4.37
      Update VERSION for 6.4.36
      Update CONTRIBUTORS for 6.4.36
      Update CHANGELOG for 6.4.36
    
    # Conflicts:
    #	CHANGELOG-6.4.md
    #	src/Symfony/Component/Console/Resources/completion.fish
    #	src/Symfony/Component/HttpKernel/Kernel.php
    nicolas-grekas committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    598d481 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.4' into 8.0

    * 7.4:
      [Cache] Fix Psr16Cache::getMultiple() returning wrapper values when using TTL
      [Console] Fix shell completion when SHELL_VERBOSITY=-1
      [EventDispatcher] Fix TraceableEventDispatcher when reset during dispatch
      Remove needs-review flag for Afrikaans (af)
      Bump Symfony version to 7.4.9
      Update VERSION for 7.4.8
      Update CHANGELOG for 7.4.8
      Bump Symfony version to 6.4.37
      Update VERSION for 6.4.36
      Update CONTRIBUTORS for 6.4.36
      Update CHANGELOG for 6.4.36
    
    # Conflicts:
    #	CHANGELOG-8.0.md
    #	src/Symfony/Component/HttpKernel/Kernel.php
    nicolas-grekas committed Apr 2, 2026
    Configuration menu
    Copy the full SHA
    069126e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    45d4e67 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
    nicolas-grekas committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    28fd5eb View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Configuration menu
    Copy the full SHA
    a61f29e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    545cb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f04c68 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.4

    * 6.4:
      CS fixes - native_function_invocation & static_lambda
      Backport some CS fixes from 7.4
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    d9a32b4 View commit details
    Browse the repository at this point in the history
  5. Merge branch '7.4' into 8.0

    * 7.4:
      CS fixes - native_function_invocation & static_lambda
      Backport some CS fixes from 7.4
      [CS] Back config from 8.1 and apply heredoc_indentation rule
      [Workflow] Fix HTML escaping in GraphvizDumper labels
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    314da03 View commit details
    Browse the repository at this point in the history
  6. More CS fixes

    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    7bbcaf3 View commit details
    Browse the repository at this point in the history
  7. Merge branch '6.4' into 7.4

    * 6.4:
      More CS fixes
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    1c7c250 View commit details
    Browse the repository at this point in the history
  8. CS fixes

    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    f9f8ca8 View commit details
    Browse the repository at this point in the history
  9. Merge branch '7.4' into 8.0

    * 7.4:
      CS fixes
      Fix merge
      More CS fixes
    nicolas-grekas committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    6d9267d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Configuration menu
    Copy the full SHA
    9142754 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.4' into 8.0

    * 7.4:
      [Security] Throw BadCredentialsException on empty JSON login username/password
      [Routing] Honor the Request's method in UrlMatcher::matchRequest()
      [DependencyInjection] Log every build parameter removed during compilation
      [Serializer] Remove @internal from ClassMetadataInterface and AttributeMetadataInterface
      Update XSD references in phpunit.xml.dist files
      [Serializer] Make `BackedEnumNormalizer` unconditionally return `null` on invalid value if `allow_invalid_values` is set
      [Cache] Ensure internal state is cleared in TagAwareAdapter::reset() even on commit failure
    nicolas-grekas committed Apr 18, 2026
    Configuration menu
    Copy the full SHA
    a4f377d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2026

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

Commits on Apr 29, 2026

  1. Merge branch '7.4' into 8.0

    * 7.4: (23 commits)
      [Form] Preserve collection children added by PRE_SET_DATA listeners
      [Messenger] Keep deduplication lock when handler throws
      [Mailer][Postmark] Handle alternate error payload shapes for Payload Too Large
      CS fix
      [Serializer] Catch TypeError when setting an attribute to collect denormalization errors
      [Config] Allow env placeholders in NumericNode min/max checks
      [Mime] Preserve inline part filename instead of overwriting it with the Content-ID
      [FrameworkBundle] Apply tagged MIME type guessers in File::getMimeType()
      [Notifier] [Ntfy] Fix Basic auth header by keeping base64 padding
      [MonologBridge] Guard against re-entrant calls in AbstractTokenProcessor
      [RateLimiter] Keep token bucket alive while reservation debt is unpaid
      [Lock] Avoid aborting outer PostgreSQL transaction on lock contention
      [HttpClient] Don't share CURL_LOCK_DATA_CONNECT to honor max_host_connections
      [Validator] fix mapping properties using property hooks
      [DoctrineBridge] Fail with a clear exception when symfony/form is missing
      [DoctrineBridge] Prevent install with incompatible symfony/property-info versions
      [AssetMapper] Allow spaces in version constraints
      [Dotenv] Strip NUL byte placeholder from values passed to `putenv()`
      [Cache] Normalize default_lifetime for pools wrapped by ChainAdapter
      [Config] Fix array-shape generator dropping alternative types on nested PrototypedArrayNode
      ...
    
    # Conflicts:
    #	src/Symfony/Bridge/Doctrine/Tests/Types/DatePointTypeTest.php
    #	src/Symfony/Bridge/Doctrine/Tests/Types/UlidTypeTest.php
    #	src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php
    #	src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php
    #	src/Symfony/Component/JsonStreamer/Tests/JsonStreamReaderTest.php
    #	src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php
    #	src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php
    #	src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php
    #	src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php
    #	src/Symfony/Component/TypeInfo/Tests/TypeFactoryTest.php
    nicolas-grekas committed Apr 29, 2026
    Configuration menu
    Copy the full SHA
    7113778 View commit details
    Browse the repository at this point in the history
Loading