Rails 8.0.3 (September 22, 2025)¶ ↑
-
Include the actual Active Job locale when serializing rather than I18n locale.
Adrien S
-
Fix
retry_jobinstrumentation when using:testadapter for Active Job.fatkodima
Rails 8.0.2.1 (August 13, 2025)¶ ↑
-
No changes.
Rails 8.0.2 (March 12, 2025)¶ ↑
-
No changes.
Rails 8.0.1 (December 13, 2024)¶ ↑
-
Avoid crashing in Active Job logger when logging enqueueing errors
ActiveJob.perform_all_latercould fail with aTypeErrorwhen all provided jobs failed to be enqueueed.Efstathios Stivaros
Rails 8.0.0.1 (December 10, 2024)¶ ↑
-
No changes.
Rails 8.0.0 (November 07, 2024)¶ ↑
-
No changes.
Rails 8.0.0.rc2 (October 30, 2024)¶ ↑
-
No changes.
Rails 8.0.0.rc1 (October 19, 2024)¶ ↑
-
Remove deprecated
config.active_job.use_big_decimal_serializer.Rafael Mendonça França
Rails 8.0.0.beta1 (September 26, 2024)¶ ↑
-
Deprecate
sucker_punchas an adapter option.If you're using this adapter, change to
adapter: asyncfor the same functionality.Dino Maric, zzak
-
Use
RAILS_MAX_THREADSinActiveJob::AsyncAdapter. If it is not set, use 5 as default.heka1024
Please check 7-2-stable for previous changes.