-
-
Notifications
You must be signed in to change notification settings - Fork 95
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: v8.0.0-RC2
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: v8.0.0-RC3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 2 contributors
Commits on Nov 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2d502e3 - Browse repository at this point
Copy the full SHA 2d502e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2385f15 - Browse repository at this point
Copy the full SHA 2385f15View commit details -
bug #62461 [Routing] Fix localized prefix updates breaking aliases (y…
…oeunes) This PR was merged into the 6.4 branch. Discussion ---------- [Routing] Fix localized prefix updates breaking aliases | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT When importing routes with a localized prefix, the original route is replaced by localized versions and removed. However, existing aliases pointing to that route remain unchanged, resulting in broken links to a non-existent target. This PR ensures that when a route is localized via prefix, its aliases are also localized accordingly. Commits ------- fb9dcc214ff [Routing] Fix localized prefix updates breaking aliases
Configuration menu - View commit details
-
Copy full SHA for 16519ed - Browse repository at this point
Copy the full SHA 16519edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c11ba9 - Browse repository at this point
Copy the full SHA 6c11ba9View commit details -
bug #62459 [Routing] Fix case sensitivity for static host matching in…
… compiled routes (yoeunes) This PR was merged into the 6.4 branch. Discussion ---------- [Routing] Fix case sensitivity for static host matching in compiled routes | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT `CompiledUrlMatcher` uses string comparison for static hosts, but checks lowercased request host against the original route host. This fails if the route host has uppercase letters (e.g., `'api.example.com' !== 'API.example.com'`), throwing `ResourceNotFoundException`. `UrlMatcher` avoids this via case-insensitive regex. This PR lowercases static hosts in `CompiledUrlMatcherDumper` for consistency. Commits ------- 9c33b1fdb6b [Routing] Fix case sensitivity for static host matching in compiled routes
Configuration menu - View commit details
-
Copy full SHA for 24fb53f - Browse repository at this point
Copy the full SHA 24fb53fView commit details -
* 6.4: [Routing] Fix case sensitivity for static host matching in compiled routes [Routing] Fix localized prefix updates breaking aliases [Routing] Fix addNamePrefix breaking aliases to external routes [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties [AssetMapper] Fix entrypoint status lost during update [Console] Fix completion for global options values
Configuration menu - View commit details
-
Copy full SHA for e416862 - Browse repository at this point
Copy the full SHA e416862View commit details -
* 7.3: [Routing] Fix case sensitivity for static host matching in compiled routes [Routing] Fix localized prefix updates breaking aliases [Routing] Fix addNamePrefix breaking aliases to external routes [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties [AssetMapper] Fix entrypoint status lost during update [Console] Fix completion for global options values
Configuration menu - View commit details
-
Copy full SHA for ea13dce - Browse repository at this point
Copy the full SHA ea13dceView commit details -
* 7.4: [Routing] Fix case sensitivity for static host matching in compiled routes [Routing] Fix localized prefix updates breaking aliases [Routing] Fix addNamePrefix breaking aliases to external routes [Workflow] Fix MethodMarkingStore crash with inherited uninitialized properties [AssetMapper] Fix entrypoint status lost during update [ObjectMapper] map to embedded object with property access [FrameworkBundle] Make `APP_*_DIR` relative to the project directory [Console] Fix completion for global options values
Configuration menu - View commit details
-
Copy full SHA for babf6b9 - Browse repository at this point
Copy the full SHA babf6b9View 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 v8.0.0-RC2...v8.0.0-RC3