Skip to content

Commit

Permalink
Release v1.44.179 (2023-01-12) (#4688)
Browse files Browse the repository at this point in the history
Release v1.44.179 (2023-01-12)
===

### Service Client Updates
* `service/cleanrooms`: Adds new service
* `service/lambda`: Updates service API and documentation
  * Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
* `service/logs`: Updates service API and documentation
  * Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
* `service/mediaconvert`: Updates service API and documentation
  * The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
* `service/secretsmanager`: Updates service documentation and examples
  * Update documentation for new ListSecrets and DescribeSecret parameters
  • Loading branch information
aws-sdk-go-automation committed Jan 12, 2023
1 parent eb420e5 commit c7ddff5
Show file tree
Hide file tree
Showing 35 changed files with 17,846 additions and 942 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.44.179 (2023-01-12)
===

### Service Client Updates
* `service/cleanrooms`: Adds new service
* `service/lambda`: Updates service API and documentation
* Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
* `service/logs`: Updates service API and documentation
* Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
* `service/mediaconvert`: Updates service API and documentation
* The AWS Elemental MediaConvert SDK has added support for compact DASH manifest generation, audio normalization using TruePeak measurements, and the ability to clip the sample range in the color corrector.
* `service/secretsmanager`: Updates service documentation and examples
* Update documentation for new ListSecrets and DescribeSecret parameters

Release v1.44.178 (2023-01-11)
===

Expand Down
89 changes: 89 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.44.178"
const SDKVersion = "1.44.179"
Loading

0 comments on commit c7ddff5

Please sign in to comment.