-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add smithy-go's v1.2.0 release (#278)
Adds change notes for smithy-go v1.2.0 go module release, and codegen update. ``` # Release 2021-03-12 v1.2.0 ### 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 ```
- Loading branch information
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Release 2021-03-12 v1.2.0 | ||
|
||
### 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters