Skip to content

Commit

Permalink
Commit version number update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 25, 2024
1 parent 06e5890 commit 81a028e
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
8 changes: 8 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.7.934.0 (2024-11-25 19:30 UTC)
* DirectConnect (3.7.401.0)
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
* NetworkManager (3.7.401.0)
* This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway.
* S3 (3.7.408.0)
* Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.

### 3.7.933.0 (2024-11-22 19:40 UTC)
* AutoScaling (3.7.407.0)
* Now, Amazon EC2 Auto Scaling customers can enable target tracking policies to take quicker scaling decisions, enhancing their application performance and EC2 utilization. To get started, specify target tracking to monitor a metric that is available on Amazon CloudWatch at seconds-level interval.
Expand Down
8 changes: 8 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 3.7.934.0 (2024-11-25 19:30 UTC)
* DirectConnect (3.7.401.0)
* Update DescribeDirectConnectGatewayAssociations API to return associated core network information if a Direct Connect gateway is attached to a Cloud WAN core network.
* NetworkManager (3.7.401.0)
* This release adds native Direct Connect integration on Cloud WAN enabling customers to directly attach their Direct Connect gateways to Cloud WAN without the need for an intermediate Transit Gateway.
* S3 (3.7.408.0)
* Amazon Simple Storage Service / Features: Add support for ETag based conditional writes in PutObject and CompleteMultiPartUpload APIs to prevent unintended object modifications.

### 3.7.933.0 (2024-11-22 19:40 UTC)
* AutoScaling (3.7.407.0)
* Now, Amazon EC2 Auto Scaling customers can enable target tracking policies to take quicker scaling decisions, enhancing their application performance and EC2 utilization. To get started, specify target tracking to monitor a metric that is available on Amazon CloudWatch at seconds-level interval.
Expand Down
8 changes: 4 additions & 4 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.933.0",
"ProductVersion" : "3.7.934.0",
"CoreVersion" : "3.7.400.57",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -138,7 +138,7 @@
"InPreview" : false
},
"DirectConnect" : {
"Version" : "3.7.400.57",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.57"
Expand Down Expand Up @@ -316,7 +316,7 @@
"InPreview" : false
},
"S3" : {
"Version" : "3.7.407.1",
"Version" : "3.7.408.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.57"
Expand Down Expand Up @@ -1636,7 +1636,7 @@
"InPreview" : false
},
"NetworkManager" : {
"Version" : "3.7.400.57",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.57"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.57")]
[assembly: AssemblyFileVersion("3.7.401.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.57")]
[assembly: AssemblyFileVersion("3.7.401.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.407.1")]
[assembly: AssemblyFileVersion("3.7.408.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.DirectConnect
public partial class AmazonDirectConnectConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.400.57");
InternalSDKUtils.BuildUserAgentString("Direct Connect", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/DirectConnect/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.57")]
[assembly: AssemblyFileVersion("3.7.401.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.NetworkManager
public partial class AmazonNetworkManagerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.400.57");
InternalSDKUtils.BuildUserAgentString("NetworkManager", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/NetworkManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.400.57")]
[assembly: AssemblyFileVersion("3.7.401.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/S3/Generated/AmazonS3Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.S3
public partial class AmazonS3Config : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("S3", "3.7.407.1");
InternalSDKUtils.BuildUserAgentString("S3", "3.7.408.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/S3/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3")]
[assembly: AssemblyFileVersion("3.7.407.1")]
[assembly: AssemblyFileVersion("3.7.408.0")]

#if BCL
[assembly: System.Security.AllowPartiallyTrustedCallers]
Expand Down

0 comments on commit 81a028e

Please sign in to comment.