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.36.9 #3698

Merged
merged 1 commit into from
Dec 15, 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.36.9 (2020-12-15)
===

### Service Client Updates
* `service/amp`: Adds new service
* `service/greengrassv2`: Adds new service
* `service/iot`: Updates service API, documentation, and paginators
* AWS IoT Rules Engine adds Kafka Action that allows sending data to Apache Kafka clusters inside a VPC. AWS IoT Device Defender adds custom metrics and machine-learning based anomaly detection.
* `service/iotanalytics`: Updates service API and documentation
* `service/iotdeviceadvisor`: Adds new service
* `service/iotfleethub`: Adds new service
* `service/iotwireless`: Adds new service
* `service/lambda`: Updates service API, documentation, and examples
* Added support for Apache Kafka as a event source. Added support for TumblingWindowInSeconds for streams event source mappings. Added support for FunctionResponseTypes for streams event source mappings
* `service/ssm`: Updates service API, documentation, and paginators
* Adding support for Change Manager API content

Release v1.36.8 (2020-12-14)
===

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.8"
const SDKVersion = "1.36.9"
Loading