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 Dec 3, 2024
1 parent b34d27e commit 6cb3b06
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 16 deletions.
4 changes: 4 additions & 0 deletions changelogs/SDK.CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.7.939.1 (2024-12-03 22:28 UTC)
* S3 (3.7.410.1)
* Breaking Change: Fixed the namespace for ErrorDetails.

### 3.7.939.0 (2024-12-03 19:33 UTC)
* Athena (3.7.403.0)
* Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
Expand Down
4 changes: 4 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.7.939.1 (2024-12-03 22:28 UTC)
* S3 (3.7.410.1)
* Breaking Change: Fixed the namespace for ErrorDetails.

### 3.7.939.0 (2024-12-03 19:33 UTC)
* Athena (3.7.403.0)
* Add FEDERATED type to CreateDataCatalog. This creates Athena Data Catalog, AWS Lambda connector, and AWS Glue connection. Create/DeleteDataCatalog returns DataCatalog. Add Status, ConnectionType, and Error to DataCatalog and DataCatalogSummary. Add DeleteCatalogOnly to delete Athena Catalog only.
Expand Down
11 changes: 0 additions & 11 deletions generator/.DevConfigs/719f7861-6c23-4c02-8bc8-068c89f95771.json

This file was deleted.

4 changes: 2 additions & 2 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.939.0",
"ProductVersion" : "3.7.939.1",
"CoreVersion" : "3.7.400.59",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -316,7 +316,7 @@
"InPreview" : false
},
"S3" : {
"Version" : "3.7.410.0",
"Version" : "3.7.410.1",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.59"
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.410.0")]
[assembly: AssemblyFileVersion("3.7.410.1")]
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.410.0");
InternalSDKUtils.BuildUserAgentString("S3", "3.7.410.1");

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

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

0 comments on commit 6cb3b06

Please sign in to comment.