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: v8.0.0
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: v8.0.1
Choose a head ref
  • 13 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. Update VERSION for 7.4.0-RC3

    fabpot committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    29fc412 View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 7.4.0

    fabpot committed Nov 21, 2025
    Configuration menu
    Copy the full SHA
    15280f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Bump Symfony version to 8.0.1

    fabpot committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    1449d85 View commit details
    Browse the repository at this point in the history
  2. Update VERSION for 7.4.0

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

    fabpot committed Nov 27, 2025
    Configuration menu
    Copy the full SHA
    7a29d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa0f60 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. bug #62535 [HttpKernel] Don't reset services between fragments rederi…

    …ng when using in HttpCache (nicolas-grekas)
    
    This PR was merged into the 7.4 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Don't reset services between fragments redering when using in HttpCache
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #62451
    | License       | MIT
    
    Commits
    -------
    
    9e8413fc84d [HttpKernel] Don't reset services between fragments redering when using in HttpCache
    nicolas-grekas committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    f065440 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Merge branch '7.4' into 8.0

    * 7.4: (21 commits)
      [SecurityBundle] Fix tests with Symfony 7.4
      [DependencyInjection] Ensure deprecation detection does not trigger a PHP error
      [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
      [Form] Clean up wrong method docblocks in data transformers
      Fix merge
      [DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
      [HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
      [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
      Revert "[HttpClient] Lazily initialize CurlClientState"
      [Yaml] Fix regression handling blank lines in unquoted scalars
      [Cache] Fix NullAdapter must set taggable
      [FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
      allow the installation of MercureBundle 0.4
      [Console] don't discard existing aliases when constructing Command
      Import all node definition classes to DefinitionConfigurator
      Fix the creation of a redis connection with only ext-relay
      [FrameworkBundle] Dump bundles config reference first
      [DependencyInjection] Don't add the .container.known_envs parameter when empty
      [DependencyInjection] Reset resolved state when setting a parameter
      [HttpKernel] Don't reset services between fragments redering when using in HttpCache
      ...
    nicolas-grekas committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    ad40489 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
  3. Merge branch '7.3' into 7.4

    * 7.3:
      [HttpKernel] Make `#[Cache]` respect all explicit cache directives set in controller
    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    7027650 View commit details
    Browse the repository at this point in the history
  4. Merge branch '7.4' into 8.0

    * 7.4:
      Fix merge
      [HttpKernel] Make `#[Cache]` respect all explicit cache directives set in controller
      Revert "bug #62541 [DependencyInjection] Reset resolved state when setting a parameter (yoeunes)"
    nicolas-grekas committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    91bf04a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2025

  1. Update VERSION for 8.0.1

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