-
-
Notifications
You must be signed in to change notification settings - Fork 91
Comparing changes
Open a pull request
base repository: symfony/dependency-injection
base: v7.4.5
head repository: symfony/dependency-injection
compare: v7.4.6
- 18 commits
- 18 files changed
- 5 contributors
Commits on Jan 29, 2026
-
[DependencyInjection][HttpKernel] Fix parsing Target attributes on pr…
…operties and on controllers
Configuration menu - View commit details
-
Copy full SHA for 6dcfdb1 - Browse repository at this point
Copy the full SHA 6dcfdb1View commit details -
* 6.4: [DependencyInjection][HttpKernel] Fix parsing Target attributes on properties and on controllers
Configuration menu - View commit details
-
Copy full SHA for a9c2df9 - Browse repository at this point
Copy the full SHA a9c2df9View commit details
Commits on Jan 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 18fc1bc - Browse repository at this point
Copy the full SHA 18fc1bcView commit details
Commits on Feb 5, 2026
-
* 6.4: [WebProfilerBundle] Fix hot reload support (FrankenPHP) [Serializer] Normalize static methods when they have groups [DoctrineBridge] Respect schema_filter in schema listeners [HttpClient] Fix destructor throwing while timeout was handled [HttpClient] Test throwing destructor together with retryable [Mime] Update mime types [HttpFoundation] Reject invalid paths [FrameworkBundle] Add missing `useAttributeAsKey` calls [Di] Fix invalid reference behavior When calling UploadedFile::getErrorMessage() to a file which has no error and is uploaded successfully, it should not return an error cs fix [Console] fall back to 0 when getCode() does not provide an integer [FrameworkBundle] Fix accessing the test container when using KernelTestCase in non-debug mode [Messenger] Avoid skipping batch handlers on flush
Configuration menu - View commit details
-
Copy full SHA for 25524aa - Browse repository at this point
Copy the full SHA 25524aaView commit details
Commits on Feb 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 25806a3 - Browse repository at this point
Copy the full SHA 25806a3View commit details -
* 6.4: fix merge [DependencyInjection] Fix stale binding lookup in ResolveBindingsPass error message fix: correct romanian translations and add missing paucal forms [Cache] Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait [Cache] Fix DSN auth not passed to Redis/RedisCluster/Relay in RedisTrait skip a test case that doesn't work with PCRE < 10.40 sync ICU stub version do not use PHPUnit mock objects without configured expectations [Asset] Fix JsonManifestVersionStrategy exception on missing manifest in non-strict mode [Yaml] Fix parsing nested mappings in sequences
Configuration menu - View commit details
-
Copy full SHA for 344bbf5 - Browse repository at this point
Copy the full SHA 344bbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3da5834 - Browse repository at this point
Copy the full SHA 3da5834View commit details
Commits on Feb 13, 2026
-
[DependencyInjection] Prevent false unused-env errors for abstract de…
…finitions removed at compile time
Configuration menu - View commit details
-
Copy full SHA for 081f22f - Browse repository at this point
Copy the full SHA 081f22fView commit details -
* 6.4: fail gracefully when the semaphore config is used but the component is missing [DependencyInjection] Prevent false unused-env errors for abstract definitions removed at compile time
Configuration menu - View commit details
-
Copy full SHA for 3207cbd - Browse repository at this point
Copy the full SHA 3207cbdView commit details
Commits on Feb 14, 2026
-
[DependencyInjection] Update Container PHPDoc behaviors count when a …
…service does not exist
Configuration menu - View commit details
-
Copy full SHA for fd9aab0 - Browse repository at this point
Copy the full SHA fd9aab0View commit details -
* 6.4: [DependencyInjection] Update Container PHPDoc behaviors count when a service does not exist [Validator] Review translations for Portuguese (pt_BR) [HttpKernel] Handle invalid backed-enum values gracefully in RequestPayloadValueResolver
Configuration menu - View commit details
-
Copy full SHA for d834926 - Browse repository at this point
Copy the full SHA d834926View commit details
Commits on Feb 16, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6e22358 - Browse repository at this point
Copy the full SHA 6e22358View commit details
Commits on Feb 17, 2026
-
minor #63409 remove usages of the deprecated
any()invoked count ex……pectation (xabbuh) This PR was merged into the 6.4 branch. Discussion ---------- remove usages of the deprecated `any()` invoked count expectation | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- d18bfe64a52 remove usages of the deprecated any() invoked count expectation
Configuration menu - View commit details
-
Copy full SHA for c22c9dd - Browse repository at this point
Copy the full SHA c22c9ddView commit details -
* 6.4: remove usages of the deprecated any() invoked count expectation Minor: Fix Portuguese (pt) translations for validators [Serializer] Fix passing context option to property-info [CssSelector] Add LRU cache to CssSelectorConverter
Configuration menu - View commit details
-
Copy full SHA for 15c7ce9 - Browse repository at this point
Copy the full SHA 15c7ce9View commit details
Commits on Feb 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 406ed93 - Browse repository at this point
Copy the full SHA 406ed93View commit details
Commits on Feb 24, 2026
-
[DependencyInjection] Fix PriorityTaggedServiceTrait not discovering …
…#[AsTaggedItem] on decorated services
Configuration menu - View commit details
-
Copy full SHA for adebae4 - Browse repository at this point
Copy the full SHA adebae4View commit details -
[DependencyInjection] Fix #[AsTaggedItem] discovery through multi-lev…
…el decoration chains
Configuration menu - View commit details
-
Copy full SHA for 91e4995 - Browse repository at this point
Copy the full SHA 91e4995View commit details
Commits on Feb 25, 2026
-
* 6.4: [RateLimiter] Fix retryAfter when consuming exactly all remaining tokens in FixedWindow and TokenBucket [RateLimiter] Fix retryAfter value on last token consume (SlidingWindow) [RateLimiter] Fix reservations outside the second fixed window [Filesystem] makePathRelative with existing files, remove ending / [Config][Routing] Fix exclude option being ignored for non-glob and PSR-4 resources [Serializer][Validator] Fix propertyPath in ConstraintViolationListNormalizer with MetadataAwareNameConverter [Messenger][Amqp] Don't use retry routing key when sending to failure transport [Messenger] Fix re-sending failed messages to a different failure transport [DependencyInjection] Fix #[AsTaggedItem] discovery through multi-level decoration chains [DependencyInjection] Fix PriorityTaggedServiceTrait not discovering #[AsTaggedItem] on decorated services [Mailer] Clarify the purpose of SentMessage's "message id" concept [TwigBridge] Fix Bootstrap 4 form error layout [Form] Fix merging POST params and files when collection entries have mismatched indices [Validator] Fix type error for non-array items when Unique::fields is set [HttpKernel] Fix default locale ignored when Accept-Language has no enabled-locale match [FrameworkBundle] Make `ConfigDebugCommand` use its container to resolve env vars [Console] Fix various completion edge cases [Messenger][AmazonSqs] Add test for default queue_name when not set in DSN path or options
Configuration menu - View commit details
-
Copy full SHA for a3f7d59 - Browse repository at this point
Copy the full SHA a3f7d59View commit details
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 v7.4.5...v7.4.6