Skip to content

Releases: serverless/event-gateway-sdk

v0.12.0

13 Dec 10:23
Compare
Choose a tag to compare

Minor Changes

  • Add support for hosted connector: #70

v0.11.0

08 Nov 08:08
Compare
Choose a tag to compare

Minor Changes

  • Add options to emit() method: #59
  • Add support for connector: #68

Patches

  • Add codecov: #60
  • Create .editorconfig: #61
  • Added danger support: #64
  • Add Synk: #63
  • CI test step: #66

Credits

Huge thanks to @alexdebrie, @plfx, @CommandLineDesign, and @ganeshvlrk for helping!

v0.10.2

26 Jul 05:32
Compare
Choose a tag to compare

Patches

Credits

Huge thanks to @alexdebrie for helping!

v0.10.1

28 Jun 08:42
Compare
Choose a tag to compare

Patches

  • Fix handling error response in emit. Closes #49: #51

v0.10.0

27 Jun 14:21
Compare
Choose a tag to compare

Minor Changes

  • Add support for filters in list methods: #50

Patches

  • Bump EG version used in tests: fc803dc
  • Add missing param to SDK method: #48

Credits

Huge thanks to @ac360 for helping!

v0.9.1

21 Jun 08:01
Compare
Choose a tag to compare

Patches

  • Fix error message during subscription creation: #45

v0.9.0

15 Jun 13:49
Compare
Choose a tag to compare

Minor Changes

  • Rename registerFunction to createFunction: #44

v0.8.0

15 Jun 13:06
Compare
Choose a tag to compare

Minor Changes

  • Update API to the latest EG version (Event Types, new Subscription model): #37
  • Update docs: #38
  • Add tests for Event Types methods: #39
  • Support CloudEvents in emit method: #40
  • Add CORS support: #42
  • Fix Access Key detection in the browser. Closes #41: #43

v0.7.0

07 Jun 07:17
Compare
Choose a tag to compare

Minor Changes

  • Remove ramda dependency: #34
  • Remove invoke functionality: #36

v0.6.1

15 May 09:15
Compare
Choose a tag to compare

Patches

  • Add releasing guide: #29
  • Update release guide with proper links: 9440936
  • Set browser endpoint to dist folder: #33