5.14.0
Features
- Improve default slug generation for Crons #2168
- Change release name generator to use full SHA commit hash and align with
sentry-cliand other Sentry SDKs #2174 - Automatic Crons support for scheduling gems
-
Add support for
sidekiq-cron#2170You can opt in to the
sidekiq-cronpatch and we will automatically monitor check-ins for all jobs listed in yourconfig/schedule.ymlfile.config.enabled_patches += [:sidekiq_cron]
-
Add support for
sidekiq-scheduler#2172You can opt in to the
sidekiq-schedulerpatch and we will automatically monitor check-ins for all repeating jobs (i.e.cron,every, andinterval) specified in the config.config.enabled_patches += [:sidekiq_scheduler]
-
Bug Fixes
- Fixed a deprecation in
sidekiq-rubyerror handler #2160 - Avoid invoking ActiveSupport::BroadcastLogger if not defined #2169
- Respect custom
Delayed::Job.max_attemptsif it's defined #2176 - Fixed a bug where
Net::HTTPinstrumentation won't work for some IPv6 addresses #2180 - Allow non-string error message to be reported to sentry (#2137)