This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
v0.31.0-v2.731.0 🌈
release-drafter
released this
12 Aug 06:34
·
385 commits
to master
since this release
Highlight ✨
- The base aws-sdk-js is updated to v2.731.0.
- From this version, only Scala.js 1.x is supported.
- Some optimizations
🚀 Features
- optimization: Import services directly for tree-shaking @exoego (#255)
- optimization: Array of pseudo enums is now populated only if invoked, so the unused enums could be excluded in JS @exoego (#245)
- [s3] Remove deprecated S3Extesion @exoego (#239)
- [s3] Extension method for objects deletion by prefix @exoego (#219)
- [dynamodb] Add DynamoDBConverter @exoego (#251)
- [dynamodb] Add dynamodb Set wrapper for BS/NS/SS @exoego (#265)
- [cloudfrontsigner] 💥Optimize option tratits @exoego (#259)
- [cloudfrontsigner] Import services directly for tree-shaking @exoego (#258)
- Update to aws-sdk-js v2.731.0 @exoego (#263)
- Update to aws-sdk-js v2.730.0 @exoego (#260)
- Update to aws-sdk-js v2.724.0 @exoego (#246)
- Update to aws-sdk-js v2.722.0 @exoego (#243)
- Update to aws-sdk-js v2.721.0 @exoego (#242)
- Update to aws-sdk v2.725.0 @exoego (#248)
- Minimize footprint of enum definitions @exoego (#240)
🐛 Bug Fixes
🧰 Maintenance
- releasing: Sort changes by title @exoego (#262)
- pre-release-bug: Fix AWS.Dynamo.Converter import name @exoego (#252)
- format: Newlines at end of extension @exoego (#250)
- format: Minimize new lines to minimize diffs @exoego (#244)
- [core] Allow inlining Error constants @exoego (#261)
- Update to Scala 2.12.12 @exoego (#247)
- Update scalatest to 3.2.1 @scala-steward (#253)
- Update scalafmt-core to 2.6.4 @scala-steward (#241)
- Update sbt-scalafmt to 2.4.2 @scala-steward (#249)
- Drop Scala.js 0.6.x since it reached EOL @exoego (#256)