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 May 21, 2024
1 parent 0f319f6 commit 0326ac4
Show file tree
Hide file tree
Showing 24 changed files with 68 additions and 28 deletions.
16 changes: 16 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 3.7.815.0 (2024-05-21 18:19 UTC)
* CloudFront (3.7.303.0)
* Model update; no change to SDK functionality.
* Glue (3.7.311.0)
* Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
* Lightsail (3.7.305.0)
* This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
* MailManager (3.7.300.0)
* This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
* PI (3.7.301.0)
* Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
* RDS (3.7.313.1)
* Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
* StorageGateway (3.7.302.0)
* Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

### 3.7.814.0 (2024-05-20 18:27 UTC)
* BedrockAgent (3.7.309.0)
* This release adds support for using Guardrails with Bedrock Agents.
Expand Down
16 changes: 16 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 3.7.815.0 (2024-05-21 18:19 UTC)
* CloudFront (3.7.303.0)
* Model update; no change to SDK functionality.
* Glue (3.7.311.0)
* Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
* Lightsail (3.7.305.0)
* This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
* MailManager (3.7.300.0)
* This release includes a new Amazon SES feature called Mail Manager, which is a set of email gateway capabilities designed to help customers strengthen their organization's email infrastructure, simplify email workflow management, and streamline email compliance control.
* PI (3.7.301.0)
* Performance Insights added a new input parameter called AuthorizedActions to support the fine-grained access feature. Performance Insights also restricted the acceptable input characters.
* RDS (3.7.313.1)
* Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
* StorageGateway (3.7.302.0)
* Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

### 3.7.814.0 (2024-05-20 18:27 UTC)
* BedrockAgent (3.7.309.0)
* This release adds support for using Guardrails with Bedrock Agents.
Expand Down
22 changes: 15 additions & 7 deletions generator/ServiceModels/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.300.0",
"ProductVersion" : "3.7.814.0",
"ProductVersion" : "3.7.815.0",
"CoreVersion" : "3.7.304.3",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -39,7 +39,7 @@
"InPreview" : false
},
"CloudFront" : {
"Version" : "3.7.302.19",
"Version" : "3.7.303.0",
"AssemblyVersionOverride" : "3.3.4.0",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -283,7 +283,7 @@
"InPreview" : false
},
"RDS" : {
"Version" : "3.7.313.0",
"Version" : "3.7.313.1",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -379,7 +379,7 @@
"InPreview" : false
},
"StorageGateway" : {
"Version" : "3.7.301.53",
"Version" : "3.7.302.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -619,7 +619,7 @@
"InPreview" : false
},
"Lightsail" : {
"Version" : "3.7.304.27",
"Version" : "3.7.305.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -827,7 +827,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.310.15",
"Version" : "3.7.311.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"InPreview" : false
},
"PI" : {
"Version" : "3.7.300.93",
"Version" : "3.7.301.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
Expand Down Expand Up @@ -3057,6 +3057,14 @@
"Core" : "3.7.304.3"
},
"InPreview" : false
},
"MailManager" : {
"Version" : "3.7.300.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.304.3"
},
"InPreview" : false
}
}
}
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.4.0")]
[assembly: AssemblyFileVersion("3.7.302.19")]
[assembly: AssemblyFileVersion("3.7.303.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.310.15")]
[assembly: AssemblyFileVersion("3.7.311.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.304.27")]
[assembly: AssemblyFileVersion("3.7.305.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.3")]
[assembly: AssemblyFileVersion("3.7.300.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.300.93")]
[assembly: AssemblyFileVersion("3.7.301.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.313.0")]
[assembly: AssemblyFileVersion("3.7.313.1")]
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.301.53")]
[assembly: AssemblyFileVersion("3.7.302.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.CloudFront
public partial class AmazonCloudFrontConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.302.19");
InternalSDKUtils.BuildUserAgentString("CloudFront", "3.7.303.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/CloudFront/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.4.0")]
[assembly: AssemblyFileVersion("3.7.302.19")]
[assembly: AssemblyFileVersion("3.7.303.0")]

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

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Glue/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.310.15")]
[assembly: AssemblyFileVersion("3.7.311.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.Lightsail
public partial class AmazonLightsailConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.304.27");
InternalSDKUtils.BuildUserAgentString("Lightsail", "3.7.305.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/Lightsail/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.304.27")]
[assembly: AssemblyFileVersion("3.7.305.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.MailManager
public partial class AmazonMailManagerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("MailManager", "3.3");
InternalSDKUtils.BuildUserAgentString("MailManager", "3.7.300.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/MailManager/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.3")]
[assembly: AssemblyFileVersion("3.7.300.0")]

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

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/PI/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.300.93")]
[assembly: AssemblyFileVersion("3.7.301.0")]

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

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/RDS/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.313.0")]
[assembly: AssemblyFileVersion("3.7.313.1")]

#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.StorageGateway
public partial class AmazonStorageGatewayConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.301.53");
InternalSDKUtils.BuildUserAgentString("Storage Gateway", "3.7.302.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/StorageGateway/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.301.53")]
[assembly: AssemblyFileVersion("3.7.302.0")]

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

0 comments on commit 0326ac4

Please sign in to comment.