v3.16.0
Review the Changelog for more details.
What's Changed
- Added metrics to Scheduler and track in Process state by @AndersGM in #984
- Create
error_event
column to track the context of an error (discarded, retried, retry_stopped, etc) by @bensheldon in #995 - Add
GoodJob.configure_active_record
as alternative toGoodJob.active_record_parent_class
by @bensheldon in #1004 - Configure
dashboard_default_locale
using custom subclass ofI18n::Config
to isolate I18n configuration from parent application by @bensheldon in #1001 - Fix Ukrainian language code by @bensheldon in #996
- Add note in migrations that
pgcrypto
extension isn't necessary in PG 13+ by @bensheldon in #837 - Add Sorbet to linter by @sam1el in #760
New Contributors
- @AndersGM made their first contribution in #984
- @sam1el made their first contribution in #760
- @dixpac made their first contribution in #1003
Full Changelog: v3.15.14...v3.16.0