Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
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
SsoCredentialsProvider
to take anSsoSession
parameter. - Sync smithy-kotlin and service models.
v0.23.0-beta
[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
v0.22.1-beta
[0.22.1-beta] - 04/21/2023
Features
- BREAKING: Add support for retrying certain transient HTTP errors.
RetryErrorType.Timeout
was renamed toRetryErrorType.Transient
.
Miscellaneous
- Refactor internal endpoint resolver execution to track upstream changes.
- Sync AWS models and bump smithy-kotlin version