Skip to content

4.22.0

Choose a tag to compare

@czubocha czubocha released this 22 Oct 18:14
3110342

Features

  • Serverless Framework
    • serverless-python-requirements plugin is now included in the Serverless Framework. You can remove it from the plugins list in your configuration file and from your package.json. The integration activates automatically whenever custom.pythonRequirements is present, so keep or add that block. It is fully backward-compatible and comes with uv support! Learn more in the docs.

Bug Fixes

  • Serverless Framework
    • Unused stages are now pruned from the service config (#13138)
    • Fixed an issue where a null app name was sent during authentication
    • Improved input validation
    • Ensured the print command returns a config without $ref references when no cycles exist

Maintenance

  • Serverless Framework
    • The WebSocket module is now lazy-loaded to reduce startup dependencies