github dherault/serverless-offline v10.0.0

latest releases: v14.3.1, v14.3.0, v14.2.0...
2 years ago

⚠ BREAKING CHANGES

  • remove hide stack traces option
    • MIGRATION: if you want the stack trace for some reason to be hidden you can catch any possible exception in your handler code and modify the error instance yourself
  • rename option to terminate lambda time
    • MIGRATION: the previous option was never mentioned in the documentation. just use the new flag name.
  • remove child process option (#1545)
    • MIGRATION: the --useChildProcess flag was not needed anymore since the introduction of worker-threads in node.js. just use the default (no option), which is worker-threads.
  • remove print output option (#1559)
    • MIGRATION: if you want the result to be printed in the console you can do it yourself in the handler code

Features

Bug Fixes

  • add node.js v16 to unsupported docker runtimes (6ab3928)
  • remove child process option (#1545) (db395dd)
  • remove hide stack traces option (1820771)
  • remove print output option (#1559) (9f31825)

Maintenance Improvements

  • rename option to terminate lambda time (3b9e45f)
  • unsupported docker runtimes (c4a53d9)

Don't miss a new serverless-offline release

NewReleases is sending notifications on new releases.