Skip to content

Add Laravel 6 support

Latest
Compare
Choose a tag to compare
@wardtd wardtd released this 02 Sep 15:57
· 13 commits to master since this release
aa39110

The major change in this release is the addition of support for Laravel 6.
Additional changes:

  • Added the ability to map individual event classes to individual SNS topic ARNs
  • Added the ability to disable automatic response to subscription events from SNS topics
  • Added a check to ensure that event classes mapped to ARNs are dispatchable before attempting to dispatch them
  • Updated documentation to reflect new features