Changelog for
ruby3.2-rubygem-sidekiq-cron-1.12.0-1.10.i586.rpm :
* Mon Jan 29 2024 Dan Čermák
- ## 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 2023 Dan Čermák - New upstream release 1.11.0, see bundled CHANGELOG.md
* Fri Nov 03 2023 Dan Čermák - ## 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 07 2022 Stephan Kulow 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 2022 Stephan Kulow 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 04 2022 Stephan Kulow updated to version 1.7.0 Changes.md removed upstream
* Thu Apr 28 2022 Stephan Kulow 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 07 2020 Stephan Kulow - 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 02 2019 Stephan Kulow - updated to version 1.1.0 see installed Changes.md
* Wed Sep 05 2018 cooloAATTsuse.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)