Skip to content

Commit 87832d1

Browse files
Commit version number update changes
1 parent 52bf1b4 commit 87832d1

File tree

15 files changed

+37
-17
lines changed

15 files changed

+37
-17
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1044.0 (2025-05-14 18:25 UTC)
2+
* CloudWatchLogs (3.7.413.0)
3+
* This release adds a new API "ListLogGroups" and an improvement in API "DescribeLogGroups"
4+
* CognitoIdentityProvider (3.7.409.0)
5+
* Add exceptions to WebAuthn operations.
6+
* KinesisFirehose (3.7.403.0)
7+
* This release adds catalogARN support for s3 tables multi-catalog catalogARNs.
8+
* MediaConvert (3.7.413.0)
9+
* This update enables cropping for video overlays and adds a new STL to Teletext upconversion toggle to preserve styling.
10+
111
### 3.7.1043.0 (2025-05-13 18:25 UTC)
212
* Bedrock (3.7.421.0)
313
* Enable cross-Region inference for Amazon Bedrock Guardrails by using the crossRegionConfig parameter when calling the CreateGuardrail or UpdateGuardrail operation.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 3.7.1044.0 (2025-05-14 18:25 UTC)
2+
* CloudWatchLogs (3.7.413.0)
3+
* This release adds a new API "ListLogGroups" and an improvement in API "DescribeLogGroups"
4+
* CognitoIdentityProvider (3.7.409.0)
5+
* Add exceptions to WebAuthn operations.
6+
* KinesisFirehose (3.7.403.0)
7+
* This release adds catalogARN support for s3 tables multi-catalog catalogARNs.
8+
* MediaConvert (3.7.413.0)
9+
* This update enables cropping for video overlays and adds a new STL to Teletext upconversion toggle to preserve styling.
10+
111
### 3.7.1043.0 (2025-05-13 18:25 UTC)
212
* Bedrock (3.7.421.0)
313
* Enable cross-Region inference for Amazon Bedrock Guardrails by using the crossRegionConfig parameter when calling the CreateGuardrail or UpdateGuardrail operation.

generator/ServiceModels/_sdk-versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1043.0",
4+
"ProductVersion" : "3.7.1044.0",
55
"CoreVersion" : "3.7.402.57",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "3.7.412.1",
91+
"Version" : "3.7.413.0",
9292
"AssemblyVersionOverride" : "3.3",
9393
"Dependencies" : {
9494
"Core" : "3.7.402.57"
@@ -444,7 +444,7 @@
444444
"InPreview" : false
445445
},
446446
"KinesisFirehose" : {
447-
"Version" : "3.7.402.67",
447+
"Version" : "3.7.403.0",
448448
"AssemblyVersionOverride" : "3.3",
449449
"Dependencies" : {
450450
"Core" : "3.7.402.57"
@@ -540,7 +540,7 @@
540540
"InPreview" : false
541541
},
542542
"CognitoIdentityProvider" : {
543-
"Version" : "3.7.408.14",
543+
"Version" : "3.7.409.0",
544544
"AssemblyVersionOverride" : "3.3",
545545
"Dependencies" : {
546546
"Core" : "3.7.402.57"
@@ -884,7 +884,7 @@
884884
"InPreview" : false
885885
},
886886
"MediaConvert" : {
887-
"Version" : "3.7.412.5",
887+
"Version" : "3.7.413.0",
888888
"AssemblyVersionOverride" : "3.3",
889889
"Dependencies" : {
890890
"Core" : "3.7.402.57"

sdk/code-analysis/ServiceAnalysis/CloudWatchLogs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.412.1")]
32+
[assembly: AssemblyFileVersion("3.7.413.0")]

sdk/code-analysis/ServiceAnalysis/CognitoIdentityProvider/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.408.14")]
32+
[assembly: AssemblyFileVersion("3.7.409.0")]

sdk/code-analysis/ServiceAnalysis/KinesisFirehose/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.402.67")]
32+
[assembly: AssemblyFileVersion("3.7.403.0")]

sdk/code-analysis/ServiceAnalysis/MediaConvert/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
// by using the '*' as shown below:
3030
// [assembly: AssemblyVersion("1.0.*")]
3131
[assembly: AssemblyVersion("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.412.5")]
32+
[assembly: AssemblyFileVersion("3.7.413.0")]

sdk/src/Services/CloudWatchLogs/Generated/AmazonCloudWatchLogsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CloudWatchLogs
3232
public partial class AmazonCloudWatchLogsConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "3.7.412.1");
35+
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "3.7.413.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/CloudWatchLogs/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.412.1")]
47+
[assembly: AssemblyFileVersion("3.7.413.0")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/CognitoIdentityProvider/Generated/AmazonCognitoIdentityProviderConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentityProvider
3232
public partial class AmazonCognitoIdentityProviderConfig : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.408.14");
35+
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "3.7.409.0");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

0 commit comments

Comments
 (0)