Skip to content

Releases: level23/laravel-aws-queue

Fix wrong method call

12 May 08:22

Choose a tag to compare

Add extra checks when looping through responses

Only delete deletable jobs

13 Apr 09:19

Choose a tag to compare

This release makes sure that jobs that were already deleted or released individually are not deleted.

Add batch functionality

01 Mar 14:57

Choose a tag to compare

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

17 Feb 13:01

Choose a tag to compare

This is the first release of the package