aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

APACHE-2.0 License

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

Published by aws-sdk-kotlin-ci over 1 year ago

[0.29.0-beta] - 07/20/2023

Features

  • #146, #800 Enable Timestream Query and Timestream Write service clients
  • #969 Make region an optional client config parameter to support multi-region use cases

Miscellaneous

  • BREAKING: Refactor observability API and configuration. See the discussion for more information.
  • Sync AWS service models.
aws-sdk-kotlin - v0.28.2-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.28.2-beta] - 07/13/2023

Fixes

  • #242 Correctly handle and throw InvalidChangeBatch responses from Route53

Miscellaneous

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

Published by aws-sdk-kotlin-ci over 1 year ago

[0.28.1-beta] - 07/06/2023

Miscellaneous

  • Upgrade smithy-kotlin and sync service models.
aws-sdk-kotlin - v0.28.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.28.0-beta] - 06/29/2023

Features

  • #701 Breaking: Simplify mechanisms for setting/updating retry strategies in client config. See this discussion post for more details.
  • #701 Add adaptive retry mode

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version
aws-sdk-kotlin - v0.27.2-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.27.2-beta] - 06/22/2023

Miscellaneous

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

Published by aws-sdk-kotlin-ci over 1 year ago

[0.27.1-beta] - 06/19/2023

Fixes

  • #815 Fix a bug in forming S3 WriteGetObjectResponse's host path

Miscellaneous

  • Sync AWS service models.
  • Update user agent header to new cross-SDK format
aws-sdk-kotlin - v0.27.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.27.0-beta] - 06/09/2023

Miscellaneous

  • Upgrade smithy-kotlin and sync service models.
  • #824 BREAKING: Update closeability of various types of CredentialsProvider
aws-sdk-kotlin - v0.26.1-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.26.1-beta] - 06/01/2023

Fixes

  • Fix infinite pagination in S3 ListParts

Miscellaneous

  • Sync AWS models and bump smithy-kotlin
aws-sdk-kotlin - v0.26.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.26.0-beta] - 05/25/2023

Features

  • #755 Breaking: Refresh presigning APIs to simplify usage and add new capabilities. See this discussion post for more information.

Miscellaneous

  • Sync the latest versions of AWS service models and smithy-kotlin
aws-sdk-kotlin - v0.25.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.25.0-beta] - 05/19/2023

Features

  • Breaking: Make HTTP engines configurable in client config during initialization and during withCopy. See this discussion post for more information.

Miscellaneous

  • Sync smithy-kotlin and AWS service models.
aws-sdk-kotlin - v0.24.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.24.0-beta] - 05/12/2023

Features

  • #806 Add support for IAM Identity Center authentication and sso-session support in shared config

Miscellaneous

  • BREAKING: Refactor SsoCredentialsProvider to take an SsoSession parameter.
  • Sync smithy-kotlin and service models.
aws-sdk-kotlin - v0.23.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.23.0-beta] - 05/04/2023

Features

  • #432 Enable resolving LogMode from environment

Miscellaneous

  • Sync AWS models and smithy-kotlin to the latest versions
  • Refactor environment settings and retry modes into smithy-kotlin
  • Sync AWS models and bump smithy-kotlin version
aws-sdk-kotlin - v0.22.1-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.22.1-beta] - 04/21/2023

Features

  • BREAKING: Add support for retrying certain transient HTTP errors. RetryErrorType.Timeout was renamed to RetryErrorType.Transient.

Miscellaneous

  • Refactor internal endpoint resolver execution to track upstream changes.
  • Sync AWS models and bump smithy-kotlin version
aws-sdk-kotlin - v0.22.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.22.0-beta] - 04/14/2023

Miscellaneous

  • Refactor identity and authentication APIs
  • Upgrade smithy-kotlin and sync AWS service models.
aws-sdk-kotlin - v0.21.5-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.5-beta] - 04/06/2023

Fixes

  • #492 Don't use potentially stale profile when retrieving credentials via IMDS.

Miscellaneous

  • Upgrade smithy-kotlin to 0.16.6
  • Sync AWS models to latest versions
  • Upgrade smithy to pull in protocol tests for intEnum support.
aws-sdk-kotlin - v0.21.4-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.4-beta] - 03/30/2023

Features

  • Add support for awsQuery-compatible error responses.

Miscellaneous

  • add clarifying docs for endpointUrl
  • Sync latest AWS models
aws-sdk-kotlin - v0.21.3-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.3-beta] - 03/16/2023

Features

  • #206 Add support for loading FIPS and dual-stack endpoint settings from env, system properties, and shared config.
  • #206 Add support for loading S3 accelerate and addressing settings from shared config.

Fixes

  • #874 Ensure all unsigned operations are accessible without credentials in CognitoIdentityProvider.

Miscellaneous

  • Update smithy-kotlin version and sync service models.
aws-sdk-kotlin - v0.21.2-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.2-beta] - 03/09/2023

Features

  • Add sub-property support for AWS config.

Miscellaneous

  • Sync AWS models and bump smithy-kotlin version
aws-sdk-kotlin - v0.21.1-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.1-beta] - 03/02/2023

Miscellaneous

  • Sync AWS service models and smithy-kotlin version
aws-sdk-kotlin - v0.21.0-beta

Published by aws-sdk-kotlin-ci over 1 year ago

[0.21.0-beta] - 02/24/2023

Features

  • Sync AWS service models and smithy-kotlin version

Miscellaneous

  • Refactor: move CachedCredentialsProvider and CredentialsProviderChain to smithy-kotlin under aws.smithy.kotlin.runtime.auth.awscredentials package