-
-
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/http-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: symfony/http-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 19 commits
- 10 files changed
- 4 contributors
Commits on Nov 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b2134a - Browse repository at this point
Copy the full SHA 0b2134aView commit details
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b432c57 - Browse repository at this point
Copy the full SHA b432c57View commit details -
Configuration menu - View commit details
-
Copy full SHA for a14cb68 - Browse repository at this point
Copy the full SHA a14cb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ba1344 - Browse repository at this point
Copy the full SHA 8ba1344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4567f7f - Browse repository at this point
Copy the full SHA 4567f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3cd18 - Browse repository at this point
Copy the full SHA ae3cd18View commit details
Commits on Dec 4, 2022
-
bug #48346 [HttpKernel] In DateTimeValueResolver, convert previously …
…defined date attribute to the expected class (GromNaN) This PR was merged into the 6.1 branch. Discussion ---------- [HttpKernel] In DateTimeValueResolver, convert previously defined date attribute to the expected class | Q | A | ------------- | --- | Branch? | 6.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix https://github.com/symfony/symfony/pull/48098/files#r1013997729 | License | MIT Convert an instance of `DateTimeInterface` to the expected class if the value was predefined in the request attributes. ```php # in a request listener $request->attributes->set('date', new \DateTimeImmutable()); ``` ```php class MyController { public function index(\DateTime $date) { // Use the $date } } ``` ``` Uncaught TypeError: MyController::index(): Argument #1 ($date) must be of type DateTime, DateTimeImmutable given ``` Commits ------- 22a1567d01 Convert previously defined date attribute to the expected class
Configuration menu - View commit details
-
Copy full SHA for 5594256 - Browse repository at this point
Copy the full SHA 5594256View commit details
Commits on Dec 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4fa5825 - Browse repository at this point
Copy the full SHA 4fa5825View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e524d28 - Browse repository at this point
Copy the full SHA e524d28View commit details
Commits on Dec 14, 2022
-
* 5.4: [Mailer] Include all transports' debug messages in RoundRobin transport exception [FrameworkBundle] fix: fix help message Use relative timestamps [Cache] Fix dealing with ext-redis' multi/exec returning a bool [Messenger][Amqp] Added missing rpc_timeout option [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call [HttpFoundation] Fix dumping array cookies [WebProfilerBundle] Fix dump header not being displayed TraceableHttpClient: increase decorator's priority Use static methods inside data providers [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder bug #48313 [Mime] Fix MessagePart serialization [ErrorHandler][DebugClassLoader] Fix some new return types support Fix getting the name of closures on PHP 8.1.11+ [Translator] Fix typo "internal" / "interval" fix dumping top-level tagged values
Configuration menu - View commit details
-
Copy full SHA for 3283277 - Browse repository at this point
Copy the full SHA 3283277View commit details -
* 6.0: [Mailer] Include all transports' debug messages in RoundRobin transport exception [FrameworkBundle] fix: fix help message Use relative timestamps [Cache] Fix dealing with ext-redis' multi/exec returning a bool [Messenger][Amqp] Added missing rpc_timeout option [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call [HttpFoundation] Fix dumping array cookies [WebProfilerBundle] Fix dump header not being displayed TraceableHttpClient: increase decorator's priority Use static methods inside data providers [FrameworkBundle] Allow configuring `framework.exceptions` with a config builder bug #48313 [Mime] Fix MessagePart serialization [ErrorHandler][DebugClassLoader] Fix some new return types support Fix getting the name of closures on PHP 8.1.11+ [Translator] Fix typo "internal" / "interval" fix dumping top-level tagged values
Configuration menu - View commit details
-
Copy full SHA for 2e5f877 - Browse repository at this point
Copy the full SHA 2e5f877View commit details
Commits on Dec 15, 2022
-
[HttpKernel] AbstractSessionListener should not override the cache li…
…fetime for private responses
Configuration menu - View commit details
-
Copy full SHA for 2a91996 - Browse repository at this point
Copy the full SHA 2a91996View commit details -
* 5.4: [Notifier] composer.json cleanup [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses [DependencyInjection] Shared private services becomes public after a public service is accessed [DI] Fix undefined class in test
Configuration menu - View commit details
-
Copy full SHA for f81630f - Browse repository at this point
Copy the full SHA f81630fView commit details -
* 6.0: [Notifier] composer.json cleanup [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses [DependencyInjection] Shared private services becomes public after a public service is accessed [DI] Fix undefined class in test
Configuration menu - View commit details
-
Copy full SHA for 9fe958a - Browse repository at this point
Copy the full SHA 9fe958aView commit details
Commits on Dec 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5529d29 - Browse repository at this point
Copy the full SHA 5529d29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd5c89 - Browse repository at this point
Copy the full SHA 8bd5c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0af9d - Browse repository at this point
Copy the full SHA 5b0af9dView commit details
Commits on Dec 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c501265 - Browse repository at this point
Copy the full SHA c501265View commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d47bb75 - Browse repository at this point
Copy the full SHA d47bb75View 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 v6.1.8...v6.1.9