Skip to content

Releases: renoki-co/laravel-aws-webhooks

5.2.0

01 Apr 11:51
0e806ad
Compare
Choose a tag to compare
  • Laravel 10.x (#73)
    • Dropped: PHP 8.0, Laravel 8.x
    • Added: PHP 8.2

5.1.0

09 Feb 21:45
bc80a83
Compare
Choose a tag to compare
  • Bumped to Laravel 9.x (#32)
    • Dropped Laravel 7.x, PHP 7.3, 7.4
    • Added PHP 8.1 testing

5.0.0

13 Nov 10:59
48e67a4
Compare
Choose a tag to compare

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

13 Oct 17:37
2c3979e
Compare
Choose a tag to compare
  • Fixed AWS SNS key check in encoded messages (#21)

4.0.0

17 Jul 19:07
f12d1e6
Compare
Choose a tag to compare
  • Using Laravel SNS Events' GeneratesSnsMessages trait (#14)

3.3.0

08 Jul 17:08
33c115d
Compare
Choose a tag to compare
  • Moved GeneratesSnsMessages trait to src/ for psr-4 to be available (#13)

3.2.1

20 Jan 08:28
d03ee35
Compare
Choose a tag to compare

Security patches

3.2.0

20 Nov 08:57
3191830
Compare
Choose a tag to compare
Update GeneratesSnsMessages.php

3.1.0

22 Oct 16:50
5c891fd
Compare
Choose a tag to compare
  • Dependencies cleanup (#6)

3.0.0

19 Oct 21:49
021ab4e
Compare
Choose a tag to compare
  • 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