Skip to content

Releases: oss-serverless/serverless

v3.58.0

29 Oct 07:57
7bad692

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.57.0...v3.58.0

v3.57.0

28 Oct 10:21
7a1808a

Choose a tag to compare

What's Changed

  • Adding lambda:InvokeFunction permission for function url with NONE auth type by @tazorax in #102
  • Update nodejs version to 22.x for custom resource lambdas by @gleb-centrica in #100

New Contributors

Full Changelog: v3.56.0...v3.57.0

v3.56.0

16 Oct 09:23
5c98cac

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.55.0...v3.56.0

v3.55.0

06 Oct 12:01
2452335

Choose a tag to compare

What's Changed

  • Add Support for V2_0 and V3_0 Lambda Versions in PreTokenGeneration Cognito Triggers by @admirkadriu in #98

New Contributors

Full Changelog: v3.54.1...v3.55.0

v3.54.1

24 Sep 15:59
e2127ef

Choose a tag to compare

What's Changed

  • Adding missing AWS SDK v3 commands by @tazorax in #97

Full Changelog: v3.54.0...v3.54.1

v3.54.0

21 Sep 15:45
4c0093b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.53.0...v3.54.0

v3.53.0

03 Sep 12:30
1439c66

Choose a tag to compare

What's Changed

  • Add a failure destination to the Kafka configuration by @teunw in #90
  • Adds the ability to pass options to the docker build command by @electric-al in #89

New Contributors

Full Changelog: v3.52.2...v3.53.0

v3.52.2

27 Aug 08:03
3fe5479

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.52.1...v3.52.2

v3.52.1

22 Aug 11:36
09fe9d1

Choose a tag to compare

What's Changed

Full Changelog: v3.52.0...v3.52.1

v3.52.0

04 Aug 16:03
139880d

Choose a tag to compare

What's Changed

We want to move from the AWS SDK v2 to v3. This release includes Part 1 of this migration: osls still uses SDK v2 by default, but setting the environment variable SLS_AWS_SDK_V3=1 will make it use the SDK v3.

You can opt-in the new SDK version:

SLS_AWS_SDK_V3=1 serverless deploy

Help us test this by setting SLS_AWS_SDK_V3=1 in your .bashrc or similar and report issues 🙏

Full Changelog: v3.51.2...v3.52.0