Skip to content

Releases: comicrelief/lambda-wrapper

v1.10.2

02 Sep 11:09
d2709ba

Choose a tag to compare

1.10.2 (2023-09-02)

Bug Fixes

v2.0.0-beta.3

23 Jan 15:48
d8857d0

Choose a tag to compare

v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2023-01-23)

Features

  • Export RESPONSE_HEADERS and fix its type (#1039) (d8857d0)

BREAKING CHANGES

  • the Access-Control-Allow-Credentials header value is
    now the string 'true' instead of Boolean true. This could affect
    tests that rely on unstringified values.

v2.0.0-beta.2

11 Jan 14:24
3845b0f

Choose a tag to compare

v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2023-01-11)

Bug Fixes

v2.0.0-beta.1

04 Jan 12:26
036e86a

Choose a tag to compare

v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2023-01-04)

Features

BREAKING CHANGES

v1.10.1

22 Aug 17:07
88e8fde

Choose a tag to compare

1.10.1 (2022-08-22)

Bug Fixes

v1.10.0

18 Feb 16:51
6ff4f78

Choose a tag to compare

1.10.0 (2022-02-18)

Features

  • Allow SQS port number to be passed as environmental configuration (#660) (6ff4f78)

v1.9.1

22 Dec 12:04
60c29dd

Choose a tag to compare

1.9.1 (2021-12-22)

Bug Fixes

  • Logger.label was not labelling traces (#589) (60c29dd)

v1.9.0

07 Dec 12:34
f733825

Choose a tag to compare

1.9.0 (2021-12-07)

Features

  • Get SQS account ID from env when offline (#567) (f733825)

v1.8.3

11 May 08:01
437e753

Choose a tag to compare

1.8.3 (2021-05-11)

Bug Fixes

  • Don't expect all lambdas to have a return value (#328) (437e753)

v1.8.2

21 Apr 10:52
3520fd3

Choose a tag to compare

1.8.2 (2021-04-21)

Bug Fixes

  • Default SQS.publish behaviour to not throw exceptions (#296) (3520fd3)