-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Comparing changes
Open a pull request
base repository: laravel/framework
base: v10.38.2
head repository: laravel/framework
compare: v10.39.0
- 15 commits
- 18 files changed
- 14 contributors
Commits on Oct 3, 2023
-
Support for phpredis 6.0.0 (#48362) (#48380)
Co-authored-by: Steff Missot <smissot@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4689321 - Browse repository at this point
Copy the full SHA 4689321View commit details -
Configuration menu - View commit details
-
Copy full SHA for 850d3c3 - Browse repository at this point
Copy the full SHA 850d3c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 082345d - Browse repository at this point
Copy the full SHA 082345dView commit details
Commits on Dec 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f510d4b - Browse repository at this point
Copy the full SHA f510d4bView commit details -
[10.x] Dynamic
maxTries
for queued jobs (#49473)* Added new method getJobTries to Queue.php to allow dynamic retry attempts on a job level * formatting --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for f331b5c - Browse repository at this point
Copy the full SHA f331b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74441ad - Browse repository at this point
Copy the full SHA 74441adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c53284 - Browse repository at this point
Copy the full SHA 6c53284View commit details
Commits on Dec 23, 2023
-
[10.x] Avoid TypeError when using json validation rule when PHP < 8.3 (…
…#49474) * test: validateJson should return false when value is null Fails with Laravel Framework 10.38.2 in PHP < 8.3, introduced in #49413 * fix: validateJson should return false when value is null Return false when $value is null. Avoid TypeError: json_validate(): Argument #1 ($json) must be of type string, null given, when using symfony/polyfill-php83 in PHP < 8.3. Avoid deprecation warning: json_validate(): Passing null to parameter #1 ($json) of type string is deprecated, when using PHP 8.3. --------- Co-authored-by: Rogelio Jacinto <rogelio@elabmexico.com>
Configuration menu - View commit details
-
Copy full SHA for 8837c1f - Browse repository at this point
Copy the full SHA 8837c1fView commit details -
[10.x] Fix use statement compilation in Blade templates (#49479)
* Fix use statement compilation in Blade templates * added one more failing test * fix * fix typo
Configuration menu - View commit details
-
Copy full SHA for 90ed27d - Browse repository at this point
Copy the full SHA 90ed27dView commit details -
[10.x] Allow testing prompts validation (#49447)
* [10.x] Allow testing prompts validation * [10.x] Move test * [10.x] Throw exception when testing prompt validation * Update ConfiguresPrompts.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for a77d6b6 - Browse repository at this point
Copy the full SHA a77d6b6View commit details -
[10.x] Add 'Roundrobin' Symfony mailer transport driver (#49435)
* add roundrobin symfony mailer transport driver * add test for roundrobin transport driver * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> * wip Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> --------- Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com> Co-authored-by: Mior Muhammad Zaki <crynobone@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6e056 - Browse repository at this point
Copy the full SHA 8e6e056View commit details
Commits on Dec 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc2e925 - Browse repository at this point
Copy the full SHA dc2e925View commit details -
Configuration menu - View commit details
-
Copy full SHA for 791d44c - Browse repository at this point
Copy the full SHA 791d44cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b184c5e - Browse repository at this point
Copy the full SHA b184c5eView commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 114926b - Browse repository at this point
Copy the full SHA 114926bView commit details
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 v10.38.2...v10.39.0