Skip to content

Releases: awslabs/aws-sdk-kotlin

0.9.3 Alpha Release

19 Nov 21:18
7e20d6e
Compare
Choose a tag to compare
0.9.3 Alpha Release Pre-release
Pre-release

[0.9.3-alpha] - 11/19/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Fixes

  • render default endpoint resolver for machinelearning #424

v0.9.2-alpha

11 Nov 21:29
937aadf
Compare
Choose a tag to compare
v0.9.2-alpha Pre-release
Pre-release

[0.9.2-alpha] - 11/11/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • SDK generation and build docs #377

Fixes

  • disable signing for sts operations AssumeRoleWithSaml and AssumeRoleWithWebIdentity #407

Miscellaneous

  • Add howto to override default http client. #412

v0.9.1-alpha

04 Nov 20:52
e4948fa
Compare
Choose a tag to compare
v0.9.1-alpha Pre-release
Pre-release

[0.9.1-alpha] - 11/04/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • implement retries for imds #404
  • enable machinelearning endpoint customization #378
  • add glacier request body checksum #379

Fixes

  • restJson1 empty httpPayload body serialization #402

0.9.0 Alpha Release

28 Oct 21:56
fbddef7
Compare
Choose a tag to compare
0.9.0 Alpha Release Pre-release
Pre-release

[0.9.0-alpha] - 10/28/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Breaking changes

  • overhaul endpoint resolver types #361

New features

  • extend user agent metadata with framework, feature, and config #372

Misc

  • add sync models task and sync latest models #374

v0.8.0-alpha

21 Oct 22:03
90357e0
Compare
Choose a tag to compare
v0.8.0-alpha Pre-release
Pre-release

[0.8.0-alpha] - 10/21/2021

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Breaking changes

  • require a resolved configuration #351

New features

  • detect region from active AWS profile #344
  • ec2 imds region provider #341
  • Add STS assume role and web identity credential providers #352
  • ECS credential provider #353
  • ec2 credentials provider #348

Fixes

  • use wrapped response when deserializing modeled exceptions #358
  • switch from ULong to Long in public presigner API for better java interop #359

Misc

  • Bump Kotlin and Dokka versions to latest release #360
  • update aws models #347
  • add docs for enabling logging in unit tests #339

0.7.0 Alpha Release

14 Oct 22:14
1f0d2bc
Compare
Choose a tag to compare
0.7.0 Alpha Release Pre-release
Pre-release

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • http engine config #336
  • add codegen wrappers for retries #331

0.6.0 Alpha Release

08 Oct 00:17
2017d8c
Compare
Choose a tag to compare
0.6.0 Alpha Release Pre-release
Pre-release

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

New features

  • Implement basic retry support in runtime #328
  • Event stream framing support #320
  • Add IMDSv2 client in runtime #330

v0.5.0-alpha

30 Sep 19:07
807ecf3
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Breaking changes

  • split auth and signing packages #318
    • Import paths changed to aws.sdk.kotlin.runtime.auth.credentials and aws.sdk.kotlin.runtime.auth.signing

New features

  • autofill Glacier accountId #246
  • support JVM system property and environment variables for profiles #297
  • expose method to sign standalone requests #318
  • AWS configuration loader and parser #216

Fixes

  • utilize custom endpoint ports #310
  • Replace junit imports with kotlin.test imports where possible #321
  • update readme to include latest version #319
  • sync models and endpoints #317
  • Favor kotlin-test-juint5 over kotlin-test to resolve intermittent build failures #316
  • kotlin 1.5.30, coroutine, kotest version bumps #307

0.4.0 Alpha Release

27 Aug 01:47
28d4008
Compare
Choose a tag to compare
0.4.0 Alpha Release Pre-release
Pre-release

WARNING: Alpha releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Services new in this release

  • ec2
  • location
  • marketplacecommerceanalytics

New features

Fixes

M2 Preview Release

18 Jun 20:37
7fed663
Compare
Choose a tag to compare
M2 Preview Release Pre-release
Pre-release

WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!

Services new in this release

  • applicationcostprofiler
  • apprunner
  • autoscaling
  • cloudformation
  • cloudsearch
  • cloudwatch
  • docdb
  • elasticache
  • elasticbeanstalk
  • elasticloadbalancing
  • elasticloadbalancingv2
  • finspace
  • finspacedata
  • iam
  • neptune
  • nimble
  • rds
  • redshift
  • ses
  • sns
  • sqs
  • ssmcontacts
  • ssmincidents
  • sts

Changes

New Features

Fixes

Other

  • Kotlin 1.5.0 support
  • design docs added to docs/design directory