Releases: Okipa/laravel-stuck-jobs-notifier
Releases · Okipa/laravel-stuck-jobs-notifier
2.4.0: Laravel 10 support (#14)
2.3.0: Add PHP 8.2 support
- Added PHP 8.2 support
- Dropped PHP 8.0 support
2.2.2 (#12)
- Improved Larastan config
- Improved CI
2.2.1
2.2.0
2.1.0: Adding PHP 8 support (#8)
- Added PHP 8 support
- Removed Scrutinizer analysis
- Updated PHPCS checker and fixer norm to PSR-12
2.0.0: Laravel 8 support (#7)
- Added Laravel 8 support.
- Dropped Laravel 6 support.
- Dependencies are now optional.
1.1.2
1.1.1
1.1.0: Add SimulateStuckJobs command (#6)
- Added the
queue:stuck:simulate
command to simulate stuck jobs detection and check if everything is correctly configured.