Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.35.37 #3668

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
Release v1.35.37 (2020-12-01)
===

### Service Client Updates
* `service/amplifybackend`: Adds new service
* `service/appintegrations`: Adds new service
* `service/connect`: Updates service API, documentation, and paginators
* `service/connect-contact-lens`: Adds new service
* `service/devops-guru`: Adds new service
* `service/ds`: Updates service API and documentation
* Adding client authentication feature for AWS AD Connector
* `service/ec2`: Updates service API and documentation
* This release adds support for: EBS gp3 volumes; and D3/D3en/R5b/M5zn instances powered by Intel Cascade Lake CPUs
* `service/ecr-public`: Adds new service
* `service/eks`: Updates service API, documentation, waiters, and paginators
* `service/honeycode`: Updates service API, documentation, and paginators
* `service/lambda`: Updates service API and documentation
* This release includes support for a new feature: Container images support in AWS Lambda. This adds APIs for deploying functions as container images. AWS Lambda now supports memory up to 10240MB.
* `service/lookoutvision`: Adds new service
* `service/profile`: Adds new service
* `service/s3`: Updates service API, documentation, and examples
* S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS
* `service/sagemaker`: Updates service API, documentation, and paginators
* Amazon SageMaker Pipelines for ML workflows. Amazon SageMaker Feature Store, a fully managed repository for ML features.
* `service/sagemaker-featurestore-runtime`: Adds new service

Release v1.35.36 (2020-12-01)
===

Expand Down
21 changes: 21 additions & 0 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.35.36"
const SDKVersion = "1.35.37"
Loading