File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
14
# Release v1.6.0 (2021-07-15)
2
15
3
16
### Smithy Go Module
10
23
# Release v1.5.0 (2021-06-25)
11
24
12
25
### 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 ) )
14
27
* Fixes [ #302 ] ( https://github.com/aws/smithy-go/issues/302 ) by changing time to UTC before formatting so no local offset time is lost.
15
28
16
29
### Codegen
You can’t perform that action at this time.
0 commit comments