Releases: smithy-lang/smithy-kotlin
Releases · smithy-lang/smithy-kotlin
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
endpointProvider
in 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
EndpointProvider
out of http package intoaws.smithy.kotlin.runtime.client.endpoints
- Refactor: relocate
CachedCredentialsProvider
andCredentialsProviderChain
fromaws-sdk-kotlin
- Refactor: move
Document
type toaws.smithy.kotlin.runtime.content
package
v0.15.3
v0.15.2
[0.15.2] - 02/09/2023
Features
- Add readFully extension method to SdkSource
- Add additional tracing events for connections in CRT engines
- Add new
maxConnectionsPerHost
configuration setting for OkHttp engines - Add configuration for retry policy on clients
Fixes
- Stop logging "null" when exceptions are not present in trace events
- Correctly apply
maxConnections
configuration setting to OkHttp engines
Miscellaneous
- Refactor: break out service client runtime components into own module
- Refactor: split client side HTTP abstractions into new module. Move Url into core