Skip to content

Commit

Permalink
Adds change notes for smithy-go v1.3.0 go module release, and codegen (
Browse files Browse the repository at this point in the history
…#281)

# 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.
  • Loading branch information
skotambkar authored Apr 1, 2021
1 parent 397f65f commit f1e1b09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Release 2021-03-12 v1.2.0
# 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private static GoDependency relativePackage(
private static final class Versions {
private static final String GO_STDLIB = "1.15";
private static final String GO_CMP = "v0.5.4";
private static final String SMITHY_GO = "v1.2.1-0.20210330205207-0917d08124fa";
private static final String SMITHY_GO = "v1.3.0";
private static final String GO_JMESPATH = "v0.4.0";
}
}

0 comments on commit f1e1b09

Please sign in to comment.