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.3
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.4
Choose a head ref
  • 16 commits
  • 9 files changed
  • 6 contributors

Commits on Aug 29, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      Sync intl scripts
      [Intl] Add metadata about currencies' validtity dates
      Bump Symfony version to 6.4.26
      Update VERSION for 6.4.25
      Update CONTRIBUTORS for 6.4.25
      Update CHANGELOG for 6.4.25
    nicolas-grekas committed Aug 29, 2025
    Configuration menu
    Copy the full SHA
    017d4b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. fix tests

    xabbuh committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    2fcd6cb View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [Validator] Update Romanian translations
      fix tests
      [String][Inflector] Fix edge cases
      [Security] Fix attribute-based chained user providers
      [Intl] Fix Intl::getIcuStubVersion()
    nicolas-grekas committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    82d2655 View commit details
    Browse the repository at this point in the history
  3. [Serializer] Fix serializer crash due to asymmetric visibility on `pr…

    …otected(set)` properties
    santysisi authored and nicolas-grekas committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    af46a27 View commit details
    Browse the repository at this point in the history
  4. bug #61571 [Serializer] Fix dealing with asymmetric visilibity for pr…

    …operties (santysisi)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [Serializer] Fix dealing with asymmetric visilibity for properties
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #61552
    | License       | MIT
    
    ### Description
    
    This PR resolves a crash in the `Serializer` when deserializing an object with a `protected(set)` or `private(set)` property
    
    Commits
    -------
    
    6310c44 [Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
    nicolas-grekas committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    0637155 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      [Cache] Fix internal representation of non-static values
      [Cache] Make `TagAwareAdapter` registrable as a service
      refactor: Unify & more humane translation message
      fix Resources translations validators.pt.xlf
      [Security] Pass attributes to nested `ChainUserProviders`
      [Validator] Update translation for the Video constraint
      [Messenger] Firebird Database - incompatibility with expected lowercase columns
      SQLSRV: Change column type from TEXT to STRING
      Fix exception catch when deleting temporary table in the sameDatabaseChecker
      [Serializer] Fix serializer crash due to asymmetric visibility on `protected(set)` properties
    nicolas-grekas committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    2c9d367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1479f0d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      Replace backtick operator, deprecated in PHP 8.5, with shell_exec()
      [DependencyInjection] Add test case to ensure XML parse exception message includes filename and position
      [Serializer] Fix normalizing objects with accessors having the same name as a property
      [SecurityBundle] Prevent accessing the tracked token storage when collecting data
    nicolas-grekas committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    ab23820 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

  1. Configuration menu
    Copy the full SHA
    ba56f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31058f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. minor #61662 use the empty string instead of null as an array offset …

    …(xabbuh)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
     use the empty string instead of null as an array offset
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    There are probably more places but these are the ones our test suite revealed.
    
    Commits
    -------
    
    e4b9d6c use the empty string instead of null as an array offset
    fabpot committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    672cf20 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. Merge branch '6.4' into 7.3

    * 6.4:
      fix test setup
      [Validator] Review Turkish translations
      [Validator] Review Croatian translations
      [Validator] Review translations for Polish (pl)
      use the empty string instead of null as an array offset
      Review translations for Chinese (zh_TW)
      [Serializer] Adjust ObjectNormalizerTest for the accessor method changes from #61097
    xabbuh committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    5352984 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2025

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

    * 6.4:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    0c3dd92 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. [Serializer] Fix unknown type in denormalization errors when union ty…

    …pe used in constructor
    d-mitrofanov-v authored and nicolas-grekas committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    48d0477 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      [Serializer] Fix unknown type in denormalization errors when union type used in constructor
      [HttpKernel] Handle an array vary header in the http cache store for write
      [Console] Fix handling of `\E` in Bash completion
    nicolas-grekas committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    0df5af2 View commit details
    Browse the repository at this point in the history
Loading