Recent Releases of https://github.com/sidekiq-cron/sidekiq-cron
https://github.com/sidekiq-cron/sidekiq-cron - v2.3.1
What's Changed
- Fix some Ruby warnings by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/561
- Fix manually launch enqueue job not working from web ui by @tonyciou in https://github.com/sidekiq-cron/sidekiq-cron/pull/564
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.3.0...v2.3.1
- Ruby
Published by markets 7 months ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.3.0
What's Changed
- Fix deprecation warning for using raw
paramsin WEB extension by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/547 - Allow for sidekiq embedded configuration by @tttffff in https://github.com/sidekiq-cron/sidekiq-cron/pull/549
- Load schedule file within sidekiq callback by @tttffff in https://github.com/sidekiq-cron/sidekiq-cron/pull/550
- Fix missing default namespace if namespaces are explicitly provided by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/551
- Fix test-related RuboCop offenses by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/555
- Rework namespaces feature by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/552
- Update readme to show the correct method name. by @tttffff in https://github.com/sidekiq-cron/sidekiq-cron/pull/558
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.2.0...v2.3.0
- Ruby
Published by markets 10 months ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.2.0
What's Changed
- Add support for Sidekiq v8 by @leoarnold in https://github.com/sidekiq-cron/sidekiq-cron/pull/531
- Always show parsed cron expression in web UI by @krystof-k in https://github.com/sidekiq-cron/sidekiq-cron/pull/535
- Add fallback to
.yamlextension by @krystof-k in https://github.com/sidekiq-cron/sidekiq-cron/pull/534 - Properly support Sidekiq v8 new UI by @eqladios in https://github.com/sidekiq-cron/sidekiq-cron/pull/538
- Refactor constantize helper to use
Object.const_getby @dmeremyanin in https://github.com/sidekiq-cron/sidekiq-cron/pull/541 - Allow testing of schedule by library consumers by @tttffff in https://github.com/sidekiq-cron/sidekiq-cron/pull/543
New Contributors
- @krystof-k made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/535
- @eqladios made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/538
- @dmeremyanin made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/541
- @tttffff made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/543
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.1.0...v2.2.0
- Ruby
Published by markets 12 months ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.1.0
What's Changed
- Unify with the word
cronat Japanese by @kakikubo in https://github.com/sidekiq-cron/sidekiq-cron/pull/520 - Add documentation for renaming Sidekiq::Cron namespaces and managing old jobs by @jdaviderb in https://github.com/sidekiq-cron/sidekiq-cron/pull/521
- Added Spanish (es-Es) locale translation by @vzamanillo in https://github.com/sidekiq-cron/sidekiq-cron/pull/522
- Add Ruby MRI 3.4 to CI matrix by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/525
- Add
available_namespacesconfiguration option by @viralpraxis in https://github.com/sidekiq-cron/sidekiq-cron/pull/524 - [refactor] Reorganize support classes and helpers for testing by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/526
New Contributors
- @kakikubo made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/520
- @jdaviderb made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/521
- @vzamanillo made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/522
- @viralpraxis made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/525
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.0.1...v2.1.0
- Ruby
Published by markets about 1 year ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.0.1
What's Changed
- Fix: Add quotes to Japanese translations containing multi-byte symbols by @iwaseasahi in https://github.com/sidekiq-cron/sidekiq-cron/pull/515
- Fix usage of ActiveJob::Base.queue_name by @leoarnold in https://github.com/sidekiq-cron/sidekiq-cron/pull/517
New Contributors
- @iwaseasahi made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/515
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.0.0...v2.0.1
- Ruby
Published by markets over 1 year ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.0.0
Sidekiq-Cron v2 is here 🎉
What's Changed
- [refactor] Web extension clean up 🔨 by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/499
- Fix typo 'enque' to 'enqueue' in forms and tests by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/500
- Rearrange options + minor tweaks in tests and docs by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/501
- Refactor: Simplify redirect logic with helper method by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/502
- [refactor] More web extension refactoring by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/503
- Review web UI translations for multiple locales by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/506
- Fix detection of ActiveJob by @leoarnold in https://github.com/sidekiq-cron/sidekiq-cron/pull/510
- Add
retryjob configuration option to set sidekiq retry job option by @noahfpf in https://github.com/sidekiq-cron/sidekiq-cron/pull/509
Please take a look to the RC1 and RC2 changes too if you are coming from the v1.X series.
Full Changelog:
- Changes since latest release candidate: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.0.0.rc2...v2.0.0
- Changes from latest v1: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.12.0...v2.0.0
- Ruby
Published by markets over 1 year ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.0.0.rc2
What's Changed
- Require at least fugit >= 1.11.1 by @jmettraux in https://github.com/sidekiq-cron/sidekiq-cron/pull/475
- Fix: according to documentation,
.createshould return true/false by @delphaber in https://github.com/sidekiq-cron/sidekiq-cron/pull/476 - Update How Redis Values Are Stored on
saveby @jvanderen1 in https://github.com/sidekiq-cron/sidekiq-cron/pull/479 - Add compatibility with Sidekiq 7.3+ and remove inline styles by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/480
- Add confirmation for enqueuing disabled cron jobs and refactor job name escaping by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/482
- Restrict namespace from using '*' and fix job actions for wildcard namespaces by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/484
- Require Namespace when booting web UI (see #486) + Documentation tweaks by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/489
- Remove useless support for old Redis (< 4.2) by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/490
- Fix: Ensure date_as_argument option can be set from true to false in Sidekiq Cron jobs by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/485
- Fix redirection issues in web extension for namespace-specific routes by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/492
- Rename
enque!toenqueue!. Also, rename all other "enque" occurences. by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/494 - Refactor sidekiq cron configurations by @satyakampandya in https://github.com/sidekiq-cron/sidekiq-cron/pull/495
- Delete leftovers support for Sidekiq <6.5 by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/497
New Contributors
- @jvanderen1 made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/479
- @satyakampandya made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/480
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v2.0.0.rc1...v2.0.0.rc2
- Ruby
Published by markets over 1 year ago
https://github.com/sidekiq-cron/sidekiq-cron - v2.0.0.rc1
What's Changed
- feat: human readable UI by @Linell in https://github.com/sidekiq-cron/sidekiq-cron/pull/445
- Add Bahasa Indonesia locale by @IrvanFza in https://github.com/sidekiq-cron/sidekiq-cron/pull/446
- Implements namespaces by @zedtux in https://github.com/sidekiq-cron/sidekiq-cron/pull/268
- Add Ruby 3.3 to CI matrix by @m-nakamura145 in https://github.com/sidekiq-cron/sidekiq-cron/pull/447
- Fetch queue name from ActiveJob class by @arathunku in https://github.com/sidekiq-cron/sidekiq-cron/pull/448
- Add warning log when 'symbolize_args: true' is used without 'active_job: true' by @francktrouillez in https://github.com/sidekiq-cron/sidekiq-cron/pull/449
- Fix: unused variable warning by @themudassarhassan in https://github.com/sidekiq-cron/sidekiq-cron/pull/454
- Fix typos by @kianmeng in https://github.com/sidekiq-cron/sidekiq-cron/pull/455
- Readme: clarify that job status gets persisted by @kevinrobell-st in https://github.com/sidekiq-cron/sidekiq-cron/pull/457
- sidekiq/cron/job: allows symbol keys in .load_from_array! by @kevinrobell-st in https://github.com/sidekiq-cron/sidekiq-cron/pull/458
- Add strict cron parsing mode by @kevinrobell-st in https://github.com/sidekiq-cron/sidekiq-cron/pull/459
- Move class attributes and initialize method at the beginning of the file by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/460
- [docs] Clarify worker => process + other small enhancements by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/461
- Fix natural language parsing configuration examples in README.md [skip ci] by @fatkodima in https://github.com/sidekiq-cron/sidekiq-cron/pull/466
- Add ability to configure the past scheduled time threshold by @fatkodima in https://github.com/sidekiq-cron/sidekiq-cron/pull/465
New Contributors
- @Linell made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/445
- @IrvanFza made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/446
- @m-nakamura145 made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/447
- @arathunku made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/448
- @themudassarhassan made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/454
- @kianmeng made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/455
- @kevinrobell-st made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/457
- @fatkodima made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/466
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.12.0...v2.0.0.rc1
- Ruby
Published by markets over 1 year ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.12.0
What's Changed
- Remove Sidekiq.server? check from schedule loader by @oozzal in https://github.com/sidekiq-cron/sidekiq-cron/pull/436
- Only check out a Redis connection if necessary by @stanhu in https://github.com/sidekiq-cron/sidekiq-cron/pull/438
- Parse arguments on args= method by @francktrouillez in https://github.com/sidekiq-cron/sidekiq-cron/pull/442
New Contributors
- @oozzal made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/436
- @stanhu made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/438
- @francktrouillez made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/442
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.11.0...v1.12.0
- Ruby
Published by markets about 2 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.11.0
What's Changed
- Avoid confusion about
queue_name_delimitrerdefault value on README by @ybiquitous in https://github.com/sidekiq-cron/sidekiq-cron/pull/413 - Reduce gem size by excluding test files by @ybiquitous in https://github.com/sidekiq-cron/sidekiq-cron/pull/414
- Update to mocha 2.1 to pick up minitest fix by @serprex in https://github.com/sidekiq-cron/sidekiq-cron/pull/420
- Undo clear jobs while loading the schedule by @sandip-mane in https://github.com/sidekiq-cron/sidekiq-cron/pull/427
- Differentiates b/w schedule vs dynamic jobs + Clears scheduled jobs upon schedule load by @sandip-mane in https://github.com/sidekiq-cron/sidekiq-cron/pull/431
- Fix v1.4.0 dark mode support PR link by @tonyciou in https://github.com/sidekiq-cron/sidekiq-cron/pull/433
New Contributors
- @ybiquitous made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/413
- @tonyciou made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/433
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.10.1...v1.11.0
- Ruby
Published by markets over 2 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.10.1
What's Changed
- Use hset instead of deprecated hmset by @haffla in https://github.com/sidekiq-cron/sidekiq-cron/pull/410
New Contributors
- @haffla made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/410
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.10.0...v1.10.1
- Ruby
Published by markets almost 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.10.0
What's Changed
- Adds Ruby 3.2 to the CI matrix. by @petergoldstein in https://github.com/sidekiq-cron/sidekiq-cron/pull/390
- [CI] Allow to test different Sidekiq versions by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/399
- Allow for keyword args in Poller by @samsm in https://github.com/sidekiq-cron/sidekiq-cron/pull/398
- fix argument error problem update from 1.6.0 to newer by @mkusaka in https://github.com/sidekiq-cron/sidekiq-cron/pull/392
- Make last_enqueue_time be always an instance of Time. by @ryotarai in https://github.com/sidekiq-cron/sidekiq-cron/pull/354
- Added support for ActiveRecord serialize/deserialize using GlobalID for Sidekiq::Cron::Job arguments. by @nyuta01 in https://github.com/sidekiq-cron/sidekiq-cron/pull/395
- [deps] upgrade required globalid version to fix a potential security vulnerability by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/401
- Add new logo ✨ by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/402
- Refactor logo with proper color contrast 💫 by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/403
- [ci] move code coverage reporting to Codecov by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/404
- Clear old jobs while loading the jobs from schedule by @sandip-mane in https://github.com/sidekiq-cron/sidekiq-cron/pull/405
- Remove ✂️ Docker support for development by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/406
New Contributors
- @samsm made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/398
- @mkusaka made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/392
- @ryotarai made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/354
- @nyuta01 made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/395
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.9.1...v1.10.0
- Ruby
Published by markets almost 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.9.1
What's Changed
- 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)
New Contributors
- @hqm42 made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/381
- @yuri-zubov made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/386
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.9.0...v1.9.1
- Ruby
Published by markets about 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.9.0
What's Changed
- Support Sidekiq 7 by @serprex in https://github.com/sidekiq-cron/sidekiq-cron/pull/369
- [ci] stabilize performance test by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/371
- add support for ERB templates in the auto schedule loader by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/373
- simplify test_helper.rb + remove dev dep redis-namespace + update links to new home by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/374
- [docs] remove link to gitter chat by @markets in https://github.com/sidekiq-cron/sidekiq-cron/pull/375
New Contributors
- @serprex made their first contribution in https://github.com/sidekiq-cron/sidekiq-cron/pull/369
Full Changelog: https://github.com/sidekiq-cron/sidekiq-cron/compare/v1.8.0...v1.9.0
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.8.0
What's Changed
- Update style for disabled job in dark theme. by @thanhcuong1990 in https://github.com/ondrejbartas/sidekiq-cron/pull/351
- Fix deprecation warnings with redis-rb v4.8.0 by @cgunther in https://github.com/ondrejbartas/sidekiq-cron/pull/356
- Fix poller affecting Sidekiq scheduled set poller by @engwan in https://github.com/ondrejbartas/sidekiq-cron/pull/359
- Fix default polling interval by @engwan in https://github.com/ondrejbartas/sidekiq-cron/pull/362
- Fix compatibility with Sidekiq v6.5.7 by @engwan in https://github.com/ondrejbartas/sidekiq-cron/pull/366
- Add italian locale by @delphaber in https://github.com/ondrejbartas/sidekiq-cron/pull/367
- Allow disabling of cron polling by @engwan in https://github.com/ondrejbartas/sidekiq-cron/pull/368
New Contributors
- @engwan made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/359
- @delphaber made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/367
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.7.0...v1.8.0
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.7.0
What's Changed
- Enable to use cron notation in natural language (ie
every 30 minutes) (https://github.com/ondrejbartas/sidekiq-cron/pull/312) - Fix
date_as_argumentfeature to add timestamp argument at every cron job execution (https://github.com/ondrejbartas/sidekiq-cron/pull/329) - Introduce
Sidekiq::Optionsto 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)
New Contributors
- @Spone made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/312
- @vsuhachev made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/329
- @thanhcuong1990 made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/341
- @machisuke made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/345
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.6.0...v1.7.0
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.6.0
What's Changed
- Adds support for auto-loading the
config/schedule.ymlfile by @sandip-mane in https://github.com/ondrejbartas/sidekiq-cron/pull/337 - Fix Sidekiq.options deprecation warning by @chrismaximin in https://github.com/ondrejbartas/sidekiq-cron/pull/338
New Contributors
- @chrismaximin made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/338
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.5.1...v1.6.0
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.5.1
What's Changed
- Fixes an issue that prevented the gem to work in previous versions by @sandip-mane in https://github.com/ondrejbartas/sidekiq-cron/pull/335
New Contributors
- @sandip-mane made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/335
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.5.0...v1.5.1
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.5.0
What's Changed
- Fix/sidekiq 6.5 breaking changes by @danilogco in https://github.com/ondrejbartas/sidekiq-cron/pull/331
- feat: add portuguese translation file by @danilogco in https://github.com/ondrejbartas/sidekiq-cron/pull/332
New Contributors
- @danilogco made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/331
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.4.0...v1.5.0
- Ruby
Published by markets over 3 years ago
https://github.com/sidekiq-cron/sidekiq-cron - v1.4.0
What's Changed
- redis: invocation of deprecated functionality removed by @olegykz in https://github.com/ondrejbartas/sidekiq-cron/pull/318
- code cleanup of unsupported Sidekiq versions by @markets in https://github.com/ondrejbartas/sidekiq-cron/pull/317
- Add
status: disabledinformation by @mobilutz in https://github.com/ondrejbartas/sidekiq-cron/pull/257 - [UI] Fix "Show All" button on cron jobs view with Sidekiq 6.3.0+ by @fukayatsu in https://github.com/ondrejbartas/sidekiq-cron/pull/321
- Make log message more obvious by @arrrnas in https://github.com/ondrejbartas/sidekiq-cron/pull/305
- Update README to mention second-precision jobs by @tekin in https://github.com/ondrejbartas/sidekiq-cron/pull/240
- Optimize gem size by @markets in https://github.com/ondrejbartas/sidekiq-cron/pull/322
- Support Dark Mode by @Atrox in https://github.com/ondrejbartas/sidekiq-cron/pull/282
New Contributors
- @olegykz made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/318
- @mobilutz made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/257
- @fukayatsu made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/321
- @arrrnas made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/305
- @tekin made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/240
- @Atrox made their first contribution in https://github.com/ondrejbartas/sidekiq-cron/pull/282
Full Changelog: https://github.com/ondrejbartas/sidekiq-cron/compare/v1.3.0...v1.4.0
- Ruby
Published by markets almost 4 years ago