Skip to content

Commit e37fd73

Browse files
Commit version number update changes
1 parent 289f773 commit e37fd73

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
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.57.0 (2025-07-28 18:50 UTC)
2+
* DirectConnect (4.0.1.0)
3+
* Enable MACSec support and features on Interconnects.
4+
* IoTSiteWise (4.0.1.0)
5+
* Add support for native anomaly detection in IoT SiteWise using new Computation Model APIs
6+
* OSIS (4.0.1.0)
7+
* Add Pipeline Role Arn as an optional parameter to the create / update pipeline APIs as an alternative to passing in the pipeline configuration body
8+
19
### 4.0.56.0 (2025-07-25 18:25 UTC)
210
* AppIntegrationsService (4.0.1.0)
311
* Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service).

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.57.0 (2025-07-28 18:50 UTC)
2+
* DirectConnect (4.0.1.0)
3+
* Enable MACSec support and features on Interconnects.
4+
* IoTSiteWise (4.0.1.0)
5+
* Add support for native anomaly detection in IoT SiteWise using new Computation Model APIs
6+
* OSIS (4.0.1.0)
7+
* Add Pipeline Role Arn as an optional parameter to the create / update pipeline APIs as an alternative to passing in the pipeline configuration body
8+
19
### 4.0.56.0 (2025-07-25 18:25 UTC)
210
* AppIntegrationsService (4.0.1.0)
311
* Amazon AppIntegrations introduces new configuration capabilities to enable customers to manage iframe permissions, control application refresh behavior (per contact or per browser/cross-contact), and run background applications (service).

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.56.0",
4+
"ProductVersion" : "4.0.57.0",
55
"CoreVersion" : "4.0.0.18",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -138,7 +138,7 @@
138138
"InPreview" : false
139139
},
140140
"DirectConnect" : {
141-
"Version" : "4.0.0.15",
141+
"Version" : "4.0.1.0",
142142
"AssemblyVersionOverride" : "4.0",
143143
"Dependencies" : {
144144
"Core" : "4.0.0.17"
@@ -1716,7 +1716,7 @@
17161716
"InPreview" : false
17171717
},
17181718
"IoTSiteWise" : {
1719-
"Version" : "4.0.0.15",
1719+
"Version" : "4.0.1.0",
17201720
"AssemblyVersionOverride" : "4.0",
17211721
"Dependencies" : {
17221722
"Core" : "4.0.0.17"
@@ -2652,7 +2652,7 @@
26522652
"InPreview" : false
26532653
},
26542654
"OSIS" : {
2655-
"Version" : "4.0.0.15",
2655+
"Version" : "4.0.1.0",
26562656
"AssemblyVersionOverride" : "4.0",
26572657
"Dependencies" : {
26582658
"Core" : "4.0.0.17"

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

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

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

sdk/src/Services/DirectConnect/Generated/AmazonDirectConnectConfig.cs

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

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

sdk/src/Services/DirectConnect/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.0.15")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

sdk/src/Services/IoTSiteWise/Generated/AmazonIoTSiteWiseConfig.cs

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

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

sdk/src/Services/IoTSiteWise/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.0.15")]
45+
[assembly: AssemblyFileVersion("4.0.1.0")]

0 commit comments

Comments
 (0)