==== laravel/framework v10.30.0 https://github.com/laravel/framework/releases/tag/v10.30.0 * [10.x] テストの改善 by @crynobone in https://github.com/laravel/framework/pull/48815 * [10.x] ハッシュ設定の検証 by @timacdonald in https://github.com/laravel/framework/pull/48814 * [10.x] LumenのArrayCache内でnow関数を使用する問題を修正 by @cxlblm in https://github.com/laravel/framework/pull/48826 * [10.x] 解決後にサービスプロバイダーをマッチさせる by @timacdonald in https://github.com/laravel/framework/pull/48824 * [10.x] PSRリクエストを登録する際の型エラーを修正 by @kpicaza in https://github.com/laravel/framework/pull/48823 * [10.x] デフォルトのセッションブロックタイムアウトを設定できるようにする by @bytestream in https://github.com/laravel/framework/pull/48795 * [10.x] `artisan migrate --pretend`コマンドの改善 🚀 by @NickSdot in https://github.com/laravel/framework/pull/48768 * [10.x] ネイティブカラムの属性を取得するサポートを追加 by @hafezdivandari in https://github.com/laravel/framework/pull/48357 * fix(Eloquent/Builder): パススルーのベースオブジェクトでメソッドを呼び出す際は大文字小文字を区別しないようにする by @luka-papez in https://github.com/laravel/framework/pull/48852 * [10.x] `QueriesRelationships@getRelationHashedColumn()`の型ヒントを修正 by @cosmastech in https://github.com/laravel/framework/pull/48847 * [10.x] 例外時にジョブを記憶するようにする by @timacdonald in https://github.com/laravel/framework/pull/48830 * callableをthrowUnlessStatusメソッドに渡した際に常に例外をスローするバグを修正 [テストを含む] by @mhfereydouni in https://github.com/laravel/framework/pull/48844 * [10.x] DBトランザクションの結果に基づいてイベントをディスパッチするようにする by @mateusjatenee in https://github.com/laravel/framework/pull/48705 * [10.x] ShouldDispatchAfterCommitEventTestオブジェクトのプロパティをリセットする by @mateusjatenee in https://github.com/laravel/framework/pull/48858 * [10.x] データベース接続の配列をエスケープしようとした際に例外をスローするようにする by @sidneyprins in https://github.com/laravel/framework/pull/48836 * [10.x] HTTPファサードのクエリパラメーターとボディでStringableオブジェクトが文字列に変換されないバグを修正 by @LasseRafn in https://github.com/laravel/framework/pull/48849 #laravel