Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
v0.17.2
[0.17.2] - 04/20/2023
Features
- Add support for retrying transient HTTP errors.
RetryErrorType.Timeoutwas renamed toRetryErrorType.Transient. - Enhance exceptions thrown during proxy config parsing
- Add support for H2_PRIOR_KNOWLEDGE (HTTP2 without TLS)
Miscellaneous
- Refactor endpoint resolution to be explicit in SdkOperationExecution and change order to match SRA.
v0.17.1
[0.17.1] - 04/13/2023
Fixes
- Only take contentLength if it's >= 0 in CRT HTTP engine
v0.17.0
v0.16.6
v0.16.5
[0.16.5] - 03/30/2023
Features
- Add code support for awsQuery-compatible error responses.
Miscellaneous
- Add clarifying documentation for
endpointProviderin client config.
v0.16.4
v0.16.3
[0.16.3] - 03/09/2023
Features
- Add configurable reader-friendly name to generated SDK clients.
v0.16.2
chore: release 0.16.2
v0.16.1
v0.16.0
[0.16.0] - 02/23/2023
Fixes
- #805 Fix a bug where system time jumps could cause unexpected retry behavior
Miscellaneous
- Refactor: move
EndpointProviderout of http package intoaws.smithy.kotlin.runtime.client.endpoints - Refactor: relocate
CachedCredentialsProviderandCredentialsProviderChainfromaws-sdk-kotlin - Refactor: move
Documenttype toaws.smithy.kotlin.runtime.contentpackage