Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
Comparing changes
Open a pull request
base repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
base:7.4
head repository:symfony/symfony
Uh oh!
There was an error while loading.Please reload this page.
compare:7.3
Uh oh!
There was an error while loading.Please reload this page.
- 12commits
- 8files changed
- 7contributors
Commits on May 31, 2025
Commits on Jun 2, 2025
bug#60617[HttpKernel] pass log level instead of exception to resolv…
…e the logger (xabbuh)This PR was merged into the 7.3 branch.Discussion----------[HttpKernel] pass log level instead of exception to resolve the logger| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues || License | MITCommits-------65a8d61 pass log level instead of exception to resolve the logger
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 | MITthe end of maintenance date was somehow forgotten during the 7.3.0 release processas before#41461Commits-------5440dad [HttpKernel] Fix Symfony 7.3 end of maintenance date
minor#60623Add table of contents in
UPGRADE-7.3.md
(alexandre-dau……bois)This PR was merged into the 7.3 branch.Discussion----------Add table of contents in `UPGRADE-7.3.md`| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | no| New feature? | no| Deprecations? | no| Issues | -| License | MITCommits-------d9254c8 Add table of contents in `UPGRADE-7.3.md`
bug#60607[WebProfilerBundle] Fix toolbar with ajax requests not clo…
…sing (HypeMC)This PR was merged into the 7.3 branch.Discussion----------[WebProfilerBundle] Fix toolbar with ajax requests not closing| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues |Fix#60602| License | MITIssue was introduced in#58380.Commits-------ae19577 [WebProfilerBundle] Fix toolbar with ajax requests not closing
bug#60625[FrameworkBundle] set NamespacedPoolInterface alias to cac…
…he.app (IndraGunawan)This PR was merged into the 7.3 branch.Discussion----------[FrameworkBundle] set NamespacedPoolInterface alias to cache.app| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | yes| New feature? | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Issues |Fix#60583| License | MIT<!--Replace this notice by a description of your feature/bugfix.This will help reviewers and should be a good start for the documentation.Additionally (seehttps://symfony.com/releases): - Always add tests and ensure they pass. - 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 the latest branch. - For new features, provide some code snippets to help understand usage. - Changelog entry should followhttps://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (seehttps://symfony.com/bc).-->autowiring `CacheInterface|NamespacedPoolInterface` intersection type for cache pool works well but it does not work for `cache.app`Commits-------81854a5 [FrameworkBundle] set NamespacedPoolInterface alias to cache.app
bug#60626[Ldap] Fix
LdapUser::isEqualTo
(MatTheCat)This PR was merged into the 7.3 branch.Discussion----------[Ldap] Fix `LdapUser::isEqualTo`| Q | A| ------------- | ---| Branch? | 7.3| Bug fix? | yes| New feature? | no| Deprecations? | no| Issues | Fix#60454| License | MITSince#59682 `LdapUser`s’ password no longer is serialized in the session, which means that `isEqualTo` will crash when trying to access it.This PR makes `getPassword` returns `null` by default to fix this, and update `isEqualTo` to apply#59539’s logic.Commits-------ad74742 [Ldap] Fix `LdapUser::isEqualTo`
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff 7.4...7.3
Uh oh!
There was an error while loading.Please reload this page.