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.3.4
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.3.5
Choose a head ref
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Oct 1, 2025

  1. bug #61887 [Serializer] Fix discriminator class mapping with allow_ex…

    …tra_attributes=false
    
    Make sure that the discriminator mapping type property is considered an allowed attribute
    when the `AbstractNormalizer::ALLOW_EXTRA_ATTRIBUTES` context option is set to `false`.
    chris54721 committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    a7d76a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [Console] Ensure terminal is usable after termination signal
      bug #61887 [Serializer] Fix discriminator class mapping with allow_extra_attributes=false
    nicolas-grekas committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    363bd0a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

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

    * 6.4:
      fix unexpected type in denormalization errors when union type used in constructor in xml
    xabbuh committed Oct 8, 2025
    Configuration menu
    Copy the full SHA
    ba2e50a View commit details
    Browse the repository at this point in the history
Loading