Skip to content

Commit

Permalink
add changenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel committed Mar 13, 2021
1 parent 5fd8fdd commit b37bfaa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Release 2021-03-12
## Service Client Highlights
* Fixed a bug that could cause union shape types to be deserialized incorrectly.
* Fixed a bug where unboxed shapes that were marked as required were not serialized and sent over the wire, causing an API error from the service.
* `service/docdb` - v1.2.0
* Client now support presigned URL generation for CopyDBClusterSnapshot and CreateDBCluster operations by specifying the target SourceRegion.
* `service/neptune` - v1.2.0
* Client now support presigned URL generation for CopyDBClusterSnapshot and CreateDBCluster operations by specifying the target SourceRegion.
* `service/detective` - v1.1.2
* Fix deserialization of API response timestamp member.
* `service/s3` - v1.2.1
* Fixed an issue where ListObjectsV2 and ListParts paginators could loop infinitely.
* Fixed key encoding when addressing S3 Access Points.
## Core SDK Highlights
* `config` - v1.1.2
* Fixed a panic when using WithEC2IMDSRegion without a specified IMDS client.

# Release 2021-02-09
## Service Client Highlights
* `service/s3` - v1.2.0
Expand Down

0 comments on commit b37bfaa

Please sign in to comment.