All Versions
23
Latest Version
Avg Release Cycle
108 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.8.0 Changes
- ๐ Fix deprecation warnings with redis-rb v4.8.0 (https://github.com/ondrejbartas/sidekiq-cron/pull/356)
- ๐ Fix poller affecting Sidekiq scheduled set poller (https://github.com/ondrejbartas/sidekiq-cron/pull/359)
- ๐ Fix default polling interval (https://github.com/ondrejbartas/sidekiq-cron/pull/362)
- โ Add italian locale (https://github.com/ondrejbartas/sidekiq-cron/pull/367)
- ๐ Allow disabling of cron polling (https://github.com/ondrejbartas/sidekiq-cron/pull/368)
-
v1.7.0 Changes
- Enable to use cron notation in natural language (ie
every 30 minutes
) (https://github.com/ondrejbartas/sidekiq-cron/pull/312) - Fix
date_as_argument
feature to add timestamp argument at every cron job execution (https://github.com/ondrejbartas/sidekiq-cron/pull/329) - Introduce
Sidekiq::Options
to centralize reading/writing options from different Sidekiq versions (https://github.com/ondrejbartas/sidekiq-cron/pull/341) - โฑ Make auto schedule loading compatible with Array format (https://github.com/ondrejbartas/sidekiq-cron/pull/345)
- Enable to use cron notation in natural language (ie
-
v1.6.0 Changes
- โ Adds support for auto-loading the
config/schedule.yml
file (https://github.com/ondrejbartas/sidekiq-cron/pull/337) - ๐ Fix
Sidekiq.options
deprecation warning (https://github.com/ondrejbartas/sidekiq-cron/pull/338)
- โ Adds support for auto-loading the
-
v1.5.1 Changes
- ๐ Fixes an issue that prevented the gem to work in previous Sidekiq versions (https://github.com/ondrejbartas/sidekiq-cron/pull/335)
-
v1.5.0 Changes
- โ Integrate Sidekiq v6.5 breaking changes (https://github.com/ondrejbartas/sidekiq-cron/pull/331)
- โ Add portuguese translations (https://github.com/ondrejbartas/sidekiq-cron/pull/332)
-
v1.4.0 Changes
- ๐ Fix buttons order in job show view (https://github.com/ondrejbartas/sidekiq-cron/pull/302)
- ๐ป Dark Mode support in UI (https://github.com/ondrejbartas/sidekiq-cron/pull/317/282)
- โ Remove invocation of deprecated Redis functionality (https://github.com/ondrejbartas/sidekiq-cron/pull/318)
- Internal code cleanup (https://github.com/ondrejbartas/sidekiq-cron/pull/317)
- โก๏ธ Optimize gem size (https://github.com/ondrejbartas/sidekiq-cron/pull/322)
- ๐ Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ (https://github.com/ondrejbartas/sidekiq-cron/pull/321)
- ๐ Documentation updates
-
v1.3.0 Changes
- โ Add confirmation dialog when enquing jobs from UI
- โฑ Start to support Sidekiq
average_scheduled_poll_interval
option (replacedpoll_interval
) - ๐ Fix deprecation warning for Redis 4.6.x
- ๐ Fix different response from Redis#exists in different Redis versions
- All PRs:
- https://github.com/ondrejbartas/sidekiq-cron/pull/275
- https://github.com/ondrejbartas/sidekiq-cron/pull/287
- https://github.com/ondrejbartas/sidekiq-cron/pull/309
- https://github.com/ondrejbartas/sidekiq-cron/pull/299
- https://github.com/ondrejbartas/sidekiq-cron/pull/314
- https://github.com/ondrejbartas/sidekiq-cron/pull/288
-
v1.2.0 Changes
April 03, 2020- โก๏ธ Updated readme
- ๐ Fix problem with Sidekiq::Launcher and requiring it when not needed
- ๐ Better patching of Sidekiq::Launcher
- ๐ Fixed Dockerfile
-
v1.1.0 Changes
January 16, 2019- โก๏ธ Updated readme
- ๐ Fix unit tests - changed argument error when getting invalid cron format
- ๐ท When fallbacking old job enqueued time use
Time.parse
without format (so ruby can decide best method to parse it) - Add option
date_as_argument
which will add to your job arguments on last placeTime.now.to_f
when it was eneuqued - โ Add option
description
which will allow you to add notes to your jobs so in web view you can see it - ๐ Fixed translations
-
v1.0.4 Changes
August 15, 2018- ๐ Fix problem with upgrading to 1.0.x - parsing last enqued time didn't count with old time format stored in Redis