Skip to content

Releases: aws/aws-lambda-go

v1.55.0

Choose a tag to compare

@maxday maxday released this 27 Aug 18:44
6800157

What's changed

  • Bump min go version to 1.26 (#638) — @maxday
  • Enable Go 1.27 compatibility & fix serialization test bugs (#637) — @djedward
    • Fixed TestMalformedJson to correctly pass a pointer to json.Unmarshal,
      matching the intended behavior after Go 1.27's JSON library changes.
    • Relaxed error-message matching in tests so both Go 1.27 and earlier versions pass.
    • Hardened flaky integration tests (TestEnableSigterm, TestConcurrencyWithRIE)
      with polling and increased timeouts.
  • Add missing userNotFound field to Cognito auth trigger requests (#630) — @anzheyazzz
    • Adds 3 missing userNotFound fields to the Cognito auth trigger request events.
  • Pin GitHub Actions to commit SHAs (#623) — @maxday
    • Hardens CI supply-chain security by pinning actions to their SHAs.

Full changelog: v1.54.0...v1.55.0

v1.54.0

Choose a tag to compare

@maxday maxday released this 23 Mar 12:13
ca19f6f

What's Changed

  • Allow ClientContext.Custom unmarshaling for non-string (JSON) values by @M-Elsaeed in #620

New Contributors

Full Changelog: v1.54.0...v1.53.0

v1.53.0

Choose a tag to compare

@maxday maxday released this 03 Mar 13:18
9c32960

What's Changed

New Contributors

Full Changelog: v1.53.0...v1.52.0

v1.52.0

Choose a tag to compare

@bmoffatt bmoffatt released this 15 Jan 19:21
9dac8a5

What's Changed

  • lambdacontext feature: Adding structured logging helper by @anzheyazzz in #614

New Contributors

Full Changelog: v1.51.2...v1.52.0

v1.51.2

Choose a tag to compare

@bmoffatt bmoffatt released this 12 Jan 23:46
6252f73

What's Changed

New Contributors

Full Changelog: v1.51.1...v1.51.2

v1.51.1

Choose a tag to compare

@bmoffatt bmoffatt released this 16 Dec 18:55
d4fbc0b

What's Changed

Full Changelog: v1.51.0...v1.51.1

v1.51.0

Choose a tag to compare

@bmoffatt bmoffatt released this 08 Dec 18:02
1fe9d1b

What's Changed

Full Changelog: v1.50.0...v1.51.0

v1.50.0

Choose a tag to compare

@bmoffatt bmoffatt released this 10 Oct 16:09
43d6b21

What's Changed

  • Add support for otfMetadata in Kinesis firehose response metadata for Iceberg routing by @Smelton01 in #595

New Contributors

Full Changelog: v1.49.0...v1.50.0

v1.49.0

Choose a tag to compare

@bmoffatt bmoffatt released this 02 Jun 17:01
42a01a9

What's Changed

New Contributors

Full Changelog: v1.48.0...v1.49.0

v1.48.0

Choose a tag to compare

@godcrampy godcrampy released this 09 Apr 17:31
288af9e

What's Changed

Full Changelog: v1.47.0...v1.48.0