File rubygem-sidekiq-cron.changes of Package rubygem-sidekiq-cron
-------------------------------------------------------------------
Mon Jan 29 14:35:36 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.12.0
- Remove Sidekiq.server? check from schedule loader (https://github.com/sidekiq-cron/sidekiq-cron/pull/436)
- Parse arguments on `args=` method (https://github.com/sidekiq-cron/sidekiq-cron/pull/442)
- Only check out a Redis connection if necessary (https://github.com/sidekiq-cron/sidekiq-cron/pull/438)
-------------------------------------------------------------------
Tue Nov 14 15:37:50 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.11.0, see bundled CHANGELOG.md
-------------------------------------------------------------------
Fri Nov 3 07:58:28 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 1.10.1
- use `hset` instead of deprecated `hmset` (https://github.com/sidekiq-cron/sidekiq-cron/pull/410)
## 1.10.0
- Remove EOL Ruby 2.6 support (https://github.com/sidekiq-cron/sidekiq-cron/pull/399)
- Add a logo for the project! (https://github.com/sidekiq-cron/sidekiq-cron/pull/402)
- Added support for ActiveRecord serialize/deserialize using GlobalID (https://github.com/sidekiq-cron/sidekiq-cron/pull/395)
- Allow for keyword args (`embedded: true`) in Poller (https://github.com/sidekiq-cron/sidekiq-cron/pull/398)
- Make last_enqueue_time be always an instance of Time (https://github.com/sidekiq-cron/sidekiq-cron/pull/354)
- Fix argument error problem update from 1.6.0 to newer (https://github.com/sidekiq-cron/sidekiq-cron/pull/392)
- Clear old jobs while loading the jobs from schedule via the schedule loader (https://github.com/sidekiq-cron/sidekiq-cron/pull/405)
## 1.9.1
- Always enqueue via Active Job interface when defined in cron job config (https://github.com/sidekiq-cron/sidekiq-cron/pull/381)
- Fix schedule.yml YAML load errors on Ruby 3.1 (https://github.com/sidekiq-cron/sidekiq-cron/pull/386)
- Require Fugit v1.8 to refactor internals (https://github.com/sidekiq-cron/sidekiq-cron/pull/385)
-------------------------------------------------------------------
Wed Dec 7 11:35:53 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.9.0
see installed CHANGELOG.md
## 1.9.0
- Sidekiq v7 support (https://github.com/sidekiq-cron/sidekiq-cron/pull/369)
- Add support for ERB templates in the auto schedule loader (https://github.com/sidekiq-cron/sidekiq-cron/pull/373)
-------------------------------------------------------------------
Mon Oct 10 13:22:40 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.8.0
see installed CHANGELOG.md
## 1.8.0
- 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)
-------------------------------------------------------------------
Thu Aug 4 13:29:33 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.7.0
Changes.md removed upstream
-------------------------------------------------------------------
Thu Apr 28 05:50:40 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.3.0
see installed Changes.md
v 1.3.0
-------
- add confirmation dialog when enquing jobs from UI
- start to support Sidekiq `average_scheduled_poll_interval` option (replaced `poll_interval`)
- enable to use latest fugit to parse cron notation alowing use of natural language (ie `"every 30 minutes"`)
- 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
-------------------------------------------------------------------
Thu May 7 21:30:53 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.2.0
see installed Changes.md
v 1.2.0
-------
- updated readme
- fix problem with Sidekiq::Launcher and requiring it when not needed
- better patching of Sidekiq::Launcher
- fixed Dockerfile
v 1.1.0
-------
- 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 place `Time.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
-------------------------------------------------------------------
Sat Mar 2 15:38:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.1.0
see installed Changes.md
-------------------------------------------------------------------
Wed Sep 5 10:42:39 UTC 2018 - coolo@suse.com
- updated to version 1.0.4
see installed Changes.md
v 1.0.4
-------
- fix problem with upgrading to 1.0.x - parsing last enqued time didn't count with old time format stored in redis
v 1.0.0
-------
- use [fugit](https://github.com/floraison/fugit) instead of [rufus-scheduler](https://github.com/jmettraux/rufus-scheduler) - API of cron didn't change (rufus scheduler is using fugit)
- better working with Timezones
- translations for JA, zh-CN
- cron without timezone are considered as UTC, to add Timezone to cron use format `* * * * * Europe/Berlin`
- be aware that this release can change when your jobs are enqueued (for me it didn't change but it is in one project, in other it can shift by different timezone setup)
-------------------------------------------------------------------
Mon Jul 9 09:16:14 UTC 2018 - factory-auto@kulow.org
- updated to version 1.0.0
see installed Changes.md
-------------------------------------------------------------------
Thu Aug 3 19:42:20 UTC 2017 - coolo@suse.com
- updated to version 0.6.3
see installed Changes.md
v 0.6.0
-------
- set poller to check jobs every 30s by default (possible to override by `Sidekiq.options[:poll_interval] = 10`)
- add group actions (enqueue, enable, disable, delete) all in web view
- fix poller to enqueu all jobs in poll start time
- add performance test for enqueue of jobs (10 000 jobs in less than 19s)
- fix problem with default queue
- remove redis-namespace from dependencies
- update ruby versions in travis
v 0.5.0
-------
- add docker support
- all crons are now evaluated in UTC
- fix rufus scheduler & timezones problems
- add support for sidekiq 4.2.1
- fix readme
- add Russian locale
- user Rack.env in tests
- faster enque of jobs
- permit to use ActiveJob::Base.queue_name_delimiter
- fix problem with multiple times enque #84
- fix problem with enque of unknown class
-------------------------------------------------------------------
Tue May 23 10:21:15 UTC 2017 - coolo@suse.com
- updated to version 0.6.0
see installed Changes.md
-------------------------------------------------------------------
Fri Apr 14 04:36:32 UTC 2017 - coolo@suse.com
- updated to version 0.5.1
see installed Changes.md
-------------------------------------------------------------------
Fri Dec 9 05:47:05 UTC 2016 - coolo@suse.com
- updated to version 0.4.5
see installed Changes.md
-------------------------------------------------------------------
Sun Nov 27 05:48:31 UTC 2016 - coolo@suse.com
- updated to version 0.4.4
see installed Changes.md
v 0.4.0
-------
- enable to work with sidekiq >= 4.0.0
- fix readme
-------------------------------------------------------------------
Wed Nov 16 11:03:20 UTC 2016 - tampakrap@opensuse.org
- Initial commit