laravel/framework v11.1.1
https://github.com/laravel/framework/releases/tag/v11.1.1
Laravelの最新リリースノートの要約は以下の通りです。
- ドキュメントブロック内の`@param`を更新する修正が行われました(https://github.com/laravel/framework/pull/50791)。
- クエリビルダーの`whereBetween`がCarbonPeriodとCarbon 3で機能するように修正されました(https://github.com/laravel/framework/pull/50792)。
- Artisanコマンドで出力がないことをアサートする機能が追加されました(https://github.com/laravel/framework/pull/50702)。
- タイポの修正が行われました(https://github.com/laravel/framework/pull/50808)。
- `DB::usingConnection()`が読み書きのタイプを尊重するように修正されました(https://github.com/laravel/framework/pull/50806)。
- Carbon 3.2によって引き起こされる非推奨警告の修正が行われました(https://github.com/laravel/framework/pull/50813)。
#laravel