Releases: aws/aws-sdk-kotlin
Releases · aws/aws-sdk-kotlin
v0.28.2-beta
[0.28.2-beta] - 07/13/2023
Fixes
- #242 Correctly handle and throw
InvalidChangeBatchresponses from Route53
Miscellaneous
- Sync AWS service models
v0.28.1-beta
[0.28.1-beta] - 07/06/2023
Miscellaneous
- Upgrade smithy-kotlin and sync service models.
v0.28.0-beta
[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
v0.27.2-beta
[0.27.2-beta] - 06/22/2023
Miscellaneous
- Sync AWS service models
v0.27.1-beta
[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
v0.27.0-beta
[0.27.0-beta] - 06/09/2023
Miscellaneous
- Upgrade smithy-kotlin and sync service models.
- #824 BREAKING: Update closeability of various types of CredentialsProvider
v0.26.1-beta
[0.26.1-beta] - 06/01/2023
Fixes
- Fix infinite pagination in S3
ListParts
Miscellaneous
- Sync AWS models and bump smithy-kotlin
v0.26.0-beta
[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
v0.25.0-beta
[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.
v0.24.0-beta
[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
SsoCredentialsProviderto take anSsoSessionparameter. - Sync smithy-kotlin and service models.