Releases: probot/adapter-aws-lambda-serverless
Releases · probot/adapter-aws-lambda-serverless
v4.0.0
4.0.0 (2024-06-20)
Features
BREAKING CHANGES
- drop support for no longer maintained Node.js versions (14 and 16). Node 18+ is required now
v3.0.4
3.0.4 (2023-09-18)
Bug Fixes
- update template to not rely on filesystem location of package.json (#120) (1eb30a0)
v3.0.3
3.0.3 (2023-07-05)
Bug Fixes
- types: correct type for
createLambdaFunction
(#117) (6a0dd6f)
v3.0.2
3.0.2 (2023-01-09)
Bug Fixes
v3.0.1
3.0.1 (2022-03-09)
Bug Fixes
- do not call
JSON.parse
on event.body
(#89) (c8472ff)
- remove extraneous
callbackWaitsForEmptyEventLoop
line (#90) (34e7abc)
v3.0.0
BREAKING CHANGES
- upgrade Probot dependency v11 to v12
v2.1.0
2.1.0 (2021-11-03)
Features
v2.0.2
2.0.2 (2021-07-19)
Bug Fixes
v2.0.1
2.0.1 (2021-02-25)
Bug Fixes