Releases: kainxspirits/laravel-pubsub-queue
Releases · kainxspirits/laravel-pubsub-queue
Version 0.9.0
Version 0.8.0
Changes
- Laravel 10 support
- Fix tests
Laravel 9 support
0.7.0 Update VERSION
Version 0.6.0
New features
- Add auto-creation of topics and subscriptions.
- Add optional queue prefix.
Laravel 8 support
0.5.0 Update VERSION
Laravel 7.9 support
0.4.1 Bump version 0.4.1
Laravel 7 support
0.4.0 Bump version 0.4.0
Laravel 6 support
0.3.0 Bump version 0.3.0
Fix bug when retrying jobs
- Fix bug that prevented to retry failed jobs (#15)
Custom subscriber name
- Added a
subscriber
attribute in the configuration for using custom subscriber name. (#13)