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.2.2
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.2.3
Choose a head ref
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on Dec 31, 2024

  1. Update VERSION for 6.4.17

    fabpot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    c564739 View commit details
    Browse the repository at this point in the history
  2. Bump Symfony version to 6.4.18

    fabpot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    8819bee View commit details
    Browse the repository at this point in the history
  3. Update VERSION for 7.1.10

    fabpot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    f4cab1e View commit details
    Browse the repository at this point in the history
  4. Bump Symfony version to 7.1.11

    fabpot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    a26584f View commit details
    Browse the repository at this point in the history
  5. Bump Symfony version to 7.2.3

    fabpot committed Dec 31, 2024
    Configuration menu
    Copy the full SHA
    4bdb602 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

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

Commits on Jan 7, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4: (23 commits)
      add translations for the Slug constraint
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      [Security] Fix triggering session tracking from ContextListener
      [AssetMapper] add leading slash to public prefix
      fix: modify Exception message parameter order
      [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces
      Update exception.css
      Bump Symfony version to 6.4.18
      Update VERSION for 6.4.17
      Update CONTRIBUTORS for 6.4.17
      Update CHANGELOG for 6.4.17
      Fix exception thrown by YamlEncoder
      [AssetMapper] Fix JavaScript compiler create self-referencing imports
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    6ce0699 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1: (27 commits)
      add translations for the Slug constraint
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      [Security] Fix triggering session tracking from ContextListener
      [AssetMapper] add leading slash to public prefix
      fix: modify Exception message parameter order
      [Yaml] Fix parsing of unquoted strings in Parser::lexUnquotedString() to ignore spaces
      Update exception.css
      Remove outdated guard from security xsd schema
      Bump Symfony version to 7.1.11
      Update VERSION for 7.1.10
      Update CHANGELOG for 7.1.10
      Bump Symfony version to 6.4.18
      Update VERSION for 6.4.17
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    79eda79 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2025

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

Commits on Jan 17, 2025

  1. Merge branch '6.4' into 7.1

    * 6.4: (29 commits)
      Fix #53778
      [PropertyInfo] Add missing test
      fix tests
      [Security][Validators] Review translations.
      [validator] Updated Dutch translation
      [FrameworkBundle] Fix wiring ConsoleProfilerListener
      [HttpKernel] Fix link to php doc
      [Validator] Update sr_Cyrl 120:This value is not a valid slug.
      [Validator] Update sr_Latn 120:This value is not a valid slug.
      6.4 Missing translations for Italian (it) #59419
      tests(notifier): avoid failing SNS test with local AWS configuration
      [Validator] Missing translations for Brazilian Portuguese (pt_BR)
      [Translation][Validator] Review Russian translation (114 - 120)
      Review validator-related persian translation with id 120
      [Scheduler] Clarify description of exclusion time
      [HttpFoundation][FrameworkBundle] Reset Request's formats using the service resetter
      [Mailer] Fix SMTP stream EOF handling on Windows by using feof()
      [Translations] Make sure PL translations validators.pl.xlf follow the same style
      [Validator] Checked Turkish validators translations and confirmed
      [VarDumper] Fix blank strings display
      ...
    xabbuh committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    f4db3a3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '7.1' into 7.2

    * 7.1: (34 commits)
      improve amqp connection issues
      [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL
      Fix #53778
      [PropertyInfo] Add missing test
      fix tests
      [Security][Validators] Review translations.
      [validator] Updated Dutch translation
      [FrameworkBundle] Fix wiring ConsoleProfilerListener
      [HttpKernel] Fix link to php doc
      [Validator] Update sr_Cyrl 120:This value is not a valid slug.
      [Validator] Update sr_Latn 120:This value is not a valid slug.
      6.4 Missing translations for Italian (it) #59419
      tests(notifier): avoid failing SNS test with local AWS configuration
      Fix typo ratio comment
      chore: PropertyAccess - fix typo in DocBlock
      [Validator] Missing translations for Brazilian Portuguese (pt_BR)
      fix(dependency-injection): reset env vars with kernel.reset
      [Translation][Validator] Review Russian translation (114 - 120)
      Review validator-related persian translation with id 120
      [Scheduler] Clarify description of exclusion time
      ...
    xabbuh committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    a5ee06e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Update VERSION for 7.2.3

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