Releases: aws/smithy-go
Releases · aws/smithy-go
Release v1.3.0 (2021-04-01)
Smithy Go module
transport/http
: Add utility to safely join string to url path, and url raw query.
Codegen
- Update HttpBindingProtocolGenerator to use http/transport JoinPath and JoinQuery utility.
Release v1.2.0 (2021-03-12)
Smithy Go module
- Fix support for parsing shortened year format in HTTP Date header.
- Fix GitHub APIDiff action workflow to get gorelease tool correctly.
- Fix codegen artifact unit test for Go 1.16
Codegen
- Fix generating paginator nil parameter handling before usage.
- Fix Serialize unboxed members decorated as required.
- Add ability to define resolvers at both client construction and operation invocation.
- Support for extending paginators with custom runtime trait
Release 2021-02-09
Release 2021-02-09
- Adds HTTP Transport date parser
- Adds a
LoggerFunc
utility to satisfyLogger
interface
Release 2021-01-19
Merge pull request #263 from skmcgrail/updateVersion Update aws/smithy-go codegen version