Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
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.
v0.19.1-beta
[0.19.1-beta] - 12/15/2022
Miscellaneous
- Sync AWS service models
v0.19.0-beta
[0.19.0-beta] - 12/01/2022
Miscellaneous
- Upgrade smithy-kotlin and sync service models and partitions.
- BREAKING Refactor SDK I/O types. See this discussion post for more information
v0.18.0-beta
[0.18.0-beta] - 11/23/2022
Features
- Add support for dual-stack endpoints in client config.
- #399 Add support for S3 Virtual Host Addressing (enabled by default).
- #231 Add support for S3 Access Points.
- Add support for S3 Object Lambda.
- #677 Add a new tracing framework for centralized handling of log messages and metric events and providing easy integration points for connecting to downstream tracing systems (e.g., kotlin-logging)
- BREAKING Add smithy-modeled endpoint resolvers for AWS services. See this discussion post for more information.
- Add support for S3 PrivateLink.
- Add support for FIPS endpoints in client config.
- Add support for S3 Transfer Acceleration.
- Add support for S3 Outposts.
Miscellaneous
- Sync AWS service models
v0.17.12-beta
[0.17.12-beta] - 11/15/2022
Fixes
- #753 Upgrade smithy-kotlin to fix Android crash when OkHttp response body coroutine throws an exception
Miscellaneous
- Sync AWS models to latest