2025/04/08分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Encryption: allow turning on support_unencrypted_data
at a per-attribute level (#51100)
activerecord/lib/active_record/encryption/encrypted_attribute_type.rb
の修正です。
Active Record Encryptionで暗号化されていないデータも扱えるようにするためのsupport_unencrypted_data
オプションについて、globalでfalseにしている場合に、attribute毎にtrueに設定を変更出来るよう修正しています。