Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: serverless/serverless

4.19.1

16 Sep 15:44
3110342
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Framework
    • Fixes proxy support for requests to the Serverless Platform API

4.19.0

15 Sep 22:14
3110342
Compare
Choose a tag to compare

Features

  • Serverless Framework
    • Add support for AWS SDK for JavaScript v3. Enable it by setting the environment variable SLS_AWS_SDK=3. See the docs for more info.
    • Add support for IAM roles per function, see the docs for more info.

Bug Fixes

  • Serverless Framework
    • Prevent logical ID collisions for Kafka EventSourceMappings, fixes #13112
    • Improve handling of named and default exports in CommonJS modules when using Serverless Variables, fixes #13106
    • Fixes proxy support in AWS SDK

Maintenance

4.18.2

26 Aug 18:57
e2681bd
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Framework
    • Fixes building functions with esbuild in dev mode

4.18.1

21 Aug 21:50
e2681bd
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Framework
    • Skips esbuild build when prebuilt artifacts are provided
    • Respects AWS_REGION env variable
    • Bumps jackson to 2.15.0 in invoke-bridge and to address CVE-2025-52999 and CVE-2025-49128
    • Bumps form-data to 4.0.4 to address CVE-2025-7783

4.18.0

06 Aug 22:29
e2681bd
Compare
Choose a tag to compare

Features

4.17.2

24 Jul 16:08
e2681bd
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Container Framework
    • Fixes an issue with the AWS CRT not always being found when creating Cloudfront resources

4.17.1

17 Jun 17:49
e2681bd
Compare
Choose a tag to compare

Features

  • Serverless Framework
    • Add support for ENABLE_LEGACY_DEPLOYMENT_BUCKET env var.
    • Enable packaging without AWS credentials if using legacy deployment buckets.

Bug Fixes

  • Serverless Framework
    • Add better validation if deploying to multiple regions and/or stages at the same time.

4.17.0

05 Jun 18:22
e2681bd
Compare
Choose a tag to compare

Features

  • Serverless Framework
    • Add support for NO_PROXY (#6048)

4.16.1

04 Jun 03:19
e2681bd
Compare
Choose a tag to compare

Features

  • Serverless Container Framework
    • A new AWS DeploymentType with faster and more reliable routing

4.15.1

28 May 02:58
e2681bd
Compare
Choose a tag to compare

Bug Fixes