Releases: H4ad/serverless-adapter
Releases · H4ad/serverless-adapter
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)
v2.0.0
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
1.0.2 (2022-04-01)
Bug Fixes
- readme: broken links in readme (c049498)