Releases: digiloopinc/laravel-pausable-batch
Releases · digiloopinc/laravel-pausable-batch
0.0.2
- Breaking: switched to redis-only driver behavior (removed separate
pausable-redispath). - Added Horizon-specific connector/queue integration path while preserving shared pause interception behavior.
- Refactored queue pause logic into a shared trait used by both Laravel and Horizon redis queue implementations.
- Updated docs and tests for redis-only configuration.
Full Changelog: 0.0.1...0.0.2
0.0.1
- Added
pausable-redisqueue connector and queue implementation to park paused-batch jobs. - Added pause metadata Redis store with pause/resume/cleanup behavior.
- Added
PausableBatchwrapper and repository decorator to exposepause(),paused(), andresume(). - Added package service provider registration, config publish support, and package config.
- Replaced package skeleton docs/tests with batch pause/resume focused documentation and tests.
Full Changelog: https://github.com/digiloopinc/laravel-pausable-batch/commits/0.0.1