Skip to content

Releases: awslabs/aws-sdk-kotlin

v0.14.3-beta

14 Apr 20:19
Compare
Choose a tag to compare
v0.14.3-beta Pre-release
Pre-release

[0.14.3-beta] - 04/14/2022

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

Fixes

  • resolve region only when profile credentials require it #582
  • only set Content-Type when appropriate #570

Miscellaneous

  • sync AWS models #585

v0.14.2-beta

08 Apr 20:32
Compare
Choose a tag to compare
v0.14.2-beta Pre-release
Pre-release

[0.14.2-beta] - 04/07/2022

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

Fixes

  • fix timeout on large requests #572

v0.14.1-beta

31 Mar 22:07
Compare
Choose a tag to compare
v0.14.1-beta Pre-release
Pre-release

[0.14.1-beta] - 03/31/2022

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

New features

  • implement KMP XML serde and remove XmlPull dependency #563

Miscellaneous

  • sync AWS service models #564

v0.14.0-beta

24 Mar 22:28
Compare
Choose a tag to compare
v0.14.0-beta Pre-release
Pre-release

[0.14.0-beta] - 03/24/2022

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

Breaking changes

  • replace default HTTP client engine #554

New features

  • bootstrap event streams #545

Fixes

  • temporarily bypass httpchecksum traits until full flexible checksum support is available #558
  • include headers in presigning requests #556
  • backfill optional auth trait for cognito and cognito-idp #555

Miscellaneous

  • update AWS models to latest versions #559
  • cleanup presign tests #546

v0.13.1-beta

25 Feb 20:41
Compare
Choose a tag to compare
v0.13.1-beta Pre-release
Pre-release

[0.13.1-beta] - 02/25/2022

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

Fixes

  • improve detection of available read bytes to avoid hang #535

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