Skip to content

Commit d81a40f

Browse files
Commit version number update changes
1 parent 4c576ba commit d81a40f

File tree

13 files changed

+29
-24
lines changed

13 files changed

+29
-24
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.19.0 (2025-05-23 18:15 UTC)
2+
* EC2 (4.0.10.0)
3+
* This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances
4+
* S3 (4.0.0.7)
5+
* Fix: Fixed a bug where Content-Type header was being overwritten in multipart upload scenarios.
6+
* SecurityIR (4.0.1.0)
7+
* Update PrincipalId pattern documentation to reflect what user should receive back from the API call
8+
19
### 4.0.18.0 (2025-05-22 18:14 UTC)
210
* AuditManager (4.0.1.0)
311
* With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 4.0.19.0 (2025-05-23 18:15 UTC)
2+
* EC2 (4.0.10.0)
3+
* This release adds support for the C7i-flex, M7i-flex, I7i, I7ie, I8g, P6-b200, Trn2, C8gd, M8gd and R8gd instances
4+
* S3 (4.0.0.7)
5+
* Fix: Fixed a bug where Content-Type header was being overwritten in multipart upload scenarios.
6+
* SecurityIR (4.0.1.0)
7+
* Update PrincipalId pattern documentation to reflect what user should receive back from the API call
8+
19
### 4.0.18.0 (2025-05-22 18:14 UTC)
210
* AuditManager (4.0.1.0)
311
* With this release, the AssessmentControl description field has been deprecated, as of May 19, 2025. Additionally, the UpdateAssessment API can now return a ServiceQuotaExceededException when applicable service quotas are exceeded.

generator/.DevConfigs/c07cc471-4e94-42cf-9c2f-c8c3fa906465.json

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

generator/ServiceModels/_sdk-versions.json

Lines changed: 4 additions & 4 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.18.0",
4+
"ProductVersion" : "4.0.19.0",
55
"CoreVersion" : "4.0.0.6",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.9.0",
157+
"Version" : "4.0.10.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.5"
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "4.0.0.6",
319+
"Version" : "4.0.0.7",
320320
"AssemblyVersionOverride" : "4.0",
321321
"Dependencies" : {
322322
"Core" : "4.0.0.5"
@@ -3172,7 +3172,7 @@
31723172
"InPreview" : false
31733173
},
31743174
"SecurityIR" : {
3175-
"Version" : "4.0.0.4",
3175+
"Version" : "4.0.1.0",
31763176
"AssemblyVersionOverride" : "4.0",
31773177
"Dependencies" : {
31783178
"Core" : "4.0.0.5"

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

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

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

sdk/src/Services/EC2/Generated/AmazonEC2Config.cs

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

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

sdk/src/Services/EC2/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.9.0")]
45+
[assembly: AssemblyFileVersion("4.0.10.0")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

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

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

0 commit comments

Comments
 (0)