Releases: renoki-co/laravel-aws-webhooks
Releases · renoki-co/laravel-aws-webhooks
5.2.0
- Laravel 10.x (#73)
-
- Dropped: PHP 8.0, Laravel 8.x
-
5.1.0
- Bumped to Laravel 9.x (#32)
-
- Dropped Laravel 7.x, PHP 7.3, 7.4
-
5.0.0
For more details, check the Laravel SNS Events release.
- Upgrade Laravel SNS Events to 7.x
- Added a new
RenokiCo\AwsWebhooks\Concerns\GeneratesSnsWebhookMessages
trait (that extends the Rennokki\LaravelSnsEvents\Concerns\GeneratesSnsMessages
trait) that makes testing easier in Laravel projects
4.0.1
- Fixed AWS SNS key check in encoded messages (#21)
4.0.0
- Using Laravel SNS Events'
GeneratesSnsMessages
trait (#14)
3.3.0
- Moved
GeneratesSnsMessages
trait to src/
for psr-4
to be available (#13)
3.2.0
Update GeneratesSnsMessages.php
3.1.0
- Dependencies cleanup (#6)
3.0.0
- Added AWS EventBridge support (#3)
- Refactored the way the methods are being called by setting them as optional (#4)
-
- Cloudwatch's
onInsufficientData()
method got renamed to onInsufficientDataState()
due to the refactor