December 8th, 2023
New this release:
- 🎉 (all, smithy-rs#3121, smithy-rs#3295) All generated docs now include docsrs labels when features are required
- 🐛 (client, smithy-rs#3262) Loading native TLS trusted certs for the default HTTP client now only occurs if the default HTTP client is not overridden in config.
- (client, smithy-rs#3277) Improve the error messages for when auth fails to select an auth scheme for a request.
- (client, smithy-rs#3282) Fix documentation and examples on HyperConnector and HyperClientBuilder.
- (client, aws-sdk-rust#990, @declanvk) Expose local socket address from ConnectionMetadata.
- (all, smithy-rs#3294)
Number
TryInto
implementations now succesfully convert fromf64
to numeric types when no precision is lost. This fixes some deserialization issues where numbers like25.0
were sent whenByte
fields were expected.
Contributors
Thank you for your contributions! ❤