Skip to content

Commit

Permalink
Release v1.36.4 (2020-12-08) (#3680)
Browse files Browse the repository at this point in the history
Release v1.36.4 (2020-12-08)
===

### Service Client Updates
* `service/auditmanager`: Adds new service
* `service/ecr`: Updates service API and documentation
  * This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
* `service/emr-containers`: Adds new service
* `service/forecast`: Updates service API and documentation
* `service/healthlake`: Adds new service
* `service/kendra`: Updates service API and documentation
  * 1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback.
* `service/quicksight`: Updates service API and documentation
  * Added new parameters for join optimization.
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
  * This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection.
* `service/sagemaker-edge`: Adds new service
  • Loading branch information
aws-sdk-go-automation authored Dec 8, 2020
1 parent 8e3af9c commit e13de64
Show file tree
Hide file tree
Showing 60 changed files with 43,777 additions and 241 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.36.4 (2020-12-08)
===

### Service Client Updates
* `service/auditmanager`: Adds new service
* `service/ecr`: Updates service API and documentation
* This release adds support for configuring cross-region and cross-account replication of your Amazon ECR images.
* `service/emr-containers`: Adds new service
* `service/forecast`: Updates service API and documentation
* `service/healthlake`: Adds new service
* `service/kendra`: Updates service API and documentation
* 1. Amazon Kendra connector for Google Drive repositories 2. Amazon Kendra's relevance ranking models are regularly tuned for each customer by capturing end-user search patterns and feedback.
* `service/quicksight`: Updates service API and documentation
* Added new parameters for join optimization.
* `service/runtime.sagemaker`: Updates service API and documentation
* `service/sagemaker`: Updates service API, documentation, and paginators
* This feature helps you monitor model performance characteristics such as accuracy, identify undesired bias in your ML models, and explain model decisions better with explainability drift detection.
* `service/sagemaker-edge`: Adds new service

Release v1.36.3 (2020-12-07)
===

Expand Down
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.36.3"
const SDKVersion = "1.36.4"
Loading

0 comments on commit e13de64

Please sign in to comment.