aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

APACHE-2.0 License

Stars
392
aws-sdk-kotlin - v0.17.3-beta

Published by aws-sdk-kotlin-ci about 2 years ago

[0.17.3-beta] - 08/04/2022

Miscellaneous

  • Sync AWS service models
aws-sdk-kotlin - v0.17.2-beta

Published by aws-sdk-kotlin-ci about 2 years ago

[0.17.2-beta] - 07/28/2022

Miscellaneous

aws-sdk-kotlin - v0.17.1-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.17.1-beta] - 07/21/2022

Features

  • #509 Implement ID prefix trimming for route53 resources.

Miscellaneous

  • Sync AWS service models.
aws-sdk-kotlin - v0.17.0-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.17.0-beta] - 07/14/2022

Fixes

  • Breaking: Move DSL overloads on generated clients to extension methods

Miscellaneous

  • Sync AWS service models.
  • Breaking: Upgrade smithy-kotlin version which will replace all instances of Set<T> with List<T> in service shapes
aws-sdk-kotlin - v0.16.7-beta

Published by aws-sdk-kotlin-ci over 2 years ago

aws-sdk-kotlin - v0.16.6-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.6-beta] - 07/08/2022

Features

  • #123 Add support for smithy Document type.

Miscellaneous

  • Update AWS models to latest versions
  • Upgrade smithy-kotlin version to 0.11.2
  • #599 Upgrade Smithy version to 1.22
aws-sdk-kotlin - v0.16.5-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.5-beta] - 07/01/2022

Miscellaneous

  • #622 Upgrade Kotlin to 1.7
aws-sdk-kotlin - v0.16.4-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.4-beta] - 06/23/2022

Fixes

  • #139 Validate that members bound to URI paths are non-null at object construction

Miscellaneous

  • Upgrade smithy kotlin to 0.11.0
aws-sdk-kotlin - v0.16.3-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.3-beta] - 06/16/2022

Features

  • Support bootstrapping services by package name (in addition to by model filename)

Documentation

  • Update the debugging guide to demonstrate how to use Log4j2 for logging

Miscellaneous

  • Sync AWS models to latest
aws-sdk-kotlin - v0.16.2-beta

Published by lucix-aws over 2 years ago

[0.16.2-beta] - 06/10/2022

Fixes

  • #619, #657 Upgrade smithy-kotlin to pull in fixes for signing bugs.

Documentation

  • #620 Update outdated howto docs to correctly describe client instantiation and client engine configuration

Miscellaneous

  • Sync AWS models to latest
aws-sdk-kotlin - v0.16.1-beta

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.1-beta] - 06/02/2022

Features

  • #617 Add a new non-CRT SigV4 signer and use it as the default. This removes the CRT as a hard dependency for using the SDK (although the CRT signer can still be used via explicit configuration on client creation).

Miscellaneous

  • Sync AWS models to latest
aws-sdk-kotlin - v0.16.0

Published by aws-sdk-kotlin-ci over 2 years ago

[0.16.0] - 05/26/2022

Features

  • #460 Enhance generic codegen to be more KMP-friendly. This is a breaking change which means service client artifacts will now include their platform name (e.g., s3-jvm-<version>.jar vs s3-<version>.jar). Users consuming dependencies through the Gradle Kotlin plugin will have this handled automatically for them.

Fixes

  • #480 Upgrade smithy-kotlin to 0.10.0 which upgrades to ktor-2.x. This is considered a breaking change as it may reverse the issue described in #480 and break ktor-1.x users.

Miscellaneous

  • Upgrade smithy-kotlin to 0.9.2 which includes codegen updates to generate operations with all optional inputs to include a default parameter. See smithy-kotlin#129
  • upgrade kotlin to 1.6.21 and other deps to latest
aws-sdk-kotlin - v0.15.2-beta

Published by ianbotsf over 2 years ago

[0.15.2-beta] - 05/13/2022

Features

  • Implement recursion detection middleware.
  • #575 Add support for detecting custom metadata in system properties (starting with aws.customMetadata.) and environment variables (starting with AWS_CUSTOM_METADATA_)
aws-sdk-kotlin - v0.15.1-beta

Published by ianbotsf over 2 years ago

[0.15.1-beta] - 04/29/2022

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

Documentation

  • update API reference doc styling

Miscellaneous

  • Sync latest AWS service models
  • Refactor hashing functions into new subproject
aws-sdk-kotlin - v0.14.4-beta

Published by aajtodd over 2 years ago

[0.14.4-beta] - 04/21/2022

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

Fixes

  • CreateMultipartUpload doesn't get signed correctly #588
  • Possible memory leak in new default HTTP engine #587

Miscellaneous

  • sync AWS models #590
aws-sdk-kotlin - v0.14.3-beta

Published by ianbotsf over 2 years ago

[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
aws-sdk-kotlin - v0.14.2-beta

Published by aajtodd over 2 years ago

[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
aws-sdk-kotlin - v0.14.1-beta

Published by ianbotsf over 2 years ago

[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
aws-sdk-kotlin - v0.14.0-beta

Published by ianbotsf over 2 years ago

[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
aws-sdk-kotlin - v0.13.1-beta

Published by aajtodd over 2 years ago

[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