This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
Releases: exoego/aws-sdk-scalajs-facade
Releases · exoego/aws-sdk-scalajs-facade
0.24.2-v2-437-0
Changes
🚀 Features
- Add missing features to Request trait @exoego (#65)
- Mark deprecated type alias (shape type in AWS SDK) @exoego (#64)
- Auto-gen AWSConfigWithServicesDefault @exoego (#63)
- Expose AWS object in core @exoego (#62)
- Support AWS.config. = in core module @exoego (#59)
🐛 Bug Fixes
🧰 Maintenance
v0.24.1-v2-473-0
Bugfix
- CloudFront.Signer's helper factory
PolicyStatements
produces broken JSON #56
v0.24.0-v2-473-0
v0.23.0-v2-473-0
Feature
- 2ffe52d Added extension methods that returns
scala.concurrent.Future
likeAWS.S3().getObjectFuture(...)
, so no more redundantAWS.S3().getObject(...).promise.toFuture
, closes #34- Note) Exntension methods are NOT added for deprecated API, like
s3.getBucketLifecycle
- Note) Exntension methods are NOT added for deprecated API, like
- b03af79 Added
@deprecated
annotation to APIs those deprecated in AWS SDK JS, closes #35 - 1b62a29 Added
facade.amazonaws.services.cloudfront.CloudFrontSigner
, closes #21 - d7b53d5 Inline primitive type aliases
v0.22.0-v2-473
- Cross compiled for Scala 2.12 and 2.13
- Built for AWS SDK JS 2.473.0 which is installed in AWS Lambda Node.js 10.x runtime