Releases: aws/aws-sdk-kotlin
Releases · aws/aws-sdk-kotlin
v0.21.1-beta
[0.21.1-beta] - 03/02/2023
Miscellaneous
- Sync AWS service models and smithy-kotlin version
v0.21.0-beta
[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
v0.20.3-beta
[0.20.3-beta] - 02/16/2023
Features
- #839 Add
Expect: 100-continue
header to S3 PUT requests over 2MB
Miscellaneous
- Upgrade smithy-kotlin and sync latest service models.
v0.20.2-beta
[0.20.2-beta] - 02/09/2023
Features
- Add configuration for retry policy on clients
Fixes
- #836 Fix bug caused by reading too few bytes when parsing header values in event streams
Miscellaneous
- Sync AWS service models
- Refactor: track upstream module changes
- Refactor: track upstream HTTP module changes
v0.20.1-beta
[0.20.1-beta] - 02/06/2023
Features
- Sync to latest AWS service models
- #446 Implement flexible checksums customization
Miscellaneous
- Update to latest smithy-kotlin version
- Upgrade to Kotlin 1.8.10
- Refactor: track upstream module refactoring
v0.20.0-beta
[0.20.0-beta] - 01/31/2023
Features
- add ProcessCredentialsProvider which invokes a user-specified command to retrieve credentials
- Allow config override for one or more operations with an existing service client.
Miscellaneous
- Breaking Remove
Closeable
supertype fromHttpClientEngine
interface. See this discussion post for more information. - Refactor the way service client configuration is generated
- Upgrade Kotlin version to 1.8.0
- Update to latest AWS service models.
- Upgrade dependencies
v0.19.5-beta
[0.19.5-beta] - 01/19/2023
Miscellaneous
- Sync AWS service models.
v0.19.4-beta
[0.19.4-beta] - 01/13/2023
Miscellaneous
- Sync AWS models
v0.19.3-beta
[0.19.3-beta] - 01/12/2023
Features
- #122 Add capability to intercept SDK operations
Miscellaneous
- Sync AWS service models
v0.19.2-beta
[0.19.2-beta] - 12/22/2022
Fixes
- Correct validation of empty segments in ARN parser
Miscellaneous
- Upgrade smithy-kotlin and sync AWS models.