Skip to content

Releases: joblocal/laravel-sqs-sns-subscription-queue

add support for laravel 10

28 Sep 07:32
6aff7d1
Compare
Choose a tag to compare

merge pr that adds support for laravel 10

Add support for laravel 9

07 Apr 12:29
f05a65b
Compare
Choose a tag to compare

release of the latest PR adding laravel ^9 support

Bugfix for TopicArn not being handled

29 Nov 11:40
ee3fa1a
Compare
Choose a tag to compare

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

25 Nov 12:24
41a5d90
Compare
Choose a tag to compare

Bugfix for cronjobs calling handler directly

25 Nov 11:46
fb12527
Compare
Choose a tag to compare

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

16 Nov 11:13
cfcdc03
Compare
Choose a tag to compare

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

09 Sep 09:13
d3ef0c6
Compare
Choose a tag to compare
Merge pull request #15 from BertvanHoekelen/master

Laravel 6 upgrade

Dependency updates

04 Jul 12:39
cf3408b
Compare
Choose a tag to compare
Merge pull request #14 from joblocal/upgrade-dependencies

upgrades dependencies

Prioritise Subject over TopicArn

23 Jan 14:19
f5ef66b
Compare
Choose a tag to compare

When resolving your command routes we now prioritise the Subject value.

Command Building Improvements

25 Sep 06:40
8513240
Compare
Choose a tag to compare
Merge pull request #9 from joblocal/feature/refactor-command-building

Feature/refactor command building