Skip to content

Releases: oss-serverless/serverless

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

v3.51.2

06 Jul 19:54
4e7c1c8

Choose a tag to compare

What's Changed

  • build(deps): bump com.fasterxml.jackson.core:jackson-core from 2.11.0 to 2.13.0 in /lib/plugins/aws/invoke-local/runtime-wrappers/java by @dependabot in #64
  • fix: resolve tsconfig paths with tsx by @zirkelc in #68

Full Changelog: v3.51.1...v3.51.2

v3.51.1

05 Jun 08:19
a53cfa8

Choose a tag to compare

What's Changed

  • Fix: Support fallback values for ${param:x, fallback} syntax in stage parameters by @yashptel in #63

New Contributors

Full Changelog: v3.51.0...v3.51.1