Releases: joblocal/laravel-sqs-sns-subscription-queue
Releases · joblocal/laravel-sqs-sns-subscription-queue
add support for laravel 10
Add support for laravel 9
release of the latest PR adding laravel ^9 support
Bugfix for TopicArn not being handled
this release introduces a bug fix for issue mentioned here
#31
and adds deletion of unwanted messages from the SQS Queue so that they don't end up in the Deadletter queue.
Fix spelling mistake for previous bugfix
see title.
Bugfix for cronjobs calling handler directly
Wrong assumption excluded cron jobs that call the job handler directly. With this patch, this is fixed.
Update for sns messages that have no handlers
In case your sqs queue is subscribed to an SNS topic with multiple different messages, this update will skip the creation of the Job completely thus avoiding unwanted errors and deadletter queue entries.
Laravel 6 upgrade
Merge pull request #15 from BertvanHoekelen/master Laravel 6 upgrade
Dependency updates
Merge pull request #14 from joblocal/upgrade-dependencies upgrades dependencies
Prioritise Subject over TopicArn
When resolving your command routes we now prioritise the Subject value.
Command Building Improvements
Merge pull request #9 from joblocal/feature/refactor-command-building Feature/refactor command building