Skip to content

Releases: H4ad/serverless-adapter

v2.5.0

16 Jul 18:08
2efd585
Compare
Choose a tag to compare

2.5.0 (2022-07-16)

Features

  • azure: added adapter to http trigger v4 (15c1473)
  • azure: added handler to receive events from azure functions (0310e15)
  • http-trigger-v4: make the adapter more flexible to v3 (96a5c15)
  • tsconfig: set tsconfig to es2019 because nodejs is set to 12.x (7925fbb)

v2.4.0

28 Jun 00:25
864f15c
Compare
Choose a tag to compare

2.4.0 (2022-06-28)

Features

  • trpc: added support to framework trpc (2c0168c)

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)