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: d207767
Choose a base ref
...
head repository: symfony/serializer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0d5ddac
Choose a head ref
  • 9 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 27, 2024

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

Commits on Jun 28, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
      Reviewed Catalan missing translations
      Fix typo: synchronous -> synchronously
      [Serializer] Check if exception message in test is correct
      Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
      [String] Add `alias` case to `EnglishInflector`
    nicolas-grekas committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    56ce31d View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.0

    * 6.4:
      [HttpClient][Mailer] Revert "Let curl handle transfer encoding", use HTTP/1.1 for Mailgun
      Reviewed Catalan missing translations
      [AssetMapper] Upgrade importmap polyfill
      Fix typo: synchronous -> synchronously
      [Serializer] Check if exception message in test is correct
      Ibexa is sponsoring Symfony 5.4, thanks to them! \o/
      [VarDumper] Fix `FFICaster` test to be platform-adaptable
      [String] Add `alias` case to `EnglishInflector`
      [FrameworkBundle] Throw runtime exception when trying to use asset-mapper while http-client is disabled
      [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD
      [VarExporter] generate __doUnserialize() method in ProxyHelper::generateLazyProxy()
      Double check if pcntl function exists
      Add additional headers in Scaleway bridge
      [VarDumper] Fix FFI caster test
      [DependencyInjection] Add test coverage for `AutowireCallable::buildDefinition()`
    nicolas-grekas committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3784578 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. [Serializer] Raise correct exception in ArrayDenormalizer

    … when it's called without a nested denormalizer
    derrabus committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    3bfc744 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 15, 2024

  1. Merge branch '5.4' into 6.4

    * 5.4:
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
    xabbuh committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ffe0eef View commit details
    Browse the repository at this point in the history
  2. use more entropy with uniqid()

    xabbuh committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    430a73d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Merge branch '6.4' into 7.0

    * 6.4:
      fix compatibility with Redis Relay 0.8.1
      use more entropy with uniqid()
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
    xabbuh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    79b073c View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.0' into 7.1

    * 7.0:
      fix compatibility with Redis Relay 0.8.1
      use more entropy with uniqid()
      [Cache] Improve `dbindex` DSN parameter parsing
      Support for PHP-CS-Fixer's parallel runner
      use more entropy with uniqid()
      [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
      [Serializer] Raise correct exception in ArrayDenormalizer
    xabbuh committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0d5ddac View commit details
    Browse the repository at this point in the history
Loading