-
-
Notifications
You must be signed in to change notification settings - Fork 268
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/console
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 41 files changed
- 2 contributors
Commits on Apr 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 656d546 - Browse repository at this point
Copy the full SHA 656d546View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 598d481 - Browse repository at this point
Copy the full SHA 598d481View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 069126e - Browse repository at this point
Copy the full SHA 069126eView commit details
Commits on Apr 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 45d4e67 - Browse repository at this point
Copy the full SHA 45d4e67View commit details -
* 7.4: Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
Configuration menu - View commit details
-
Copy full SHA for 28fd5eb - Browse repository at this point
Copy the full SHA 28fd5ebView commit details
Commits on Apr 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a61f29e - Browse repository at this point
Copy the full SHA a61f29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 545cb35 - Browse repository at this point
Copy the full SHA 545cb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f04c68 - Browse repository at this point
Copy the full SHA 2f04c68View commit details -
* 6.4: CS fixes - native_function_invocation & static_lambda Backport some CS fixes from 7.4
Configuration menu - View commit details
-
Copy full SHA for d9a32b4 - Browse repository at this point
Copy the full SHA d9a32b4View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for 314da03 - Browse repository at this point
Copy the full SHA 314da03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bbcaf3 - Browse repository at this point
Copy the full SHA 7bbcaf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7c250 - Browse repository at this point
Copy the full SHA 1c7c250View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f8ca8 - Browse repository at this point
Copy the full SHA f9f8ca8View commit details -
* 7.4: CS fixes Fix merge More CS fixes
Configuration menu - View commit details
-
Copy full SHA for 6d9267d - Browse repository at this point
Copy the full SHA 6d9267dView commit details
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9142754 - Browse repository at this point
Copy the full SHA 9142754View commit details -
* 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
Configuration menu - View commit details
-
Copy full SHA for a4f377d - Browse repository at this point
Copy the full SHA a4f377dView commit details
Commits on Apr 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d7d2b64 - Browse repository at this point
Copy the full SHA d7d2b64View commit details
Commits on Apr 29, 2026
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 7113778 - Browse repository at this point
Copy the full SHA 7113778View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.0.8...v8.0.9