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/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.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: v7.3.1
Choose a head ref
  • 20 commits
  • 10 files changed
  • 7 contributors

Commits on May 2, 2025

  1. Update VERSION for 6.4.21

    fabpot committed May 2, 2025
    Configuration menu
    Copy the full SHA
    983ca05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31903d View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 7.2.6

    fabpot committed May 2, 2025
    Configuration menu
    Copy the full SHA
    f9dec01 View commit details
    Browse the repository at this point in the history
  4. Bump Symfony version to 7.2.7

    fabpot committed May 2, 2025
    Configuration menu
    Copy the full SHA
    e1052a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Update VERSION for 6.4.22

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    15c105b View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 6.4.23

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    242e4b5 View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 7.2.7

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    4523deb View commit details
    Browse the repository at this point in the history
  4. Bump Symfony version to 7.2.8

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    36cae13 View commit details
    Browse the repository at this point in the history
  5. Bump Symfony version to 7.3.1

    fabpot committed May 29, 2025
    Configuration menu
    Copy the full SHA
    a73edfc View commit details
    Browse the repository at this point in the history

Commits on May 30, 2025

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

Commits on May 31, 2025

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

Commits on Jun 1, 2025

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

Commits on Jun 2, 2025

  1. bug #60606 [HttpKernel] Fix Symfony 7.3 end of maintenance date (axzx)

    This PR was merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Fix Symfony 7.3 end of maintenance date
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | #60618
    | License       | MIT
    
    the end of maintenance date was somehow forgotten during the 7.3.0 release process
    
    as before
    symfony/symfony#41461
    
    ![obraz](https://github.com/user-attachments/assets/6affc7ed-caff-4d07-b08d-534141909a36)
    
    Commits
    -------
    
    5440dad7702 [HttpKernel] Fix Symfony 7.3 end of maintenance date
    nicolas-grekas committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    bd1f120 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

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

Commits on Jun 13, 2025

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

    * 6.4:
      Silence E_DEPRECATED and E_USER_DEPRECATED
      [HttpCache] Hit the backend only once after waiting for the cache lock
      fix compatibility with Symfony 7.4
    nicolas-grekas committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    38b6666 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.2' into 7.3

    * 7.2:
      Silence E_DEPRECATED and E_USER_DEPRECATED
      [HttpCache] Hit the backend only once after waiting for the cache lock
      fix compatibility with Symfony 7.4
      [Form] Keep submitted values when keep_as_list option of collection type is enabled
      [Form] Fix `keep_as_list` when data is not an array
    nicolas-grekas committed Jun 13, 2025
    Configuration menu
    Copy the full SHA
    0ec1b58 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. bug #60483 [HttpKernel] Fix #[MapUploadedFile] handling for optiona…

    …l file uploads (santysisi)
    
    This PR was merged into the 7.2 branch.
    
    Discussion
    ----------
    
    [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.2
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #58590
    | License       | MIT
    
    This PR fixes a bug with the `#[MapUploadedFile]` attribute in routes, where an optional ?UploadedFile parameter does not behave as expected when no file is provided.
    
    Commits
    -------
    
    fba1f456860 [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6a1e3e2 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.2' into 7.3

    * 7.2:
      -
      [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
      [TypeInfo] Fix handling `ConstFetchNode`
      [VarDumper] Avoid deprecated call in PgSqlCaster
      Fix command option mode (InputOption::VALUE_REQUIRED)
      use an EOL-agnostic approach to parse class uses
      [Uid] Improve entropy of the increment for UUIDv7
      [HttpKernel] Fix `#[MapUploadedFile]` handling for optional file uploads
    nicolas-grekas committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    8325404 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2025

  1. Update VERSION for 7.3.1

    fabpot committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    1644879 View commit details
    Browse the repository at this point in the history
Loading