v10.16.0
版本发布时间: 2023-07-25 22:40:05
laravel/framework最新发布版本:v11.22.0(2024-09-03 23:28:13)
- [10.x] Improve display of sub-minute tasks in
schedule:list
command. by @jessarcher in https://github.com/laravel/framework/pull/47720 - [10.x] Add new SQL error message "No connection could be made because the target machine actively refused it" by @magnusvin in https://github.com/laravel/framework/pull/47718
- [10.x] Ignore second in HttpRequestTest date comparison by @kylekatarnls in https://github.com/laravel/framework/pull/47719
- [10.x] Call
renderForAssertions
inassertHasSubject
by @ttrig in https://github.com/laravel/framework/pull/47728 - [10.x] We dont want Symfony to catch pcntl signal by @ChristopheBorcard in https://github.com/laravel/framework/pull/47725
- [10.x] Use atomic locks for command mutex by @Gaitholabi in https://github.com/laravel/framework/pull/47624
- [10.x] Improve typehint for Model::getConnectionResolver() by @LukeTowers in https://github.com/laravel/framework/pull/47749
- [10.x] add getRedisConnection to ThrottleRequestsWithRedis by @snmatsui in https://github.com/laravel/framework/pull/47742
- [10.x] Adjusts for Volt by @nunomaduro in https://github.com/laravel/framework/pull/47757
- [10.x] Fix sql server paging problems by @joelharkes in https://github.com/laravel/framework/pull/47763
- [10.x] Typo type of data by @hungthai1401 in https://github.com/laravel/framework/pull/47775
- [10.x] Add missing tests for the
schedule:list
command. by @xiCO2k in https://github.com/laravel/framework/pull/47787 - [10.x] Fix
Str::replace
return type by @datlechin in https://github.com/laravel/framework/pull/47779 - [10.x] Collection::except() with null returns all by @pniaps in https://github.com/laravel/framework/pull/47821
- [10.x] fix issue #47727 with wrong return type by @renky in https://github.com/laravel/framework/pull/47820
- [10.x] Remove unused variable in
VendorPublishCommand
by @hungthai1401 in https://github.com/laravel/framework/pull/47817 - [10.x] Remove unused variable in
MigrateCommand
by @sangnguyenplus in https://github.com/laravel/framework/pull/47816 - [10.x] Revert 47763 fix sql server by @dunhamjared in https://github.com/laravel/framework/pull/47792
- [10.x] Add test for Message ID, References and Custom Headers for Mailables by @alexbowers in https://github.com/laravel/framework/pull/47791
- [10.x] Add support for
BackedEnum
in CollectiongroupBy
method by @osbre in https://github.com/laravel/framework/pull/47823 - [10.x] Support inline disk for scoped driver by @alexbowers in https://github.com/laravel/framework/pull/47776
- [10.x] Allowing bind of IPv6 addresses in development server by @MuriloChianfa in https://github.com/laravel/framework/pull/47804
- [10.x] Add more info to issue template by @driesvints in https://github.com/laravel/framework/pull/47828