Releases: H4ad/serverless-adapter
Releases · H4ad/serverless-adapter
v2.5.0
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
2.4.0 (2022-06-28)
Features
- trpc: added support to framework trpc (2c0168c)
v2.3.2
2.3.2 (2022-06-21)
Bug Fixes
- api-gateway-v1: force lower case for headers (4a271db)
v2.3.1
2.3.1 (2022-06-19)
Bug Fixes
- lazy: added correct export in index.ts (71016b2)
v2.3.0
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
2.2.0 (2022-05-26)
Features
- huawei: added support to event function with api gateway adapter (a92254a)
v2.1.0
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
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
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
2.0.1 (2022-04-02)
Bug Fixes
- network: overriding _readableState causes weird bugs of process exiting in deadlock (e3c46bc)