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/dependency-injection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.5
Choose a base ref
...
head repository: symfony/dependency-injection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.6
Choose a head ref
  • 18 commits
  • 18 files changed
  • 5 contributors

Commits on Jan 29, 2026

  1. [DependencyInjection][HttpKernel] Fix parsing Target attributes on pr…

    …operties and on controllers
    nicolas-grekas committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    6dcfdb1 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 6.4:
      [DependencyInjection][HttpKernel] Fix parsing Target attributes on properties and on controllers
    nicolas-grekas committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    a9c2df9 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2026

  1. [Di] Fix invalid reference behavior

    root authored and nicolas-grekas committed Jan 30, 2026
    Configuration menu
    Copy the full SHA
    18fc1bc View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. Merge branch '6.4' into 7.4

    * 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
    nicolas-grekas committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    25524aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2026

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

    * 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
    nicolas-grekas committed Feb 9, 2026
    Configuration menu
    Copy the full SHA
    344bbf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3da5834 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. [DependencyInjection] Prevent false unused-env errors for abstract de…

    …finitions removed at compile time
    nicolas-grekas committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    081f22f View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 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
    nicolas-grekas committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    3207cbd View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. [DependencyInjection] Update Container PHPDoc behaviors count when a …

    …service does not exist
    yoeunes committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    fd9aab0 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 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
    nicolas-grekas committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    d834926 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

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

Commits on Feb 17, 2026

  1. 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
    xabbuh committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    c22c9dd View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.4

    * 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
    xabbuh committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    15c7ce9 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

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

Commits on Feb 24, 2026

  1. [DependencyInjection] Fix PriorityTaggedServiceTrait not discovering …

    …#[AsTaggedItem] on decorated services
    lacatoire authored and nicolas-grekas committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    adebae4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e4995 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Merge branch '6.4' into 7.4

    * 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
    nicolas-grekas committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    a3f7d59 View commit details
    Browse the repository at this point in the history
Loading