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 Sep 18, 2024
1 parent b44f336 commit 806efa4
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.888.0 (2024-09-18 18:22 UTC)
* CostExplorer (3.7.401.0)
* This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* DirectoryService (3.7.401.0)
* Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* DirectoryServiceData (3.7.400.0)
* Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
* GuardDuty (3.7.402.0)
* Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* MailManager (3.7.401.0)
* Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
* RDS (3.7.402.2)
* Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* S3 (3.7.403.0)
* Added SSE-KMS support for directory buckets.

### 3.7.887.0 (2024-09-17 18:21 UTC)
* CodeBuild (3.7.403.0)
* GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
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.888.0 (2024-09-18 18:22 UTC)
* CostExplorer (3.7.401.0)
* This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* DirectoryService (3.7.401.0)
* Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* DirectoryServiceData (3.7.400.0)
* Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
* GuardDuty (3.7.402.0)
* Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* MailManager (3.7.401.0)
* Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
* RDS (3.7.402.2)
* Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.
* S3 (3.7.403.0)
* Added SSE-KMS support for directory buckets.

### 3.7.887.0 (2024-09-17 18:21 UTC)
* CodeBuild (3.7.403.0)
* GitLab Enhancements - Add support for Self-Hosted GitLab runners in CodeBuild. Add group webhooks
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.400.0",
"ProductVersion" : "3.7.887.0",
"ProductVersion" : "3.7.888.0",
"CoreVersion" : "3.7.400.21",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -284,7 +284,7 @@
"InPreview" : false
},
"RDS" : {
"Version" : "3.7.402.1",
"Version" : "3.7.402.2",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -316,7 +316,7 @@
"InPreview" : false
},
"S3" : {
"Version" : "3.7.402.12",
"Version" : "3.7.403.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -396,7 +396,7 @@
"InPreview" : false
},
"DirectoryService" : {
"Version" : "3.7.400.21",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -844,7 +844,7 @@
"InPreview" : false
},
"CostExplorer" : {
"Version" : "3.7.400.21",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -900,7 +900,7 @@
"InPreview" : false
},
"GuardDuty" : {
"Version" : "3.7.401.2",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -3036,7 +3036,7 @@
"InPreview" : false
},
"MailManager" : {
"Version" : "3.7.400.21",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
Expand Down Expand Up @@ -3098,6 +3098,14 @@
"Core" : "3.7.400.21"
},
"InPreview" : false
},
"DirectoryServiceData" : {
"Version" : "3.7.400.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.21"
},
"InPreview" : false
}
},
"DefaultAssemblyVersion" : "3.3"
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.21")]
[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.21")]
[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.3")]
[assembly: AssemblyFileVersion("3.7.400.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.401.2")]
[assembly: AssemblyFileVersion("3.7.402.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.21")]
[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.402.1")]
[assembly: AssemblyFileVersion("3.7.402.2")]
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.402.12")]
[assembly: AssemblyFileVersion("3.7.403.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace Amazon.CostExplorer
public partial class AmazonCostExplorerConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.400.21");
InternalSDKUtils.BuildUserAgentString("Cost Explorer", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/CostExplorer/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.21")]
[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.DirectoryService
public partial class AmazonDirectoryServiceConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Directory Service", "3.7.400.21");
InternalSDKUtils.BuildUserAgentString("Directory Service", "3.7.401.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
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.21")]
[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.DirectoryServiceData
public partial class AmazonDirectoryServiceDataConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("Directory Service Data", "3.3");
InternalSDKUtils.BuildUserAgentString("Directory Service Data", "3.7.400.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
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.400.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.GuardDuty
public partial class AmazonGuardDutyConfig : ClientConfig
{
private static readonly string UserAgentString =
InternalSDKUtils.BuildUserAgentString("GuardDuty", "3.7.401.2");
InternalSDKUtils.BuildUserAgentString("GuardDuty", "3.7.402.0");

private string _userAgent = UserAgentString;
///<summary>
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Services/GuardDuty/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.401.2")]
[assembly: AssemblyFileVersion("3.7.402.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.7.400.21");
InternalSDKUtils.BuildUserAgentString("MailManager", "3.7.401.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.7.400.21")]
[assembly: AssemblyFileVersion("3.7.401.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.402.1");
InternalSDKUtils.BuildUserAgentString("RDS", "3.7.402.2");

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.402.1")]
[assembly: AssemblyFileVersion("3.7.402.2")]

#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.402.12");
InternalSDKUtils.BuildUserAgentString("S3", "3.7.403.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.402.12")]
[assembly: AssemblyFileVersion("3.7.403.0")]

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

0 comments on commit 806efa4

Please sign in to comment.