Skip to content

Bump serverless from 4.31.2 to 4.32.0 in /serverless#356

Merged
Tsingis merged 1 commit intomainfrom
dependabot/npm_and_yarn/serverless/serverless-4.32.0
Feb 14, 2026
Merged

Bump serverless from 4.31.2 to 4.32.0 in /serverless#356
Tsingis merged 1 commit intomainfrom
dependabot/npm_and_yarn/serverless/serverless-4.32.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2026

Bumps serverless from 4.31.2 to 4.32.0.

Release notes

Sourced from serverless's releases.

4.32.0

Features

Serverless Framework

provider:
  name: aws
  runtime: dotnet10
  • Added --on-exit=remove option for Dev Mode. When exiting serverless dev with Ctrl+C, this option prompts to remove the deployed service stack, streamlining teardown after development. (#13342, #13321)
serverless dev --on-exit=remove
  • Added accessMode configuration for API Gateway custom domains. You can now set the API Gateway endpoint access mode to basic or strict for REST API domains managed through API Gateway V1. (#13329, #13332, #13343)
custom:
  domain:
    name: api.example.com
    apiType: rest
    securityPolicy: SecurityPolicy_TLS13_2025_EDGE
    accessMode: strict

Note The accessMode setting requires an enhanced securityPolicy (e.g., SecurityPolicy_TLS13_2025_EDGE) and is only supported for REST API domains. HTTP API and WebSocket domains use API Gateway V2, which does not support this setting.

Bug Fixes

Serverless Framework

  • Fixed Dev Mode connection breakage from large MQTT payloads. Requests or responses exceeding AWS IoT Core's 128 KB MQTT payload limit would silently break the connection, leaving the CLI in a zombie state where it appeared connected but all subsequent invocations failed. The Framework now checks payload sizes proactively and returns clear error messages instead of breaking the connection. (#13313)
  • Fixed S3 upload failure when deploying symlinked artifacts. AWS SDK v3 uses lstatSync to determine file size for multipart uploads, which returns the symlink size instead of the target file size. This caused "Expected N part(s) but uploaded M part(s)" errors when plugins like serverless-python-requirements cache artifacts as symlinks. The Framework now passes an explicit ContentLength to S3. (#13317)

Maintenance

  • Upgraded AWS SDK v3 from 3.968.0 to 3.982.0 (#13303, #13314, #13334)
  • Upgraded @​modelcontextprotocol/sdk from 1.25.3 to 1.26.0 — security fix for cross-client response data leak (#13323)
  • Upgraded mongodb from 7.0.0 to 7.1.0 (#13337)
  • Upgraded jackson-core, jackson-databind, jackson-annotations, and jackson-datatype-joda to 2.21.0 in Java invoke-local wrapper (#13340)
  • Upgraded fast-xml-parser to 5.3.4 (#13311)
  • Upgraded esbuild from 0.27.2 to 0.27.3 (#13336)
  • Upgraded axios from 1.13.3 to 1.13.5 (#13319, #13336)
  • Upgraded zod from 4.3.5 to 4.3.6 (#13305)

... (truncated)

Commits
  • c1d9ea5 chore: release 4.32.0 (#13344)
  • 9279e61 feat(domains): add accessMode configuration for API Gateway (#13343)
  • aa05d6c feat(dev): add option --on-exit=remove (#13342)
  • 94c9aa8 chore(deps): ignore @​axiomhq/js v1.4.0+ due to Node.js 18 deprecation (#13324)
  • 74d1914 chore(deps): bump jackson-annotations to 2.21.0 (#13340)
  • 1c5b9bd feat: add support for dotnet10 AWS Lambda runtime (#13331)
  • b7ec90f chore(deps): bump mongodb from 7.0.0 to 7.1.0 (#13337)
  • abee75c chore(deps): bump the patch-updates group with 4 updates (#13336)
  • ca19849 chore(deps-dev): bump globals in the dev-dependencies group (#13335)
  • 3a2f3dd chore(deps): bump the aws-sdk group with 28 updates (#13334)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [serverless](https://github.com/serverless/serverless) from 4.31.2 to 4.32.0.
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/RELEASE_PROCESS.md)
- [Commits](https://github.com/serverless/serverless/compare/sf-core@4.31.2...sf-core@4.32.0)

---
updated-dependencies:
- dependency-name: serverless
  dependency-version: 4.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 14, 2026
@sonarqubecloud
Copy link

@Tsingis Tsingis merged commit cb4bf93 into main Feb 14, 2026
3 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/serverless/serverless-4.32.0 branch February 14, 2026 08:56
Tsingis pushed a commit that referenced this pull request Feb 14, 2026
Bumps [serverless](https://github.com/serverless/serverless) from 4.31.2 to 4.32.0.
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/RELEASE_PROCESS.md)
- [Commits](https://github.com/serverless/serverless/compare/sf-core@4.31.2...sf-core@4.32.0)

---
updated-dependencies:
- dependency-name: serverless
  dependency-version: 4.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant