Skip to content

v0.40.2

Compare
Choose a tag to compare
@thdxr thdxr released this 25 Aug 00:58
· 3660 commits to master since this release

πŸš€ Enhancement

  • #743 Disable version reporting to skip unnecessary CF updates (@thdxr)
  • #718 App: Support setting defaultRemovalPolicy (@thdxr)
    import { RemovalPolicy } from "@aws-cdk/core";
    
    export default function main(app: sst.App): void {
      app.setDefaultRemovalPolicy(RemovalPolicy.DESTROY);
    }
  • #699 StaticSite: Add support for external domains (@warwickgrigg)
  • #717 Function: infer copyFiles destination from source path (@thdxr)
  • #724 sst start: print error object with full depth (@fwang)

πŸ› Bug Fix

  • #744 Fix issue with inconsistent updates to functions (@thdxr)
  • #731 CLI: Scan recursively to figure out if project is using yarn (@thdxr)
  • #722 sst start: handler function returning function crashes (@fwang)

Committers:


Update using:

$ npm install --save --save-exact @serverless-stack/cli@0.40.2 @serverless-stack/resources@0.40.2