Skip to content

Releases: serverless/serverless

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

4.15.0

27 May 21:37
e2681bd
Compare
Choose a tag to compare

Features

Bug Fixes

  • Serverless Framework

    • Default to dev stage if user specified the stage option without a value
  • Serverless Container Framework

    • Handle when containers are not running during rebuild

4.14.4

20 May 22:18
e2681bd
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Framework
    • Skip AWS credentials check on the package command if a deployment bucket name is explicitly set via provider.deploymentBucket
    • Fix support for the -s shortcut in certain cases
    • Fix handling of the service name when service is provided as an object with a name property
  • Serverless Container Framework
    • Fix wildcard domain detection in ACM and Route 53

4.14.3

06 May 18:43
e2681bd
Compare
Choose a tag to compare

Security Fixes

  • Update Go version to address CVE-2025-22871, related to net/http in the Golang stdlib: We’ve reviewed the recent CVE, which generally affects the Go standard library in web servers and web-related functionalities. Since the Serverless Framework is a CLI tool does not rely on running a web server or handling web requests, users are not affected by this vulnerability. The CLI uses a small amount of Go to handle updating to the version set in frameworkCore in serverless.yml. Our update process uses HTTPS with SSL/TLS to securely check for and install new versions, ensuring no risk of exploitation or malicious code injection. All dependencies have been audited, and no vulnerabilities were found. However, upgrading is always a best practice and, we recommend users upgrade to the latest version to ensure they’re on the most secure release. This can be done via the serverless upgrade command, which will update the installer.

4.14.2

01 May 21:30
e2681bd
Compare
Choose a tag to compare

Bug Fixes

  • Serverless Framework
    • Fixed an issue with proxy support (#13062)