Skip to content

Releases: H4ad/serverless-adapter

v2.3.2

21 Jun 21:46
e2ac38f
Compare
Choose a tag to compare

2.3.2 (2022-06-21)

Bug Fixes

  • api-gateway-v1: force lower case for headers (4a271db)

v2.3.1

19 Jun 15:59
e29cbac
Compare
Choose a tag to compare

2.3.1 (2022-06-19)

Bug Fixes

  • lazy: added correct export in index.ts (71016b2)

v2.3.0

26 May 18:15
59866ba
Compare
Choose a tag to compare

2.3.0 (2022-05-26)

Features

  • frameworks: added lazy framework to enable users to create instance of the app asynchronously (be61c22)

v2.2.0

26 May 14:14
faa808d
Compare
Choose a tag to compare

2.2.0 (2022-05-26)

Features

  • huawei: added support to event function with api gateway adapter (a92254a)

v2.1.0

25 May 11:28
2423405
Compare
Choose a tag to compare

2.1.0 (2022-05-25)

Features

  • adapters: added dummy adapter to be used by clouds that don't require adapter to work (d59890a)
  • huawei: added support to functiongraph of type http function on huawei (697c6dd)
  • resolvers: added dummy resolver to clouds that don't require resolvers to work (d3e0840)

v2.0.3

20 May 23:42
2dba1c5
Compare
Choose a tag to compare

2.0.3 (2022-05-20)

Bug Fixes

  • serverless-adapter: passing wrong constant to binary settings content types property (1d121eb), closes #12

v2.0.2

12 Apr 02:38
b9daa97
Compare
Choose a tag to compare

2.0.2 (2022-04-12)

Bug Fixes

  • api-gateway-v2: not returning correctly the cookies when they came with set-cookies (3f58cdd), closes #8

v2.0.1

02 Apr 16:05
6e95fb3
Compare
Choose a tag to compare

2.0.1 (2022-04-02)

Bug Fixes

  • network: overriding _readableState causes weird bugs of process exiting in deadlock (e3c46bc)

v2.0.0

02 Apr 05:40
8bf07eb
Compare
Choose a tag to compare

2.0.0 (2022-04-02)

Bug Fixes

  • network: writeHead broken on nodejs 14.x (252dfbe)

Features

  • library-structure: rewrite exports to not broke with peer dependencies (b7fa0fa), closes #4

BREAKING CHANGES

  • library-structure: New path to export handlers, frameworks, adapters and resolvers.

v1.0.2

01 Apr 13:36
c049498
Compare
Choose a tag to compare

1.0.2 (2022-04-01)

Bug Fixes

  • readme: broken links in readme (c049498)