Skip to content

Commit c6c3b0f

Browse files
Commit version number update changes
1 parent 88cbc75 commit c6c3b0f

File tree

16 files changed

+41
-28
lines changed

16 files changed

+41
-28
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.91.0 (2025-09-15 18:39 UTC)
2+
* CostExplorer (4.0.4.0)
3+
* Added endpoint support for eusc-de-east-1 region.
4+
* MedicalImaging (4.0.3.0)
5+
* Added support for OpenID Connect (OIDC) custom authorizer
6+
* ObservabilityAdmin (4.0.3.0)
7+
* CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization.
8+
* S3Control (4.0.6.0)
9+
* Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS).
10+
* ServerMigrationService (Removed)
11+
* AWS Server Migration Service has been removed from the SDK because it has been discontinued.
12+
113
### 4.0.90.0 (2025-09-12 18:15 UTC)
214
* PaymentCryptography (4.0.4.0)
315
* Add support for certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 4.0.91.0 (2025-09-15 18:39 UTC)
2+
* CostExplorer (4.0.4.0)
3+
* Added endpoint support for eusc-de-east-1 region.
4+
* MedicalImaging (4.0.3.0)
5+
* Added support for OpenID Connect (OIDC) custom authorizer
6+
* ObservabilityAdmin (4.0.3.0)
7+
* CloudWatch Observability Admin adds the ability to enable telemetry centralization in customers' Organizations. The release introduces new APIs to manage centralization rules, which define settings to replicate telemetry data to a central destination in the customers' Organization.
8+
* S3Control (4.0.6.0)
9+
* Introduce three new encryption filters: EncryptionType (SSE-S3, SSE-KMS, DSSE-KMS, SSE-C, NOT-SSE), KmsKeyArn (for SSE-KMS and DSSE-KMS), and BucketKeyEnabled (for SSE-KMS).
10+
* ServerMigrationService (Removed)
11+
* AWS Server Migration Service has been removed from the SDK because it has been discontinued.
12+
113
### 4.0.90.0 (2025-09-12 18:15 UTC)
214
* PaymentCryptography (4.0.4.0)
315
* Add support for certificates to be signed by 3rd party certificate authorities. New API GetCertificateSigningRequest API and support for providing certificates at run-time for tr-34 import/export

generator/.DevConfigs/ec0ea827-6bc6-41fb-b105-8961c7f12cc3.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

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.90.0",
4+
"ProductVersion" : "4.0.91.0",
55
"CoreVersion" : "4.0.0.27",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -820,7 +820,7 @@
820820
"InPreview" : false
821821
},
822822
"CostExplorer" : {
823-
"Version" : "4.0.3.2",
823+
"Version" : "4.0.4.0",
824824
"AssemblyVersionOverride" : "4.0",
825825
"Dependencies" : {
826826
"Core" : "4.0.0.26"
@@ -1132,7 +1132,7 @@
11321132
"InPreview" : false
11331133
},
11341134
"S3Control" : {
1135-
"Version" : "4.0.5.2",
1135+
"Version" : "4.0.6.0",
11361136
"AssemblyVersionOverride" : "4.0",
11371137
"Dependencies" : {
11381138
"Core" : "4.0.0.26"
@@ -2684,7 +2684,7 @@
26842684
"InPreview" : false
26852685
},
26862686
"MedicalImaging" : {
2687-
"Version" : "4.0.2.1",
2687+
"Version" : "4.0.3.0",
26882688
"AssemblyVersionOverride" : "4.0",
26892689
"Dependencies" : {
26902690
"Core" : "4.0.0.26"
@@ -3140,7 +3140,7 @@
31403140
"InPreview" : false
31413141
},
31423142
"ObservabilityAdmin" : {
3143-
"Version" : "4.0.2.1",
3143+
"Version" : "4.0.3.0",
31443144
"AssemblyVersionOverride" : "4.0",
31453145
"Dependencies" : {
31463146
"Core" : "4.0.0.26"

sdk/code-analysis/ServiceAnalysis/CostExplorer/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.3.2")]
32+
[assembly: AssemblyFileVersion("4.0.4.0")]

sdk/code-analysis/ServiceAnalysis/MedicalImaging/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.1")]
32+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/code-analysis/ServiceAnalysis/ObservabilityAdmin/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.1")]
32+
[assembly: AssemblyFileVersion("4.0.3.0")]

sdk/code-analysis/ServiceAnalysis/S3Control/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.5.2")]
32+
[assembly: AssemblyFileVersion("4.0.6.0")]

sdk/src/Services/CostExplorer/Generated/AmazonCostExplorerConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ namespace Amazon.CostExplorer
3333
public partial class AmazonCostExplorerConfig : ClientConfig
3434
{
3535
private static readonly string UserAgentString =
36-
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "4.0.3.2");
36+
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "4.0.4.0");
3737

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

sdk/src/Services/CostExplorer/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.3.2")]
45+
[assembly: AssemblyFileVersion("4.0.4.0")]

0 commit comments

Comments
 (0)