Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
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
v0.22.0-beta
[0.22.0-beta] - 04/14/2023
Miscellaneous
- Refactor identity and authentication APIs
- Upgrade smithy-kotlin and sync AWS service models.
v0.21.5-beta
[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.
v0.21.4-beta
[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
v0.21.3-beta
[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.