Previous Serverless Version 0.5.x v2.0.0 Release Notes

Release Date: 2020-09-10 // over 3 years ago
  • ๐Ÿฑ โš  BREAKING CHANGES

    • ๐Ÿ‘ Node.js version 10 or later is required (dropped support for v6 and v8)
    • CLI:
      • Locally installed (in service node_modules) CLI will be run instead of global one, when globally installed serverless CLI is invoked in a context of a service, which has locally installed serverless.
      • slss alias for serverless CLI command was removed. Rely on sls or serverless instead
      • bin/serverless was removed. If you target CLI script directly, point bin/serverless.js instead
    • AWS HTTP API:
      • Default payload was changed from 1.0 to 2.0
      • timeout setting as configured directly for httpApi event is no longer supported. Timeout value is now unconditionally resolved from function timeout setting (it's to guarantee that configured endpoint has necessary room to process function invocation)
    • AWS ALB: Support for providers.alb.authorizers[].allowUnauthenticated setting was removed. Rely on providers.alb.authorizers[].onUnauthenticatedRequest instead

    ๐Ÿ”‹ Features

    ๐Ÿ› Bug Fixes

    Maintanance Improvements


    ๐Ÿš€ Comparison since last release