Skip to content

Commit ff7ac29

Browse files
Commit version number update changes
1 parent 7c79947 commit ff7ac29

File tree

13 files changed

+28
-32
lines changed

13 files changed

+28
-32
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.90.0 (2025-09-12 18:15 UTC)
2+
* PaymentCryptography (4.0.4.0)
3+
* 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
4+
* S3 (4.0.7.1)
5+
* Fix NullReferenceException creating a presigned URL with a service url
6+
* Core 4.0.0.27
7+
* Added support in AWSSDK.Extensions.NETCore.Setup package to set the MaxConnectionsPerServer property on service client config objects.
8+
19
### 4.0.89.0 (2025-09-11 18:24 UTC)
210
* DataZone (4.0.9.0)
311
* adding IAM principal id to IAM user profile details

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.90.0 (2025-09-12 18:15 UTC)
2+
* PaymentCryptography (4.0.4.0)
3+
* 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
4+
* S3 (4.0.7.1)
5+
* Fix NullReferenceException creating a presigned URL with a service url
6+
* Core 4.0.0.27
7+
* Added support in AWSSDK.Extensions.NETCore.Setup package to set the MaxConnectionsPerServer property on service client config objects.
8+
19
### 4.0.89.0 (2025-09-11 18:24 UTC)
210
* DataZone (4.0.9.0)
311
* adding IAM principal id to IAM user profile details

generator/.DevConfigs/6b5d4309-f3dd-4767-bf12-710b10a530d1.json

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

generator/.DevConfigs/95b168bb-4b94-4b29-8ce8-e8eff92f6748.json

Lines changed: 0 additions & 9 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,8 +1,8 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.89.0",
5-
"CoreVersion" : "4.0.0.26",
4+
"ProductVersion" : "4.0.90.0",
5+
"CoreVersion" : "4.0.0.27",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
88
"PreviewLabel" : "",
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "4.0.7.0",
311+
"Version" : "4.0.7.1",
312312
"AssemblyVersionOverride" : "4.0",
313313
"Dependencies" : {
314314
"Core" : "4.0.0.26"
@@ -2660,7 +2660,7 @@
26602660
"InPreview" : false
26612661
},
26622662
"PaymentCryptography" : {
2663-
"Version" : "4.0.3.0",
2663+
"Version" : "4.0.4.0",
26642664
"AssemblyVersionOverride" : "4.0",
26652665
"Dependencies" : {
26662666
"Core" : "4.0.0.26"

sdk/code-analysis/ServiceAnalysis/PaymentCryptography/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.0")]
32+
[assembly: AssemblyFileVersion("4.0.4.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.7.0")]
32+
[assembly: AssemblyFileVersion("4.0.7.1")]

sdk/src/Core/Amazon.Util/Internal/InternalSDKUtils.generated.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ namespace Amazon.Util.Internal
2929
{
3030
public static partial class InternalSDKUtils
3131
{
32-
internal const string CoreVersionNumber = "4.0.0.26";
32+
internal const string CoreVersionNumber = "4.0.0.27";
3333
}
3434
}

sdk/src/Core/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
// [assembly: AssemblyVersion("1.0.*")]
5353

5454
[assembly: AssemblyVersion("4.0")]
55-
[assembly: AssemblyFileVersion("4.0.0.26")]
55+
[assembly: AssemblyFileVersion("4.0.0.27")]
5656

5757
#if BCL
5858
[assembly: System.Security.AllowPartiallyTrustedCallers]

sdk/src/Services/PaymentCryptography/Generated/AmazonPaymentCryptographyConfig.cs

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

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

0 commit comments

Comments
 (0)