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/http-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.2
Choose a base ref
...
head repository: symfony/http-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 16 files changed
  • 11 contributors

Commits on Dec 10, 2024

  1. Copy the full SHA
    069924c View commit details

Commits on Dec 12, 2024

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Dec 12, 2024
    Copy the full SHA
    c2508e4 View commit details

Commits on Dec 14, 2024

  1. Generate url-safe signatures

    valtzu committed Dec 14, 2024
    Copy the full SHA
    9e485dd View commit details

Commits on Dec 30, 2024

  1. Merge branch '7.2' into 7.3

    * 7.2:
      [SecurityBundle] Do not replace authenticators service by their traceable version
      [Finder] Fix using `==` as default operator in `DateComparator`
      bug #54854 [Stopwatch] undefined key error when trying to fetch a missing section
      [HttpFoundation] Avoid mime type guess with temp files in `BinaryFileResponse`
      choose the correctly cased class name for the MariaDB platform
    fabpot committed Dec 30, 2024
    Copy the full SHA
    9d9d7ef View commit details

Commits on Jan 6, 2025

  1. Copy the full SHA
    658b7a4 View commit details
  2. chore(HttpFoundation): define phpdoc type for Response "statusTexts"

    As `Symfony\Component\HttpFoundation\Response::$statusTexts` is public, it can be used by everyone. Some of us can use type analysis like PSALM or PHPStan...
    
    It is always useful, and for some of them mandatory to have a proper array typing to use this variable.
    neilime authored and fabpot committed Jan 6, 2025
    Copy the full SHA
    a4d4dd6 View commit details

Commits on Jan 17, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (37 commits)
      fix dumped markup
      improve amqp connection issues
      [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL
      Fix #53778
      Issue 59387-2: make check with prefix more robust
      [PropertyInfo] Add missing test
      fix tests
      [Security][Validators] Review translations.
      [validator] Updated Dutch translation
      [FrameworkBundle] Fix wiring ConsoleProfilerListener
      [HttpKernel] Fix link to php doc
      [Lock] Make sure RedisStore will also support Valkey
      [Validator] Update sr_Cyrl 120:This value is not a valid slug.
      [Validator] Update sr_Latn 120:This value is not a valid slug.
      6.4 Missing translations for Italian (it) #59419
      tests(notifier): avoid failing SNS test with local AWS configuration
      Fix typo ratio comment
      chore: PropertyAccess - fix typo in DocBlock
      [Validator] Missing translations for Brazilian Portuguese (pt_BR)
      fix(dependency-injection): reset env vars with kernel.reset
      ...
    xabbuh committed Jan 17, 2025
    Copy the full SHA
    b4f50ff View commit details

Commits on Feb 6, 2025

  1. Copy the full SHA
    5c227d6 View commit details

Commits on Mar 5, 2025

  1. Copy the full SHA
    ce13008 View commit details
  2. Copy the full SHA
    28d6dfa View commit details
  3. minor #59898 replace assertEmpty() with stricter assertions (xabbuh)

    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    replace `assertEmpty()` with stricter assertions
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    In the code we are strict about not using `empty()`. In my opinion it makes sense to be equally strict with our assertions. But I'd like to gather some feedback first before updating all places.
    
    Commits
    -------
    
    6550cb815e3 replace assertEmpty() with stricter assertions
    fabpot committed Mar 5, 2025
    Copy the full SHA
    9d6cd57 View commit details

Commits on Mar 26, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2:
      use Table::addPrimaryKeyConstraint() with Doctrine DBAL 4.3+
      [Serializer] Fix ObjectNormalizer default context with named serializers
      [Serializer] Fix code skipped by premature return
      [TypeInfo] Fix `isSatisfiedBy` not traversing type tree
      Update JsDelivrEsmResolver::IMPORT_REGEX to support dynamic imports
    alexandre-daubois committed Mar 26, 2025
    Copy the full SHA
    86c30dc View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff 7.2...7.3