Skip to content

Commit bfed6a1

Browse files
Commit version number update changes
1 parent 34429c7 commit bfed6a1

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+
### 4.0.12.0 (2025-05-14 18:22 UTC)
2+
* CloudWatchLogs (4.0.3.0)
3+
* This release adds a new API "ListLogGroups" and an improvement in API "DescribeLogGroups"
4+
* CognitoIdentityProvider (4.0.1.0)
5+
* Add exceptions to WebAuthn operations.
6+
* KinesisFirehose (4.0.1.0)
7+
* This release adds catalogARN support for s3 tables multi-catalog catalogARNs.
8+
* MediaConvert (4.0.2.0)
9+
* This update enables cropping for video overlays and adds a new STL to Teletext upconversion toggle to preserve styling.
10+
111
### 4.0.11.0 (2025-05-13 18:23 UTC)
212
* Bedrock (4.0.2.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+
### 4.0.12.0 (2025-05-14 18:22 UTC)
2+
* CloudWatchLogs (4.0.3.0)
3+
* This release adds a new API "ListLogGroups" and an improvement in API "DescribeLogGroups"
4+
* CognitoIdentityProvider (4.0.1.0)
5+
* Add exceptions to WebAuthn operations.
6+
* KinesisFirehose (4.0.1.0)
7+
* This release adds catalogARN support for s3 tables multi-catalog catalogARNs.
8+
* MediaConvert (4.0.2.0)
9+
* This update enables cropping for video overlays and adds a new STL to Teletext upconversion toggle to preserve styling.
10+
111
### 4.0.11.0 (2025-05-13 18:23 UTC)
212
* Bedrock (4.0.2.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" : "4.0.0.0",
4-
"ProductVersion" : "4.0.11.0",
4+
"ProductVersion" : "4.0.12.0",
55
"CoreVersion" : "4.0.0.3",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "4.0.2.0",
91+
"Version" : "4.0.3.0",
9292
"AssemblyVersionOverride" : "4.0",
9393
"Dependencies" : {
9494
"Core" : "4.0.0.3"
@@ -444,7 +444,7 @@
444444
"InPreview" : false
445445
},
446446
"KinesisFirehose" : {
447-
"Version" : "4.0.0.2",
447+
"Version" : "4.0.1.0",
448448
"AssemblyVersionOverride" : "4.0",
449449
"Dependencies" : {
450450
"Core" : "4.0.0.3"
@@ -540,7 +540,7 @@
540540
"InPreview" : false
541541
},
542542
"CognitoIdentityProvider" : {
543-
"Version" : "4.0.0.2",
543+
"Version" : "4.0.1.0",
544544
"AssemblyVersionOverride" : "4.0",
545545
"Dependencies" : {
546546
"Core" : "4.0.0.3"
@@ -884,7 +884,7 @@
884884
"InPreview" : false
885885
},
886886
"MediaConvert" : {
887-
"Version" : "4.0.1.1",
887+
"Version" : "4.0.2.0",
888888
"AssemblyVersionOverride" : "4.0",
889889
"Dependencies" : {
890890
"Core" : "4.0.0.3"

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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.2.0")]
32+
[assembly: AssemblyFileVersion("4.0.3.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.2")]
32+
[assembly: AssemblyFileVersion("4.0.1.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.0.2")]
32+
[assembly: AssemblyFileVersion("4.0.1.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("4.0")]
32-
[assembly: AssemblyFileVersion("4.0.1.1")]
32+
[assembly: AssemblyFileVersion("4.0.2.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CloudWatchLogs
3333
public partial class AmazonCloudWatchLogsConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "4.0.2.0");
36+
InternalSDKUtils.BuildUserAgentString("CloudWatch Logs", "4.0.3.0");
3737

3838
private static readonly AmazonCloudWatchLogsEndpointResolver EndpointResolver =
3939
new AmazonCloudWatchLogsEndpointResolver();

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@
4242
// by using the '*' as shown below:
4343
// [assembly: AssemblyVersion("1.0.*")]
4444
[assembly: AssemblyVersion("4.0")]
45-
[assembly: AssemblyFileVersion("4.0.2.0")]
45+
[assembly: AssemblyFileVersion("4.0.3.0")]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CognitoIdentityProvider
3333
public partial class AmazonCognitoIdentityProviderConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "4.0.0.2");
36+
InternalSDKUtils.BuildUserAgentString("Cognito Identity Provider", "4.0.1.0");
3737

3838
private static readonly AmazonCognitoIdentityProviderEndpointResolver EndpointResolver =
3939
new AmazonCognitoIdentityProviderEndpointResolver();

0 commit comments

Comments
 (0)