2025/01/25分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Fix active record instrumentation not thread safe:
activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
、
activerecord/lib/active_record/future_result.rb
の修正です。
async queriesを使用しているときに、特定の条件下でSQL notificationsが正しく送信されないバグがあったのを修正しています。
Add names to all Concurrent::ThreadPoolExecutor
s
Concurrent::ThreadPoolExecutor
のインスタンスを生成する際に、必ずname
引数を指定するよう修正しています。デバッグの際にスレッドの用途をわかりやすくする為。