Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
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
v0.17.5-beta
[0.17.5-beta] - 08/18/2022
Fixes
- #55 Upgrade smithy-kotlin dependency to fix Mac dlopen issue
- #601 Remove incorrect
.
at end of license identifier header in source files.
Documentation
- #683 Enhance CONTRIBUTING.md with additional details about required PR checks and how to run them locally
Miscellaneous
- Upgrade smithy-kotlin to latest released version, 0.12.5
- Upgrade ktlint to 0.46.1.
- Sync AWS service models
- Upgrade Smithy to 1.23.0, upgrade Smithy Gradle to 0.6.0
v0.17.4-beta
[0.17.4-beta] - 08/11/2022
Fixes
- Update event stream model test template
Miscellaneous
- Upgrade Kotlin version to 1.7.10
- Upgrade smithy-kotlin to 0.12.4.
v0.17.3-beta
[0.17.3-beta] - 08/04/2022
Miscellaneous
- Sync AWS service models
v0.17.2-beta
v0.17.1-beta
[0.17.1-beta] - 07/21/2022
Features
- #509 Implement ID prefix trimming for route53 resources.
Miscellaneous
- Sync AWS service models.
v0.17.0-beta
[0.17.0-beta] - 07/14/2022
Fixes
- Breaking: Move DSL overloads on generated clients to extension methods
Miscellaneous
- Sync AWS service models.
- Breaking: Upgrade smithy-kotlin version which will replace all instances of
Set<T>
withList<T>
in service shapes
v0.16.7-beta
chore: release 0.16.7-beta