Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 02:25
· 1 commit to main since this release

Breaking Changes

  • The uploader lambda Runtime must be upgraded to nodejs18.x or later.

What's Changed

  • Upgraded to AWS SDK V3
  • AWS SDK is no longer bundled and is expected to be provided by the AWS Lambda runtime. This reduced the bundle size from ~110Kb to ~30Kb. Note: This is a breaking change and requires the uploader lambda to be upgraded to nodejs18.x or later.
  • Fixed issue where invalid .s3uploadconfig.json would break
  • Dependency version bumps

Full Changelog: v1.1.0...v1.2.0