Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

v0.31.0-v2.731.0 🌈

Compare
Choose a tag to compare
@release-drafter release-drafter released this 12 Aug 06:34
· 385 commits to master since this release
95dbac1

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

  • [dynamodb] Fix type of the argument in AttributeValue.NS @exoego (#264)

🧰 Maintenance