* Fri Jan 31 2020 <timueller+perl@suse.de>
- updated to 10.04
see /usr/share/doc/packages/perl-Minion/Changes
10.04 2020-01-30
- Added EXPERIMENTAL total method to Minion::Iterator.
10.03 2020-01-29
- Added EXPERIMENTAL Minion::Iterator module.
- Added EXPERIMENTAL jobs and workers methods to Minion.
- Added EXPERIMENTAL before options to list_jobs and list_workers methods in
Minion::Backend and Minion::Backend::Pg.
* Sat Dec 21 2019 <timueller+perl@suse.de>
- updated to 10.02
see /usr/share/doc/packages/perl-Minion/Changes
10.02 2019-12-20
- Fixed QUIT signal in Minion::Worker.
- Fixed stop remote control command.
- Fixed a problem where Minion::Worker was unable to deal with immediately
restarted jobs.
* Tue Dec 17 2019 <timueller+perl@suse.de>
- updated to 10.01
see /usr/share/doc/packages/perl-Minion/Changes
10.01 2019-12-16
- Fixed an unlock concurrency issue in Minion::Backend::Pg.
* Tue Nov 19 2019 <timueller+perl@suse.de>
- updated to 10.0
see /usr/share/doc/packages/perl-Minion/Changes
10.0 2019-11-15
- Removed PostgreSQL migrations older than 2 years, that means you need to
have Minion version 7.01 or newer installed before you can upgrade to
version 10.0.
- Removed experimental status from result_p method in Minion.
- Removed experimental status from history method in Minion and
Minion::Backend::Pg.
- Removed experimental status from delayed_jobs and enqueued_jobs fields from
stats methods in Minion and Minion::Backend::Pg.
- Removed experimental status from cleanup and finish events in Minion::Job.
- Changed reset method in Minion and Minion::Backend::Pg to require options
for what to reset.
- Improved reset method in Minion and Minion::Backend::Pg to allow for locks
to be reset without resetting the whole queue.
- Improved performance by making the minion_workers table unlogged.
* Fri Aug 30 2019 <timueller+perl@suse.de>
- updated to 9.13
see /usr/share/doc/packages/perl-Minion/Changes
9.13 2019-08-29
- Added EXPERIMENTAL cleanup event to Minion::Job.
* Tue Aug 06 2019 Stephan Kulow <coolo@suse.com>
- updated to 9.12
see /usr/share/doc/packages/perl-Minion/Changes
9.12 2019-08-04
- Added EXPERIMENTAL notes option to list_jobs method in Minion::Backend and
Minion::Backend::Pg.
- Added -n option to job command.
- Improved note methods in Minion::Job, Minion::Backend and
Minion::Backend::Pg to allow for fields to be removed.
* Tue Jul 16 2019 Stephan Kulow <coolo@suse.com>
- updated to 9.11
see /usr/share/doc/packages/perl-Minion/Changes
9.11 2019-07-08
- Added time field to list_jobs method in Minion::Backend::Pg.
- Added time field to info method in Minion::Job.
- Improved admin ui to show the current runtime for every job, as well as the
current delay for delayed jobs.
- Improved Minion::Backend::Pg to ignore missing workers for jobs in the
minion_foreground named queue and make debugging very slow jobs easier.
* Tue May 14 2019 Stephan Kulow <coolo@suse.com>
- updated to 9.10
see /usr/share/doc/packages/perl-Minion/Changes
9.10 2019-05-09
- Fixed a few query parameter bugs in the admin ui. (fskale, sri)