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/framework-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.7
Choose a base ref
...
head repository: symfony/framework-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.8
Choose a head ref
  • 16 commits
  • 16 files changed
  • 8 contributors

Commits on May 30, 2025

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

Commits on Jun 1, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      switch to Composer 2 metadata
      Fix `ContainerDebugCommandTest::testNoDumpedXML`
      doc: update UserInterface header comments
      Fix: Lack of recipient in case DSN does not have optional LIST_ID parameter.
      [PhpUnitBridge] Mark as dev package
      [DependencyInjection] Make `YamlDumper` quote resolved env vars if necessary
      Bump Symfony version to 6.4.23
      Update VERSION for 6.4.22
      Update CONTRIBUTORS for 6.4.22
      Update CHANGELOG for 6.4.22
      fixed Via regex
    alexandre-daubois committed Jun 1, 2025
    Configuration menu
    Copy the full SHA
    f730c3d View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

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

Commits on Jun 4, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Validator] review cs tran
      Fix building packages in the CI
      implicitly run all Composer commands non-interactively
      [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass
    nicolas-grekas committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    7ebc121 View commit details
    Browse the repository at this point in the history
  2. Revert "bug #60564 [FrameworkBundle] ensureKernelShutdown in tearDown…

    …AfterClass (cquintana92)"
    
    This reverts commit ec76ab4f28454ebfbcf14287b2aac1351f00df79, reversing
    changes made to bc886008906f022a8fbf9796b943af928b64d86c.
    nicolas-grekas committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    fe8367b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26ca235 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      cs tweak
      [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass
      Revert "bug #60564 [FrameworkBundle] ensureKernelShutdown in tearDownAfterClass (cquintana92)"
    nicolas-grekas committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    20d4424 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

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

Commits on Jun 16, 2025

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

    * 6.4:
      [FrameworkBundle] Fix allow `loose` as an email validation mode
      [Messenger] Fix float value for worker memory limit
    nicolas-grekas committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9218dcd View commit details
    Browse the repository at this point in the history
  3. [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_mi…

    …ddleware`
    
    The bus name only gets provided to `add_bus_name_stamp_middleware` if
    using the default middlewares meaning that if you want to define the
    middlewares yourself then you need to define this service or you get
    an error:
    
    `Too few arguments to function Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware::__construct(), 0 passed`
    maxbaldanza committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    9064cf5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2025

  1. bug #60780 [FrameworkBundle] Fix argument not provided to `add_bus_na…

    …me_stamp_middleware` (maxbaldanza)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_middleware`
    
    The bus name only gets provided to `add_bus_name_stamp_middleware` if using the default middlewares meaning that if you want to define the middlewares yourself then you need to define this service or you get an error:
    
    `Too few arguments to function Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware::__construct(), 0 passed`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        |
    | License       | MIT
    
    Commits
    -------
    
    12b17e869dd [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_middleware`
    nicolas-grekas committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    9a3effe View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      [Validator] Remove comment to GitHub issue
      [Serializer] Add support for discriminator map in property normalizer
      [DependencyInjection] Fix inlining when public services are involved
      fix contracts directory name
      Fix TraceableSerializer when collected caller from array map
      [HttpClient] Limit curl's connection cache size
      [FrameworkBundle] Fix argument not provided to `add_bus_name_stamp_middleware`
    nicolas-grekas committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    724bb3d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

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

Commits on Jun 27, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [Console] Table counts wrong column width when using colspan and `setColumnMaxWidth()`
      [Console] Table counts wrong number of padding symbols in `renderCell()` method when cell contain unicode variant selector
      [Cache] Fix using a `ChainAdapter` as an adapter for a pool
      [Serializer] Fix collect_denormalization_errors flag in defaultContext
      [VarDumper] Avoid deprecated call in PgSqlCaster
      Fix command option mode (InputOption::VALUE_REQUIRED)
      [Uid] Improve entropy of the increment for UUIDv7
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    c70e660 View commit details
    Browse the repository at this point in the history
  2. -

    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    89a21b5 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy