Skip to content

Releases: aws/smithy-go

Release v1.3.0 (2021-04-01)

01 Apr 20:55
f1e1b09
Compare
Choose a tag to compare

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)

12 Mar 22:31
316a1d1
Compare
Choose a tag to compare

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

09 Feb 22:29
e9104d8
Compare
Choose a tag to compare

Release 2021-02-09

  • Adds HTTP Transport date parser
  • Adds a LoggerFunc utility to satisfy Logger interface

Release 2021-01-19

19 Jan 17:57
9d27659
Compare
Choose a tag to compare
Merge pull request #263 from skmcgrail/updateVersion

Update aws/smithy-go codegen version