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-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10b8e9b
Choose a base ref
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b4bfe69
Choose a head ref
  • 14 commits
  • 7 files changed
  • 4 contributors

Commits on Nov 6, 2025

  1. Update VERSION for 6.4.28

    fabpot committed Nov 6, 2025
    Configuration menu
    Copy the full SHA
    bbccada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    284911b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. Update VERSION for 6.4.29

    fabpot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    18818b4 View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 6.4.30

    fabpot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    e65986f View commit details
    Browse the repository at this point in the history
  3. Bump Symfony version to 7.3.8

    fabpot committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    0c2968e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bbb5f7 View commit details
    Browse the repository at this point in the history
  5. bug #62036 [HttpKernel] Fix StreamedResponse with chunks support in H…

    …ttpKernelBrowser (wuchen90)
    
    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no <!-- if yes, also update src/**/CHANGELOG.md -->
    | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
    | License       | MIT
    
    This PR fixes changes done in symfony/symfony#60262 that breaks `HttpKernelBrowser` when it comes to deal with `StreamedResponse` created with an iterator.
    
    Commits
    -------
    
    29329413350 [HttpKernel] Fix StreamedResponse with chunks support in HttpKernelBrowser
    nicolas-grekas committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    a369024 View commit details
    Browse the repository at this point in the history
  6. fix merge

    nicolas-grekas committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    c373a44 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

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

    * 6.4:
      [HttpKernel] Fix using MapRequestPayload on nullable arguments
      [DependencyInjection] Fix preloading LazyClosure
      [Emoji] Update list to version 17
      [HttpClient] Don't reset unused clients in data collector
    nicolas-grekas committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    cceb83b View commit details
    Browse the repository at this point in the history
  3. fix merge

    nicolas-grekas committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    f4d7834 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

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

    * 6.4:
      [HttpKernel] Make `#[Cache]` respect all explicit cache directives set in controller
    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    f93dda3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Update VERSION for 7.3.8

    fabpot committed Dec 7, 2025
    Configuration menu
    Copy the full SHA
    b4bfe69 View commit details
    Browse the repository at this point in the history
Loading