Skip to content

Releases: probot/adapter-aws-lambda-serverless

v4.0.2

06 Feb 05:58
b79e59c
Compare
Choose a tag to compare

4.0.2 (2025-02-06)

Bug Fixes

  • typescript: fix types for createLambdaFunction() (#135) (b79e59c), closes #132

v4.0.1

30 Jan 18:21
2ee0c04
Compare
Choose a tag to compare

4.0.1 (2025-01-30)

Bug Fixes

  • typescript: add types for createLambdaFunction() (#132) (2ee0c04)

v4.0.0

20 Jun 16:38
aa64b4e
Compare
Choose a tag to compare

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

18 Sep 19:18
1eb30a0
Compare
Choose a tag to compare

3.0.4 (2023-09-18)

Bug Fixes

  • update template to not rely on filesystem location of package.json (#120) (1eb30a0)

v3.0.3

05 Jul 18:58
6a0dd6f
Compare
Choose a tag to compare

3.0.3 (2023-07-05)

Bug Fixes

  • types: correct type for createLambdaFunction (#117) (6a0dd6f)

v3.0.2

09 Jan 23:37
0ac1661
Compare
Choose a tag to compare

3.0.2 (2023-01-09)

Bug Fixes

v3.0.1

09 Mar 15:34
34e7abc
Compare
Choose a tag to compare

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.1-beta.1

01 Dec 21:25
be82e8a
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release

3.0.1-beta.1 (2021-12-01)

Bug Fixes

v3.0.0

09 Nov 18:11
8307a87
Compare
Choose a tag to compare

BREAKING CHANGES

  • upgrade Probot dependency v11 to v12

v2.1.0

03 Nov 16:54
4cfda8f
Compare
Choose a tag to compare

2.1.0 (2021-11-03)

Features