-
-
Notifications
You must be signed in to change notification settings - Fork 98
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/routing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/routing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 28 files changed
- 6 contributors
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9cd8dd3 - Browse repository at this point
Copy the full SHA 9cd8dd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c715671 - Browse repository at this point
Copy the full SHA c715671View commit details
Commits on Jun 5, 2025
-
feature #60508 [Routing] Allow query-specific parameters in `UrlGener…
…ator` using `_query` (BenMorel) This PR was merged into the 7.4 branch. Discussion ---------- [Routing] Allow query-specific parameters in `UrlGenerator` using `_query` | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | - | License | MIT This PR adds support for a special `_query` key in `$parameters` of `UrlGenerator::generate()`, that is used exclusively to generate query parameters. This is useful when query parameters may conflict with route parameters of the same name. Concrete use case: My application has a route that looks like: https://{siteCode}.{domain}/admin/stats And I want to generate this URL: https://fr.example.com/admin/stats?siteCode=us With this PR, I can now call: ```php $urlGenerator->generate('admin_stats', [ 'siteCode' => 'fr', 'domain' => 'example.com', '_query' => [ 'siteCode' => 'us', ] ]); ``` Commits ------- e3513bdf48c Allow query-specific parameters in URL generator using `_query`
Configuration menu - View commit details
-
Copy full SHA for c2f1999 - Browse repository at this point
Copy the full SHA c2f1999View commit details
Commits on Jun 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1366ed8 - Browse repository at this point
Copy the full SHA 1366ed8View commit details
Commits on Jul 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2a7b477 - Browse repository at this point
Copy the full SHA 2a7b477View commit details
Commits on Jul 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 74f73c5 - Browse repository at this point
Copy the full SHA 74f73c5View commit details -
* 7.3: [DoctrineBridge] Prevent idle connection listener from running on subrequests [Routing] Add test to validate that default value is allowed to not match requirement fix handling required options Fix @var phpdoc [Lock] [MongoDB] Enforce readPreference=primary and writeConcern=majority [FrameworkBundle] fix phpdoc in `MicroKernelTrait` Fixed validator translations for Albanian
Configuration menu - View commit details
-
Copy full SHA for a610721 - Browse repository at this point
Copy the full SHA a610721View commit details
Commits on Jul 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for aff4fac - Browse repository at this point
Copy the full SHA aff4facView commit details
Commits on Jul 31, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8bd9f39 - Browse repository at this point
Copy the full SHA 8bd9f39View commit details
Commits on Aug 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 22b0f6b - Browse repository at this point
Copy the full SHA 22b0f6bView commit details
Commits on Aug 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ae70338 - Browse repository at this point
Copy the full SHA ae70338View commit details
Commits on Aug 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9adbd24 - Browse repository at this point
Copy the full SHA 9adbd24View commit details -
minor #61373 chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 …
…(keradus) This PR was merged into the 7.4 branch. Discussion ---------- chore: PHP CS Fixer - heredoc indentation as of PHP 7.3 | Q | A | ------------- | --- | Branch? | 7.4 | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix CS <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT inspired by symfony/symfony@06e22b0#r2265021821 [Possible since PHP 7.3](https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc) with love by [PHP Coding Standards Fixer](https://cs.symfony.com/) Commits ------- 4a25a6a5785 chore: heredoc indentation as of PHP 7.3
Configuration menu - View commit details
-
Copy full SHA for f900a79 - Browse repository at this point
Copy the full SHA f900a79View commit details
Commits on Aug 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1b8f64b - Browse repository at this point
Copy the full SHA 1b8f64bView commit details
Loading
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.3...7.4