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/serializer
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/serializer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.6
Choose a head ref
  • 14 commits
  • 13 files changed
  • 7 contributors

Commits on Feb 4, 2026

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

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    b5519cc View commit details
    Browse the repository at this point in the history
  2. 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
    8034531 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. Configuration menu
    Copy the full SHA
    93aafc2 View commit details
    Browse the repository at this point in the history
  2. [Serializer] Fix constructor parameter type override when property ty…

    …pe extractor returns a different type
    nicolas-grekas committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    e32fc08 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. 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
    19847a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad2f86f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

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

    * 6.4:
      [Serializer] Fix handling of constructor enum denormalization errors
      [Console] ProgressIndicator console helper display with multiple processes
      [HttpFoundation] Handle empty session data in updateTimestamp() to fix compat with PHP 8.6
      [Cache] Wrap `DoctrineDbalAdapter::doSave()` in savepoint to prevent transaction poisoning
      [Console] Silence shell_exec warning in hasSttyAvailable
    nicolas-grekas committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b13cc65 View commit details
    Browse the repository at this point in the history
  3. Fix merge

    nicolas-grekas committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    ab48b1f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2026

  1. Configuration menu
    Copy the full SHA
    3d9cf5b View commit details
    Browse the repository at this point in the history
  2. minor #63457 [Serializer] bump symfony/type-info dependency (xabbuh)

    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [Serializer] bump symfony/type-info dependency
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    #63401 requires #59844
    
    Commits
    -------
    
    53c378f1a41 bump symfony/type-info dependency
    alexandre-daubois committed Feb 22, 2026
    Configuration menu
    Copy the full SHA
    63a2498 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. [Serializer][Validator] Fix propertyPath in ConstraintViolationListNo…

    …rmalizer with MetadataAwareNameConverter
    antten authored and nicolas-grekas committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    26446be 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
    83c3cbd View commit details
    Browse the repository at this point in the history
Loading