2025/12/09分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
activejob/lib/active_job/instrumentation.rbの修正です。
uninitialized instance variableのwarningを避ける為のdefined?のチェックを削除しています。現在サポートしているRubyではこのwarningはもう出ない為。
Merge pull request #56019 from Shopify/ac-structured-events-open-redirects
actionpack/lib/action_controller/structured_event_subscriber.rbの修正です。
config.action_controller.action_on_open_redirectが:notifyの場合に、open redirectに関するstructured eventをemitするよう修正しています。
Merge pull request #56318 from p8/activestorage/silence-deprecations
activestorage/test/test_helper.rbの修正です。
preprocessed optionに関するdeprecatedメッセージがテスト実行時に出力されないよう修正しています。