v10.27.0
版本发布时间: 2023-10-10 23:24:20
laravel/framework最新发布版本:v11.22.0(2024-09-03 23:28:13)
- [10.x] Store blocks after prepare strings by @nunomaduro in https://github.com/laravel/framework/pull/48641
- [10.x] throw TransportException instead of Exception in SES mail drivers by @bchalier in https://github.com/laravel/framework/pull/48645
- [10.x] Fix
Model::replicate()
when using unique keys by @axlon in https://github.com/laravel/framework/pull/48636 - [10.x] Don't crash if replacement cannot be represented as a string by @GrahamCampbell in https://github.com/laravel/framework/pull/48530
- [10.x] Extended
pluck()
testcases by @bert-w in https://github.com/laravel/framework/pull/48657 - [10.x] Fixes
GeneratorCommand
not able to prevent uppercase reserved name such as__CLASS__
by @crynobone in https://github.com/laravel/framework/pull/48667 - [10.x] Fix timing sensitive flaky test by @KentarouTakeda in https://github.com/laravel/framework/pull/48664
- [10.x] Fixed implementation related to
afterCommit
on Postgres and MSSQL database drivers by @SakiTakamachi in https://github.com/laravel/framework/pull/48662 - [10.x] Implement chunkById in descending order by @cristiancalara in https://github.com/laravel/framework/pull/48666