Skip to content

Commit c7ddff5

Browse files
Release v1.44.179 (2023-01-12) (#4688)
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
1 parent eb420e5 commit c7ddff5

35 files changed

+17846
-942
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.44.179 (2023-01-12)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cleanrooms`: Adds new service
6+
* `service/lambda`: Updates service API and documentation
7+
* Add support for MaximumConcurrency parameter for SQS event source. Customers can now limit the maximum concurrent invocations for their SQS Event Source Mapping.
8+
* `service/logs`: Updates service API and documentation
9+
* Bug fix: logGroupName is now not a required field in GetLogEvents, FilterLogEvents, GetLogGroupFields, and DescribeLogStreams APIs as logGroupIdentifier can be provided instead
10+
* `service/mediaconvert`: Updates service API and documentation
11+
* 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.
12+
* `service/secretsmanager`: Updates service documentation and examples
13+
* Update documentation for new ListSecrets and DescribeSecret parameters
14+
115
Release v1.44.178 (2023-01-11)
216
===
317

aws/endpoints/defaults.go

+89
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.178"
8+
const SDKVersion = "1.44.179"

0 commit comments

Comments
 (0)