==== laravel/framework v10.10.0 https://github.com/laravel/framework/releases/tag/v10.10.0 ### 追加された機能 - `Illuminate/Console/Command` に `$isolated` と `isolatedExitCode` プロパティを追加しました。([#46925](https://github.com/laravel/framework/pull/46925)) - グローバルスコープを復元/設定する機能を追加しました。([#46922](https://github.com/laravel/framework/pull/46922)) - `Illuminate/Collections/Arr::sortRecursiveDesc()` を追加しました。([#46945](https://github.com/laravel/framework/pull/46945)) - `Illuminate/Support/Sleep` を追加しました。([#46904](https://github.com/laravel/framework/pull/46904), [#46963](https://github.com/laravel/framework/pull/46963)) - `Illuminate/Database/Eloquent/Concerns/HasAttributes::castAttributeAsHashedString()` を追加しました。([#46947]https://github.com/laravel/framework/pull/46947) - メール設定に URL サポートを追加しました。([#46964](https://github.com/laravel/framework/pull/46964)) ### 修正された問題 - `missing_unless` の置換が修正されました。([89ac58a](https://github.com/laravel/framework/commit/89ac58aa9b4fb7ef9f3b2290921488da1454ed30)) - `e()` 内で無効なコードポイントを優雅に処理するように修正されました。([#46914](https://github.com/laravel/framework/pull/46914)) - `HasCasts` が `false` を返す代わりに `true` を返すように修正されました。([#46992](https://github.com/laravel/framework/pull/46992)) ### 変更された内容 - 画像の寸法を検証するために UploadedFile のメソッドを使用するように変更されました。([#46912](https://github.com/laravel/framework/pull/46912)) - `Js::json()` ヘルパーを公開するように変更されました。([#46935](https://github.com/laravel/framework/pull/46935)) - ミドルウェアの優先度に親を尊重するように変更されました。([#46972](https://github.com/laravel/framework/pull/46972)) - Redis が接続を失った場合に再接続するように変更されました。([#46989](https://github.com/laravel/framework/pull/46989)) - ジョブがタイムアウトした場合に `maxAttemptsExceededException` ではなく `timeoutException` をスローするように変更されました。([#46968](https://github.com/laravel/framework/pull/46968)) #laravel