==== laravel/framework v10.16.0 https://github.com/laravel/framework/releases/tag/v10.16.0 * [10.x] `schedule:list`コマンドでサブミニットタスクの表示を改善しました。 by @jessarcher in https://github.com/laravel/framework/pull/47720 * [10.x] 新しいSQLエラーメッセージ「接続先のマシンがアクティブに拒否されたため、接続できませんでした」を追加しました。 by @magnusvin in https://github.com/laravel/framework/pull/47718 * [10.x] HttpRequestTestの日付比較で秒を無視するようにしました。 by @kylekatarnls in https://github.com/laravel/framework/pull/47719 * [10.x] `assertHasSubject`で`renderForAssertions`を呼び出すようにしました。 by @ttrig in https://github.com/laravel/framework/pull/47728 * [10.x] Symfonyにpcntlシグナルをキャッチさせたくないです。 by @ChristopheBorcard in https://github.com/laravel/framework/pull/47725 * [10.x] コマンドミューテックスにアトミックロックを使用するように改善しました。 by @Gaitholabi in https://github.com/laravel/framework/pull/47624 * [10.x] Model::getConnectionResolver()の型ヒントを改善しました。 by @LukeTowers in https://github.com/laravel/framework/pull/47749 * [10.x] ThrottleRequestsWithRedisにgetRedisConnectionを追加しました。 by @snmatsui in https://github.com/laravel/framework/pull/47742 * [10.x] Volt用に調整しました。 by @nunomaduro in https://github.com/laravel/framework/pull/47757 * [10.x] SQL Serverのページングの問題を修正しました。 by @joelharkes in https://github.com/laravel/framework/pull/47763 * [10.x] データのタイプのタイポを修正しました。 by @hungthai1401 in https://github.com/laravel/framework/pull/47775 * [10.x] `schedule:list`コマンドのテストが不足していたため、追加しました。 by @xiCO2k in https://github.com/laravel/framework/pull/47787 * [10.x] `Str::replace`の戻り値の型を修正しました。 by @datlechin in https://github.com/laravel/framework/pull/47779 * [10.x] Collection::except()にnullを指定するとすべてが返されるようにしました。 by @pniaps in https://github.com/laravel/framework/pull/47821 * [10.x] 間違った戻り値の型の問題#47727を修正しました。 by @renky in https://github.com/laravel/framework/pull/47820 * [10.x] `VendorPublishCommand`で未使用の変数を削除しました。 by @hungthai1401 in https://github.com/laravel/framework/pull/47817 * [10.x] `MigrateCommand`で未使用の変数を削除しました。 by @sangnguyenplus in https://github.com/laravel/framework/pull/47816 * [10.x] SQL Serverの修正を元に戻しました。 by @dunhamjared in https://github.com/laravel/framework/pull/47792 * [10.x] MailablesのメッセージID、参照、カスタムヘッダーのテストを追加しました。 by @alexbowers in https://github.com/laravel/framework/pull/47791 * [10.x] CollectionのgroupByメソッドで`BackedEnum`をサポートするようにしました。 by @osbre in https://github.com/laravel/framework/pull/47823 * [10.x] スコープドライバーのインラインディスクをサポートするようにしました。 by @alexbowers in #laravel