Releases: aws/aws-sdk-kotlin
Releases · aws/aws-sdk-kotlin
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
v0.17.11-beta
[0.17.11-beta] - 11/10/2022
Miscellaneous
- Sync AWS service models
v0.17.10-beta
[0.17.10-beta] - 11/03/2022
Miscellaneous
- Upgrade smithy to 1.26.1.
- Sync models and bump smithy-kotlin version for release.
v0.17.9-beta
v0.17.8-beta
v0.17.7-beta
[0.17.7-beta] - 10/03/2022
Features
- #486 Enable configurability of the retry strategy through environment variables, system properties, and AWS profiles.
Fixes
- #697 Correct handling of non-success responses when retrieving credentials on ECS.
Miscellaneous
- Upgrade smithy-kotlin version.
- Update/clarify changelog and add commit instructions in the Contributing Guidelines
- Upgrade Kotlin version and dependencies in ECS credentials integration test.
- Sync AWS models and upgrade smithy-kotlin.
v0.17.6-beta
[0.17.6-beta] - 09/19/2022
Features
- #543 Add support for event streams
- Mark event stream HTTP body as duplex stream
Fixes
- #694 Merge per-op custom metadata to avoid clobbering per-client metadata
Miscellaneous
- Sync AWS service models
- Update smithy-kotlin version
- Add unbound event stream payload deserialization path
- Use explict CoroutineScope for consuming event stream flow