4.2.0 - 2021-01-06
- Added PHP 8 support
4.1.0 - 2020-10-30
- Added Laravel 8 support
4.0.0 - 2020-04-25
- Added Laravel 7 + Pheanstalk 4 support
3.0.0 - 2019-10-25
- Added Laravel 6 support
2.1.0 - 2018-10-29
- Changed constraints for laravel packages to allow future versions
2.0.0 - 2018-02-09
- Switched to Laravel 5.6
1.0.0 - 2017-09-02
- Added Laravel 5.5 support including package auto discovery.
0.2.0 - 2017-01-30
- Added CONTRIBUTING.md.
- Updated readme.
- Updated dependencies.
0.1.4 - 2015-09-11
- Add
import
command. It's still experimental. - Add
export
command. It's still experimental. Warning: while exporting it deletes jobs from the queue. - Add .gitattributes file.
- Add this CHANGELOG file.
0.1.3 - 2015-09-04
- Fix
move
command to actually allow moving jobs from buried and delayed states.
0.1.1 - 2015-09-02
- Add
move
command to move jobs between tubes.
0.1.0 - 2015-01-01
- Add
tube
command. - Add
server
command. - Add
peek
command. - Add
put
command. - Add
bury
command. - Add
kick
command. - Add
delete
command. - Add
purge
command. - Add
pause
command. - Add
unpause
command.