Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
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.
v0.21.2-beta
[0.21.2-beta] - 03/09/2023
Features
- Add sub-property support for AWS config.
Miscellaneous
- Sync AWS models and bump smithy-kotlin version
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