==== laravel/framework v10.12.0 https://github.com/laravel/framework/releases/tag/v10.12.0 ### 追加された機能 - `Illuminate/Queue/Events/JobTimedOut.php` が追加されました。([#47068](https://github.com/laravel/framework/pull/47068)) - `Illuminate/Support/Sleep` に `when()` メソッドと `unless()` メソッドが追加されました。([#47114](https://github.com/laravel/framework/pull/47114)) - Markdown メールにインライン添付ファイルをサポートする機能が追加されました。([#47140](https://github.com/laravel/framework/pull/47140)) - `Illuminate/Testing/Concerns/AssertsStatusCodes::assertMethodNotAllowed()` が追加されました。([#47169](https://github.com/laravel/framework/pull/47169)) - `forceCreateQuietly` メソッドが追加されました。([#47162](https://github.com/laravel/framework/pull/47162)) - タイムゾーンのバリデーションルールにパラメータが追加されました。([#47171](https://github.com/laravel/framework/pull/47171)) ### 修正された問題 - シングルトンと API シングルトンの creatable|destryoable|only|except の組み合わせが修正されました。([#47098](https://github.com/laravel/framework/pull/47098)) - DynamoDBClient に空のキーまたはシークレットを使用しないように修正されました。([#47144](https://github.com/laravel/framework/pull/47144)) ### 変更された内容 - 認証可能なものの削除時にセッションを削除するように変更されました。([#47141](https://github.com/laravel/framework/pull/47141)) - `Illuminate/Database/Schema/Builder::withoutForeignKeyConstraints()` で外部キー制約の再有効化とエラーハンドリングが追加されました。([#47182](https://github.com/laravel/framework/pull/47182)) ### リファクタリング - 不要な else 文が削除されました。([#47161](https://github.com/laravel/framework/pull/47161)) #laravel