Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.13.0-beta

17 Feb 22:50
Compare
Choose a tag to compare
v0.13.0-beta Pre-release
Pre-release

[0.13.0-beta] - 02/17/2022

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

Breaking changes

  • add sso credential provider; make all providers kmp compatible #469

New features

  • update AWS models to latest versions #532

Fixes

  • bump crt-kotlin to latest to fix leaked connections #529
  • isClosedForRead implies availableForRead is zero
  • fix CRT read channel buffer management

Miscellaneous

  • coroutine version bump to 1.6.0 and Duration stabilization #514
  • dokka upgrade #523
  • upgrade smithy to 1.17.0 #521

v0.12.0-beta

04 Feb 20:20
Compare
Choose a tag to compare
v0.12.0-beta Pre-release
Pre-release

[0.12.0-beta] - 02/04/2022

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

Breaking changes

  • enable waiters

Fixes

  • propagate crt stream errors to response body consumer #510

0.11.0 Beta Release

20 Jan 20:46
637d180
Compare
Choose a tag to compare
0.11.0 Beta Release Pre-release
Pre-release

[0.11.0-beta] - 01/20/2022

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

Breaking changes

  • Generate presigner into nested package for consistency #502

New features

  • update AWS models to latest versions #505

0.10.1 Beta Release

13 Jan 19:32
df2aa11
Compare
Choose a tag to compare
0.10.1 Beta Release Pre-release
Pre-release

[0.10.1-beta] - 01/13/2022

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

New features

Fixes

  • enforce only once shutdown logic for crt engine connections #497

0.10.0 Beta Release

06 Jan 23:21
51e2daa
Compare
Choose a tag to compare
0.10.0 Beta Release Pre-release
Pre-release

[0.10.0-beta] - 01/06/2022

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

Breaking changes

  • Update codegen to generate base exception rather than UnknownServiceErrorException #484

New features

  • update AWS models to latest versions
  • upgrade to Kotlin 1.6.10 #474

Fixes

  • Fix usage of unicode in bucket names of s3 presigner #487
  • Add new services in published release #468

Miscellaneous

  • Add design tenets #466
  • updated the Readme doc to include API reference guide #471

0.9.5 Beta Release

09 Dec 22:08
69eef9f
Compare
Choose a tag to compare
0.9.5 Beta Release Pre-release
Pre-release

[0.9.5-beta] - 12/09/2021

** 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

  • amplifyuibuilder
  • appconfigdata
  • backupgateway
  • chimesdkmeetings
  • drs
  • evidently
  • inspector2
  • iottwinmaker
  • migrationhubrefactorspaces
  • migrationhubstrategy
  • rbin
  • resiliencehub
  • rum
  • workspacesweb

Fixes

  • move endpoint resolution log messages from DEBUG to TRACE #443
  • presigner cleanup #452
  • import signing test suite #451

0.9.4 Beta Release

02 Dec 06:32
Compare
Choose a tag to compare
0.9.4 Beta Release Pre-release
Pre-release

[0.9.4-beta] - 12/01/2021

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

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