Releases: level23/laravel-aws-queue
Releases · level23/laravel-aws-queue
Fix wrong method call
Only delete deletable jobs
This release makes sure that jobs that were already deleted or released individually are not deleted.
Add batch functionality
This release adds batch requests functionality for processing multiple jobs at once.
Another change is that instead of introducing a new driver key we override the one provided by laravel because the functionality is the same but normalizes sns messages
First release
This is the first release of the package