Skip to content

Latest commit

 

History

History
59 lines (30 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

59 lines (30 loc) · 953 Bytes

Changelog

All notable changes to laravel-queueable-actions will be documented in this file

2.9.0 - 20202-12-02

  • add support for PHP 8

2.8.0 - 2020-10-22

  • Add support for invokeable actions (#36)

2.7.1 - 2020-10-02

  • Add support for job middleware

2.7.0 - 2020-09-29

  • Add Spatie\QueueableAction\Testing\QueueableActionFake class with test helpers (#27)

2.6.1 - 2020-09-09

  • Add support for Laravel 8

2.6.0 - 2020-07-22

  • Add failed support (#29)

2.5.0 - 2020-03-03

  • Add Laravel 7.0 support

2.4.0 - 2020-01-01

  • Allow custom tags to be set

2.3.0 - 2019-09-24

  • Add make:action command

2.2.0 - 2019-09-04

  • Add Laravel 6.0 support

2.1.1 - 2019-08-30

  • add 'tries' and 'timeout' as queueable properties

2.1.0 - 2019-06-19

  • pass the action class name directly to the ActionJob

2.0.0 - 2019-06-14

  • allow the queue name to be specified

1.0.0 - 2019-01-05

  • initial release