Skip to content

Latest commit

 

History

History
89 lines (52 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

89 lines (52 loc) · 2.16 KB

Changelog

4.2.0 - 2021-01-06

Changed

  • Added PHP 8 support

4.1.0 - 2020-10-30

Changed

  • Added Laravel 8 support

4.0.0 - 2020-04-25

Changed

  • Added Laravel 7 + Pheanstalk 4 support

3.0.0 - 2019-10-25

Changed

  • Added Laravel 6 support

2.1.0 - 2018-10-29

Changed

  • Changed constraints for laravel packages to allow future versions

2.0.0 - 2018-02-09

Changed

  • Switched to Laravel 5.6

1.0.0 - 2017-09-02

Added

  • Added Laravel 5.5 support including package auto discovery.

0.2.0 - 2017-01-30

Added

  • Added CONTRIBUTING.md.

Changed

  • Updated readme.
  • Updated dependencies.

0.1.4 - 2015-09-11

Added

  • 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

Fixed

  • Fix move command to actually allow moving jobs from buried and delayed states.

0.1.1 - 2015-09-02

Added

  • Add move command to move jobs between tubes.

0.1.0 - 2015-01-01

Added

  • 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.