Skip to content

Commit

Permalink
Release v1.42.45 (2022-02-02) (#4267)
Browse files Browse the repository at this point in the history
Release v1.42.45 (2022-02-02)
===

### Service Client Updates
* `service/appflow`: Updates service API, documentation, and paginators
* `service/ce`: Updates service API and documentation
* `service/comprehend`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Documentation update for DynamoDB Java SDK.
* `service/elasticache`: Updates service documentation
  * Documentation update for AWS ElastiCache
* `service/elasticmapreduce`: Updates service documentation
  * Documentation updates for Amazon EMR.
* `service/es`: Updates service API and documentation
  * Allows customers to get progress updates for blue/green deployments
* `service/fis`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
  * Launch Protobuf support for AWS Glue Schema Registry
* `service/iot`: Updates service API
  * This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
* `service/personalize`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Feb 2, 2022
1 parent e63fed2 commit ca8f7ec
Show file tree
Hide file tree
Showing 38 changed files with 6,917 additions and 347 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.42.45 (2022-02-02)
===

### Service Client Updates
* `service/appflow`: Updates service API, documentation, and paginators
* `service/ce`: Updates service API and documentation
* `service/comprehend`: Updates service API and documentation
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Documentation update for DynamoDB Java SDK.
* `service/elasticache`: Updates service documentation
* Documentation update for AWS ElastiCache
* `service/elasticmapreduce`: Updates service documentation
* Documentation updates for Amazon EMR.
* `service/es`: Updates service API and documentation
* Allows customers to get progress updates for blue/green deployments
* `service/fis`: Updates service API, documentation, and paginators
* `service/glue`: Updates service API and documentation
* Launch Protobuf support for AWS Glue Schema Registry
* `service/iot`: Updates service API
* This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
* `service/personalize`: Updates service API and documentation

Release v1.42.44 (2022-01-28)
===

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.42.44"
const SDKVersion = "1.42.45"
Loading

0 comments on commit ca8f7ec

Please sign in to comment.