Skip to content

Releases: serverless/serverless-event-gateway-plugin

v0.7.9

06 Nov 21:40
Compare
Choose a tag to compare

Patches

  • Adding precommit hooks: #85
  • Add license, copyright and contributing.md file: #86
  • Add Snyk: #87
  • Update Event Types with authorizers at proper times: #88

Credits

Huge thanks to @CommandLineDesign, @brianneisler, and @ganeshvlrk for helping!

v0.7.8

26 Jul 10:04
Compare
Choose a tag to compare

Patches

  • Fix getting list of defined event types: #82
  • Remove redundant check for EG IAM user: #83

v0.7.7

25 Jul 19:59
Compare
Choose a tag to compare

Patches

  • Fix renaming existing function (delete functions before creating): #80
  • Plugin should try to register only EG subscriptions: #81

v0.7.6

25 Jul 13:07
Compare
Choose a tag to compare

Patches

  • Fix setting EG URL based on app and tenant: #79

v0.7.5

24 Jul 13:49
Compare
Choose a tag to compare

Patches

  • Update functions when configuration changes: #70
  • Added app, tenant and default access key: #71
  • Add support for updating CORS: #72
  • Fix tests: 0758a56
  • Delete event types before functions on remove: #74
  • Register Auth functions in Event Gateway: #75
  • Wait for Event Types to be created: #77

Credits

Huge thanks to @eahefnawy and @alexdebrie for helping!

v0.7.4

06 Jul 12:52
Compare
Choose a tag to compare

Patches

  • Refactor EG event detection: #67
  • Allow assigning existing event types to services: #68

v0.7.3

04 Jul 09:19
Compare
Choose a tag to compare

Patches

  • Fix source in emitted event: 4d21eb1

v0.7.2

04 Jul 08:51
Compare
Choose a tag to compare

Patches

v0.7.1

04 Jul 06:01
Compare
Choose a tag to compare

Initial release

v0.7.0

03 Jul 06:49
Compare
Choose a tag to compare

Minor Changes

  • Refactor EG client (Client service client): #59
  • Refactor configureEventGateway function: #60
  • Add Event Types support: #61
  • Add support for new subscription model: #62
  • Add support for legacy CORS configuration: #63
  • Add support for metadata: #65

Patches

  • Update README.md: bfea02d
  • Fix unsubscribe log message: #64
  • Make eventTypes backward compatible: #66