-
-
Notifications
You must be signed in to change notification settings - Fork 28
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/dotenv
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/dotenv
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
- 14 commits
- 3 files changed
- 3 contributors
Commits on Apr 6, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 51f3f7c - Browse repository at this point
Copy the full SHA 51f3f7cView commit details -
* 7.4: Add deprecationTrigger ignoreUndefinedTriggers="true" in phpunit.xml.dist files
Configuration menu - View commit details
-
Copy full SHA for cb3b9cf - Browse repository at this point
Copy the full SHA cb3b9cfView commit details
Commits on Apr 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 551a80e - Browse repository at this point
Copy the full SHA 551a80eView commit details -
* 6.4: [Dotenv] Fix self-referencing variable resolution with suffix/prefix [Serializer] Fix isAllowedAttribute() when groups contain wildcard '*' [DependencyInjection] Fix instanceof autoconfiguration for anonymous classes [Cache] fix test
Configuration menu - View commit details
-
Copy full SHA for 1ff1857 - Browse repository at this point
Copy the full SHA 1ff1857View commit details
Commits on Apr 9, 2026
-
* 7.4: [ObjectMapper] Auto-inject ObjectMapper into ObjectMapperAwareInterface transforms CS fix [Mailer] Fix handling of webhook.test verification event from MailerSend webhook [Filesystem] Fix Path dealing with schemes [Filesystem] Fix merge conflict resolution [Filesystem] Fix Path::normalize() replacing backslashes on UNIX [DependencyInjection] Fix excludeSelf not applied in ServiceLocatorTagPass [Dotenv] Fix self-referencing variable resolution with suffix/prefix [Serializer] Fix isAllowedAttribute() when groups contain wildcard '*' [DependencyInjection] Fix instanceof autoconfiguration for anonymous classes [Cache] fix test
Configuration menu - View commit details
-
Copy full SHA for 3bd035b - Browse repository at this point
Copy the full SHA 3bd035bView commit details
Commits on Apr 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e7b718 - Browse repository at this point
Copy the full SHA 6e7b718View commit details
Commits on Apr 14, 2026
-
[Dotenv] Fix variable corruption when loading env more than once
`resolveLoadedVars()` iterated over every name in `SYMFONY_DOTENV_VARS`, including vars resolved by a previous `load()`/`loadEnv()` call. By then, the `\x00` markers protecting literal `$` (from single-quoted values) had already been converted back to `$`, so a value like `This$isokay` was re-interpreted as a `$isokay` variable reference and truncated to `This`. Track the names actually populated during `doLoad()` and limit `resolveLoadedVars()` to that set, leaving previously-resolved values untouched.
Configuration menu - View commit details
-
Copy full SHA for ac4ed3d - Browse repository at this point
Copy the full SHA ac4ed3dView commit details -
* 6.4: [VarExporter] Don't warn for __sleep()-listed uninitialized typed properties [Dotenv] Fix variable corruption when loading env more than once
Configuration menu - View commit details
-
Copy full SHA for dab514c - Browse repository at this point
Copy the full SHA dab514cView commit details -
* 7.4: [VarExporter] Don't warn for __sleep()-listed uninitialized typed properties [TypeInfo] Fix collectUses() to support grouped use imports [Dotenv] Fix variable corruption when loading env more than once [Scheduler] Respect `console.command` DI tag `command` attribute
Configuration menu - View commit details
-
Copy full SHA for 3892f82 - Browse repository at this point
Copy the full SHA 3892f82View commit details
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 3630228 - Browse repository at this point
Copy the full SHA 3630228View 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 0a1f94f - Browse repository at this point
Copy the full SHA 0a1f94fView commit details
Commits on Apr 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 381ab08 - Browse repository at this point
Copy the full SHA 381ab08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba757a8 - Browse repository at this point
Copy the full SHA ba757a8View commit details -
* 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 f75c67b - Browse repository at this point
Copy the full SHA f75c67bView 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