Skip to content

Releases: sst/sst

v0.6.2

21 Jan 04:05
Compare
Choose a tag to compare

🚀 Enhancement

  • create-serverless-stack, resources
    • #60 Moving lambda to src dir in template (@jayair)

🐛 Bug Fix

  • cli, resources
    • #59 Using the ESLint Nodejs API instead (@jayair)
  • cli, core
    • #58 Fix logs not flushed to file on process.exit (@fwang)
  • cli
    • #57 Handling error cases for eslint and tsc (@jayair)

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

v0.6.1

19 Jan 22:17
Compare
Choose a tag to compare

🐛 Bug Fix

  • create-serverless-stack, resources
    • #54 Fixing sst.Function props in template (@jayair)
  • cli
    • #53 Debug logs not flushed to file on process.exit (@fwang)

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

v0.6.0

19 Jan 03:01
Compare
Choose a tag to compare

💥 Breaking Change

  • cli, resources
    • #39 Remove entry from sst.Function construct (@fwang)
      The sst.Function now takes handler, of the format path/to/file.functionName instead of entry (path/to/file.js) and handler (functionName). This change was necessary for a couple of other constructs that are on the roadmap. Moving forward, we'll be keeping breaking changes to a minimum.

🐛 Bug Fix

  • cli, resources
    • #50 Resolve paths to eslint and tsc in Yarn workspaces (@jayair)
  • cli
    • #42 Lambda functions are synthesized twice and debug stack is not removed in sst remove (@fwang)

📝 Documentation

  • resources
    • #51 Updating sst.Functions docs with handler change (@jayair)
  • Other
  • cli, core, create-serverless-stack, resources

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

v0.5.0

12 Jan 03:15
Compare
Choose a tag to compare

Introducing sst start; a Lambda development environment for CDK apps. Read more here.

🚀 Enhancement

  • cli, core, create-serverless-stack, resources
    • #17 Adding sst start, a local dev environment for Lambda

Upgrade Notes

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

If you are upgrading to 0.5.0, the temp directory that SST generates has now been renamed from build to .build. So if you have a build directory in your project root, you can delete it.

Fixing deploy bug

23 Dec 20:03
Compare
Choose a tag to compare

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

Updating to CDK 1.79.0

18 Dec 19:30
Compare
Choose a tag to compare

Update using.

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

Handling nested ESLint setups

27 Oct 01:42
Compare
Choose a tag to compare

Fixes #11

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

Allowing `testPathIgnorePatterns` in package.json

19 Oct 21:54
Compare
Choose a tag to compare

Allowing testPathIgnorePatterns to be configured through the package.json as well.

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

Fixing export name shows undefined if stack has not changed

03 Oct 01:42
Compare
Choose a tag to compare

Fixing export name shows undefined if stack has not changed (#6).

Update using:

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]

Fixing deploy and remove single stack

03 Oct 00:56
Compare
Choose a tag to compare

Fixing deploy and remove command to handle single stacks (https://github.com/serverless-stack/serverless-stack/pull/5/files).

Update using.

$ npm install --save --save-exact @serverless-stack/[email protected] @serverless-stack/[email protected]