Changelog for
ruby3.3-rubygem-resque-2.6.0-1.15.i586.rpm :
* Tue Nov 14 2023 Dan Čermák
- New upstream release 2.6.0, see bundled HISTORY.md
* Mon Oct 10 2022 Stephan Kulow updated to version 2.4.0 see installed HISTORY.md [#]# 2.4.0 [#]## Fixed
* Remove `thread_safe` arg in Redis instantiaons (#1822)
* Updated Test Matrix for Redis 5.0 (#1824)
* Fix redis-rb 4.8 deprecation warnings (#1827)
* Fix redis-rb 5.0 compatibility issues (#1828)
* Mon Aug 29 2022 Stephan Kulow updated to version 2.3.0 see installed HISTORY.md
* Thu Apr 28 2022 Stephan Kulow updated to version 2.2.1 see installed HISTORY.md
* Tue Jan 25 2022 Stephan Kulow updated to version 2.2.0 see installed HISTORY.md [#]# Unreleased [#]## Fixed
*
* [#]## Added
*
* [#]# 2.2.0 [#]## Added
* Add \'Retry Failed Jobs\' button to Failed page [#]## Fixed
* Loading railtie when it did not exist #1765
* Fix closing parent Redis connection in child process after fork
* Fix the failed queues list on /queues UI when the RedisMultiQueue backend is used #1638 [#]# 2.1.0 [#]## Security
* Fix XSS via URL path in admin web UI queues view #1687
* Replace onclick handlers in server code to support Content Security Policies that don\'t allow \'unsafe-inline\'
* Update jQuery from 1.12.4 to 3.6.0 [#]## Added
* Add requeue_queue method to Resque::Failure::Multiple #1659
* Confirmation prompt in admin front-end before submitting the retry of all failed jobs. #1753
* Railtie for default rake task setup when in Rails. #1715
* Added two new hooks. - `queue_empty` when the job queue empties and the worker becomes idle - `worker_exit` when the worker exits See [docs/HOOKS.md](http://github.com/resque/resque/blob/master/docs/HOOKS.md) for further details. (AATTjeremywadsack) [#]## Fixed
* live poller shouldn\'t restart itself until it successds or fails. #1740
* Fix parsing worker_id when queue name includes colon. #1691
* Prune workers which haven\'t been registered but have set a heartbeat. #1751
* `Resque::Failure::Multiple.remove` did not pass on the queue parameter
* Thu Nov 22 2018 Stephan Kulow - updated to version 2.0.0 see installed HISTORY.md
* Sun Apr 16 2017 cooloAATTsuse.com- updated to version 1.27.4 see installed HISTORY.md [#]# 1.27.4 (2017-4-15) [#]## Fixed
* Fix issue where removing a failure from Resque web didn\'t work when using `RedisMultiQueue` backend.
* Tue Apr 11 2017 cooloAATTsuse.com- updated to version 1.27.3 see installed HISTORY.md [#]# 1.27.3 (2017-04-10) [#]## Fixed
* Fix issue where initializing a data store would attempt to hit Redis, even when Resque.inline = true
* Tue Feb 21 2017 cooloAATTsuse.com- updated to version 1.27.2 see installed HISTORY.md [#]# 1.27.2 (2017-02-20) [#]## Fixed
* Require \"redis/distributed\" in worker.rb to allow proper rescuing
* Fallback to server time if Redis time won\'t work (restores Redis 2.4 support)
* Tue Feb 14 2017 cooloAATTsuse.com- updated to version 1.27.1 see installed HISTORY.md