Skip to content

Releases: Okipa/laravel-stuck-jobs-notifier

2.4.0: Laravel 10 support (#14)

22 Jan 22:49
6de97f8
Compare
Choose a tag to compare
  • Added Laravel 10 support
  • Dropped Laravel 8 support
  • Locked PHP versions to 8.1 and 8.2

2.3.0: Add PHP 8.2 support

16 Dec 15:21
27e6ba1
Compare
Choose a tag to compare
  • Added PHP 8.2 support
  • Dropped PHP 8.0 support

2.2.2 (#12)

27 Oct 09:25
5471ae8
Compare
Choose a tag to compare
  • Improved Larastan config
  • Improved CI

2.2.1

01 Aug 08:47
Compare
Choose a tag to compare
  • Replaced phpcs/phpcbf by laravel/pint

2.2.0

23 May 15:50
Compare
Choose a tag to compare
  • Added PHP 8.1 support
  • Added Laravel 9 support
  • Dropped PHP 7.4 and Laravel 6 support

2.1.0: Adding PHP 8 support (#8)

24 Nov 18:19
9aa00d4
Compare
Choose a tag to compare
  • Added PHP 8 support
  • Removed Scrutinizer analysis
  • Updated PHPCS checker and fixer norm to PSR-12

2.0.0: Laravel 8 support (#7)

25 Sep 08:39
e0aaf58
Compare
Choose a tag to compare
  • Added Laravel 8 support.
  • Dropped Laravel 6 support.
  • Dependencies are now optional.

👉 See the upgrade guide

1.1.2

12 Sep 12:17
Compare
Choose a tag to compare
  • Fixed details for queue:stuck:simulate command.

1.1.1

12 Sep 11:52
Compare
Choose a tag to compare
  • Fixed details for queue:stuck:simulate command.

1.1.0: Add SimulateStuckJobs command (#6)

11 Sep 10:13
9873c5f
Compare
Choose a tag to compare
  • Added the queue:stuck:simulate command to simulate stuck jobs detection and check if everything is correctly configured.