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

Releases: exoego/aws-sdk-scalajs-facade

0.24.2-v2-437-0

24 Aug 00:56
Compare
Choose a tag to compare

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

  • Add back endpoint in AWSConfig for ApiGatewayManagementAPI @exoego (#66)

🧰 Maintenance

  • Inline callback type alias to remove package object @exoego (#60)

v0.24.1-v2-473-0

22 Aug 00:44
Compare
Choose a tag to compare

Bugfix

  • CloudFront.Signer's helper factory PolicyStatements produces broken JSON #56

v0.24.0-v2-473-0

21 Aug 00:33
Compare
Choose a tag to compare

Features

  • Tweak CloudFront signer #47
  • Tweak AWSConfig #48
  • Modularlize artifacts #53

Docs

  • Add example of codes #40
  • Recommmend minimize dependencies #54

and lots of tooling updates thanks to Scala Steward.

v0.23.0-v2-473-0

21 Jun 08:19
Compare
Choose a tag to compare

Feature

  • 2ffe52d Added extension methods that returns scala.concurrent.Future like AWS.S3().getObjectFuture(...), so no more redundant AWS.S3().getObject(...).promise.toFuture, closes #34
    • Note) Exntension methods are NOT added for deprecated API, like s3.getBucketLifecycle
  • 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

20 Jun 08:13
Compare
Choose a tag to compare
  • 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