Skip to content

Releases: comicrelief/lambda-wrapper

v2.1.2

29 Jan 14:22
8e289a3
Compare
Choose a tag to compare

2.1.2 (2025-01-29)

Bug Fixes

v2.1.1

01 Aug 08:35
e5db5e6
Compare
Choose a tag to compare

2.1.1 (2024-08-01)

Bug Fixes

  • Pass complete SQS event to offline queue consumer (#1208) (e5db5e6)

v2.1.0

31 Jul 15:02
5e70d50
Compare
Choose a tag to compare

2.1.0 (2024-07-31)

Features

  • Allow short function names in queue consumer config (#1206) (5e70d50)

v2.0.3

24 Jul 15:49
0ae6216
Compare
Choose a tag to compare

2.0.3 (2024-07-24)

Bug Fixes

v2.0.2

18 Jul 12:55
37f7641
Compare
Choose a tag to compare

2.0.2 (2024-07-18)

Bug Fixes

v2.0.1

08 May 12:58
fcfe5d6
Compare
Choose a tag to compare

2.0.1 (2024-05-08)

Bug Fixes

v2.0.0

02 Apr 16:24
7500846
Compare
Choose a tag to compare

2.0.0 (2024-04-02)

Bug Fixes

Features

BREAKING CHANGES

  • SQSService#publish throws by default instead of
    handling errors. To maintain old behaviour, you can pass "catch" in
    the failureMode parameter.
  • SQSMessageModel will throw if required fields
    (MessageID, ReceiptHandle, Body) are missing from the SQS message.
  • Header keys returned by getAllHeaders are converted
    to lowercase. Accessing headers through non-lowercase keys will yield
    undefined, even if the header in the request is in the same case. Use
    lowercase keys, or use getHeader.
  • StatusModel and STATUS_TYPES are replaced with the
    ServiceStatus and Status types
  • We no longer use Epsagon for monitoring. Lambda Wrapper
    now supports Lumigo instead.
  • 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.
  • See the v2 migration guide for full details.

v2.0.0-beta.16

28 Mar 10:33
0d55ff1
Compare
Choose a tag to compare
v2.0.0-beta.16 Pre-release
Pre-release

2.0.0-beta.16 (2024-03-28)

Features

v2.0.0-beta.15

29 Feb 14:45
d4f275b
Compare
Choose a tag to compare
v2.0.0-beta.15 Pre-release
Pre-release

2.0.0-beta.15 (2024-02-29)

Bug Fixes

v2.0.0-beta.14

19 Jan 14:38
dca7620
Compare
Choose a tag to compare
v2.0.0-beta.14 Pre-release
Pre-release

2.0.0-beta.14 (2024-01-19)

Features

  • Throw by default from failed SQS publish (#1194) (dca7620)

BREAKING CHANGES

  • SQSService#publish throws by default instead of
    handling errors. To maintain old behaviour, you can pass "catch" in
    the failureMode parameter.