Skip to content

Commit

Permalink
Release v1.38.8 (2021-03-29) (#3842)
Browse files Browse the repository at this point in the history
Release v1.38.8 (2021-03-29)
===

### Service Client Updates
* `service/docdb`: Updates service API, documentation, and paginators
  * This release adds support for Event Subscriptions to DocumentDB.
* `service/glue`: Updates service API and documentation
  * Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
* `service/iam`: Updates service API
  * AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
* `service/location`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Mar 29, 2021
1 parent 547330d commit 0e4b7a7
Show file tree
Hide file tree
Showing 21 changed files with 3,634 additions and 297 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.38.8 (2021-03-29)
===

### Service Client Updates
* `service/docdb`: Updates service API, documentation, and paginators
* This release adds support for Event Subscriptions to DocumentDB.
* `service/glue`: Updates service API and documentation
* Allow Dots in Registry and Schema Names for CreateRegistry, CreateSchema; Fixed issue when duplicate keys are present and not returned as part of QuerySchemaVersionMetadata.
* `service/iam`: Updates service API
* AWS Identity and Access Management GetAccessKeyLastUsed API will throw a custom error if customer public key is not found for access keys.
* `service/location`: Updates service API and documentation
* `service/wafv2`: Updates service API and documentation

Release v1.38.7 (2021-03-26)
===

Expand Down
132 changes: 130 additions & 2 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.7"
const SDKVersion = "1.38.8"
Loading

0 comments on commit 0e4b7a7

Please sign in to comment.