Previous Serverless Version 0.5.x v1.8.0 Release Notes

Release Date: 2017-02-28 // about 7 years ago
  • Non-Breaking Changes

    • ๐Ÿ›  Fixed bug with deployment progress monitoring (#3297)
    • ๐Ÿ›  Fixed "too many open files" error (#3310)
    • ๐Ÿ›  Fixed bug with functions lists loaded from a separate file using Serverless Variables (#3186)

    ๐Ÿ’ฅ Breaking Changes

    โœ‚ Removed IamPolicyLambdaExecution Resource

    ๐Ÿšš We've removed the IamPolicyLambdaExecution resource template and replaced it with inline policy within the role as it's been causing issues with VPC and bloating the CF template. This is a breaking change only for users who are depending on that resource with Ref or similar CF intrinsic functions.

    ๐Ÿ”„ Changed displayed function name for sls info

    ๐Ÿ“œ The function name displayed when you run sls info is now the short function name as found in serverless.yml rather than the actual lambda name to keep it more provider agnostic. This could be breaking for any user who is depending or parsing the CLI output.

    Meta