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.2.0-RC1
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.2.0
Choose a head ref
  • 8 commits
  • 6 files changed
  • 6 contributors

Commits on Nov 14, 2024

  1. prevent failures around not existing TypeInfo classes

    Having a getType() method on an extractor is not enough. Such a method may
    exist to be forward-compatible with the TypeInfo component. We still must
    not call it if the TypeInfo component is not installed to prevent running into
    errors for not-defined classes when the TypeInfo component is not installed.
    xabbuh committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c210d2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7afcfbb View commit details
    Browse the repository at this point in the history
  3. bug #58870 [Serializer][Validator] prevent failures around not existi…

    …ng TypeInfo classes (xabbuh)
    
    This PR was merged into the 7.1 branch.
    
    Discussion
    ----------
    
    [Serializer][Validator] prevent failures around not existing TypeInfo classes
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.1
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Having a `getType()` method on an extractor is not enough. Such a method may exist to be forward-compatible with the TypeInfo component. We still must not call it if the TypeInfo component is not installed to prevent running into errors for not-defined classes when the TypeInfo component is not installed.
    
    Commits
    -------
    
    386453ee77b prevent failures around not existing TypeInfo classes
    nicolas-grekas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    39ec8be View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.1' into 7.2

    * 7.1:
      Removed body size limit
      prevent failures around not existing TypeInfo classes
      fix version check to include dev versions
    nicolas-grekas committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    6a16000 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

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

Commits on Nov 23, 2024

  1. chore: fix some typos

    Signed-off-by: wanxiangchwng <[email protected]>
    wanxiangchwng authored and fabpot committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    81f032d View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    c9a49af View commit details
    Browse the repository at this point in the history
  2. Proofread UPGRADE guide

    wouterj committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3f5ed9f View commit details
    Browse the repository at this point in the history
Loading