chore: upgrade dependencies

This commit is contained in:
2022-06-09 12:30:53 +02:00
parent 7203f3d6a1
commit dcb93ec8f7
518 changed files with 27809 additions and 3222 deletions

View File

@@ -1,3 +1,37 @@
# Release (v1.11.3)
## Module Highlights
* `github.com/aws/smithy-go`: v1.11.3
* **Dependency Update**: Updates smithy-go unit test dependency go-cmp to 0.5.8.
# Release (v1.11.2)
* No change notes available for this release.
# Release (v1.11.1)
## Module Highlights
* `github.com/aws/smithy-go`: v1.11.1
* **Bug Fix**: Updates the smithy-go HTTP Request to correctly handle building the request to an http.Request. Related to [aws/aws-sdk-go-v2#1583](https://github.com/aws/aws-sdk-go-v2/issues/1583)
# Release (v1.11.0)
## Module Highlights
* `github.com/aws/smithy-go`: v1.11.0
* **Feature**: Updates deserialization of header list to supported quoted strings
# Release (v1.10.0)
## Module Highlights
* `github.com/aws/smithy-go`: v1.10.0
* **Feature**: Add `ptr.Duration`, `ptr.ToDuration`, `ptr.DurationSlice`, `ptr.ToDurationSlice`, `ptr.DurationMap`, and `ptr.ToDurationMap` functions for the `time.Duration` type.
# Release (v1.9.1)
## Module Highlights
* `github.com/aws/smithy-go`: v1.9.1
* **Documentation**: Fixes various typos in Go package documentation.
# Release (v1.9.0)
## Module Highlights