Skip to content

Commit 4059e71

Browse files
authored
Merge pull request #320 from jasdel/versionBump
Add CHANGELOG.md notes for upcoming v1.7.0 release
2 parents 9ae615e + 74ccc13 commit 4059e71

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release v1.7.0 (pending)
2+
3+
### Smithy Go Module
4+
* `ptr`: Handle error for deferred file close call ([#314](https://github.com/aws/smithy-go/pull/314))
5+
* Handle error for defer close call
6+
* `middleware`: Add Clone to Metadata ([#318](https://github.com/aws/smithy-go/pull/318))
7+
* Adds a new Clone method to the middleware Metadata type. This provides a shallow clone of the entries in the Metadata.
8+
* `document`: Add new package for document shape serialization support ([#310](https://github.com/aws/smithy-go/pull/310))
9+
10+
### Codegen
11+
* Add Smithy Document Shape Support ([#310](https://github.com/aws/smithy-go/pull/310))
12+
* Adds support for Smithy Document shapes and supporting types for protocols to implement support
13+
114
# Release v1.6.0 (2021-07-15)
215

316
### Smithy Go Module
@@ -10,7 +23,7 @@
1023
# Release v1.5.0 (2021-06-25)
1124

1225
### Smithy Go module
13-
* `time`: Update time parsing to not be as strict for HTTPDate and DateTime ([#307](https://github.com/aws/smithy-go/pull/307))
26+
* `time`: Update time parsing to not be as strict for HTTPDate and DateTime ([#307](https://github.com/aws/smithy-go/pull/307))
1427
* Fixes [#302](https://github.com/aws/smithy-go/issues/302) by changing time to UTC before formatting so no local offset time is lost.
1528

1629
### Codegen

0 commit comments

Comments
 (0)