Skip to content

Releases: aligent/magento2-eventbridge-notifier

v1.0.7

23 Jun 02:28
2a73fe8
Compare
Choose a tag to compare

What's Changed

  • Fix typo issue at EventBridgeNotifier.php condition $secret === $null is changed to $secret === null

Full Changelog: v1.0.6...v1.0.7

v1.0.6

08 May 02:39
23be646
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...v1.0.6

v1.0.5

08 May 02:27
c4e6ed1
Compare
Choose a tag to compare

What's Changed

  • Move instantiation of EventBridge client out of notifier constructor. by @aligent-lturner in #11

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

25 Oct 01:28
3abb6c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

02 May 05:30
cff3b2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Dec 05:09
885258b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Nov 00:26
d86b769
Compare
Choose a tag to compare

What's Changed

  • Fixes a bug that prevents the loaded source config to take no effect by @gowrizrh in #4
  • Renames some AWS EventBridge references to Amazon EventBridge to match with AWS' offering.

Full Changelog: v1.0...v1.0.1

Release v1.0

04 Nov 03:57
d3b6423
Compare
Choose a tag to compare
Merge pull request #3 from aligent/feature/backwards_compatability

Add backwards compatibility