Skip to content

Releases: oss-serverless/serverless

v3.52.1

22 Aug 11:36
09fe9d1
Compare
Choose a tag to compare

What's Changed

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

v3.52.0

04 Aug 16:03
139880d
Compare
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
Compare
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
Compare
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

v3.51.0

06 Apr 20:20
296a053
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.50.0...v3.51.0

v3.50.0

04 Apr 08:56
bd28528
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.49.0...v3.50.0

v3.49.0

09 Mar 09:45
6e1a0d8
Compare
Choose a tag to compare

What's Changed

  • Add ability to set a description for a HttpApi by @j0k3r in #31
  • Support ESM and Typescript configs by @zirkelc in #30

New Contributors

Full Changelog: v3.48.0...v3.49.0

v3.48.0

05 Mar 09:07
f19eb4d
Compare
Choose a tag to compare

What's Changed

  • feat: add custom runtime support based on the defined runtime by @lkeijmel in #26

New Contributors

Full Changelog: v3.47.0...v3.48.0

v3.47.0

13 Feb 14:52
c832eba
Compare
Choose a tag to compare

What's Changed

  • Fix support for Serverless Compose by @mnapoli in #28

Full Changelog: v3.46.0...v3.47.0

v3.46.0

28 Jan 21:49
0665e63
Compare
Choose a tag to compare

What's Changed

  • Improve the documentation on deploying custom resources by @mnapoli in #23
  • Enable setting AWS API Gateway integration timeout by @danmactough in #25

New Contributors

Full Changelog: v3.45.0...v3.46.0