laravel/framework v10.14.0
https://github.com/laravel/framework/releases/tag/v10.14.0
以下は、Laravelのリリースノートの日本語訳です。
* [10.x] `RedirectResponse`の`withCookies`メソッドに対するテストを追加しました。by @milwad-dev in https://github.com/laravel/framework/pull/47383
* [10.x] PDO Dete...に"SSL: Handshake timed out"エラーメッセージの処理を追加しました。by @yehorherasymchuk in https://github.com/laravel/framework/pull/47392
* [10.x] 接続の切断を検出するための新しいエラーメッセージを追加しました。by @mfn in https://github.com/laravel/framework/pull/47398
* [10.x] Middlewareの`except`メソッドのphpdocを更新しました。by @milwad-dev in https://github.com/laravel/framework/pull/47408
* [10.x] `$passwordTimeoutSeconds`の型ヒントが一貫していない問題を修正しました。by @devfrey in https://github.com/laravel/framework/pull/47414
* `FileStore.php`の`path`メソッドの可視性を変更しました。by @foremtehan in https://github.com/laravel/framework/pull/47413
* [10.x] `buildException`メソッドの戻り値の型を修正しました。by @milwad-dev in https://github.com/laravel/framework/pull/47422
* [10.x] `NotificationSent`のシリアル化を許可しました。by @cosmastech in https://github.com/laravel/framework/pull/47375
* [10.x] `PredisConnector`と`PhpRedisConnector`のコメントが間違っている問題を修正しました。by @hungthai1401 in https://github.com/laravel/framework/pull/47438
* [10.x] `Gate@inspect()`内で拒否のためのカスタムレスポンスを設定できるようにしました。by @cosmastech in https://github.com/laravel/framework/pull/47436
* [10.x] `addSingletonUpdate`内の不要なパラメータを削除しました。by @milwad-dev in https://github.com/laravel/framework/pull/47446
* [10.x] `prefixedResource`と`prefixedResource`の戻り値の型を修正しました。by @milwad-dev in https://github.com/laravel/framework/pull/47445
* [10.x] `Factory::getNamespace()`を追加しました。by @tylernathanreed in https://github.com/laravel/framework/pull/47463
* [10.x] `ConditionallyLoadsAttributes`トレイトに`whenAggregated`メソッドを追加しました。by @akr4m in https://github.com/laravel/framework/pull/47417
* [10.x] `PendingRequest`に`withHeader()`メソッドを追加しました。by @ralphjsmit in https://github.com/laravel/framework/pull/47474
* [10.x] `DumpCommand`の`$exceptTables`をテーブル名の配列を許可するように修正しました。by @cwilby in https://github.com/laravel/framework/pull/47477
* [10.x] `HasManyThrough`リレーションの`eachById`を修正しました。by @cristiancalara in https://github.com/laravel/framework/pull/47479
* [10.x] カスタムクラスキャスターのオブジェクトキャッシュを無効にすることができるようにしました。by @CalebDW in https://github.com/laravel/framework/pull/47423
* [10.x] "Can"バリデーションルールを追加しました。by @stevebauman in https://github.com/laravel/framework/pull/47371
* [10.x] `Parser.php`の余分な"else"ス
#laravel