8000 Comparing v4.4.29...v4.4.30 · symfony/http-kernel · GitHub
[go: up one dir, main page]

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: v4.4.29
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: v4.4.30
Choose a head ref
  • 10 commits
  • 7 files changed
  • 5 contributors

Commits on Jul 29, 2021

  1. Bump Symfony version to 4.4.30

    fabpot committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    f28e1d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 6, 2021

  1. bug #42331 [HttpKernel] always close open stopwatch section after han…

    …dling `kernel.request` events (xabbuh)
    
    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [HttpKernel] always close open stopwatch section after handling `kernel.request` events
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Tickets       | Fix #36623
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    705f76571d always close open stopwatch section after handling kernel.request events
    fabpot committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    38b0b24 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

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

Commits on Aug 25, 2021

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

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    db4eefc View commit details
    Browse the repository at this point in the history
  2. bug #40545 [HttpFoundation] Fix isNotModified determination logic (ol…

    …0lll)
    
    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix isNotModified determination logic
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 4.4  <!-- see below -->
    | Bug fix?      | yes
    | New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Tickets       | Fix #37948 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
    | License       | MIT
    | Doc PR        | symfony/symfony-docs#... <!-- required for new features -->
    
    Use weak comparison for etags; Only do if-modified-since when no if-none-match header is present.
    See symfony/symfony#37948 (comment)
    
    <!--
    Replace this notice by a short README for your feature/bugfix. This will help people
    understand your PR and can be used as a start for the documentation.
    
    Additionally (see https://symfony.com/releases):
     - Always add tests and ensure they pass.
     - Never break backward compatibility (see https://symfony.com/bc).
     - Bug fixes must be submitted against the lowest maintained branch where they apply
       (lowest branches are regularly merged to upper ones so they get the fixes too.)
     - Features and deprecations must be submitted against branch 5.x.
     - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
    -->
    
    Commits
    -------
    
    77bd21adfc [HttpFoundation] Fix isNotModified determination logic
    fabpot committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    47b404f View commit details
    Browse the repository at this point in the history
  3. Remove redundant license info

    fabpot committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    6593d78 View commit details
    Browse the repository at this point in the history
  4. Fix composer.json versions

    fabpot committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    63f453f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. Update VERSION for 4.4.30

    fabpot committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    87f7ea4 View commit details
    Browse the repository at this point in the history
Loading
0