Skip to content

Commit 6cb3b06

Browse files
Commit version number update changes
1 parent b34d27e commit 6cb3b06

File tree

7 files changed

+13
-16
lines changed

7 files changed

+13
-16
lines changed

changelogs/SDK.CHANGELOG.2024.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.939.1 (2024-12-03 22:28 UTC)
2+
* S3 (3.7.410.1)
3+
* Breaking Change: Fixed the namespace for ErrorDetails.
4+
15
### 3.7.939.0 (2024-12-03 19:33 UTC)
26
* Athena (3.7.403.0)
37
* 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.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.7.939.1 (2024-12-03 22:28 UTC)
2+
* S3 (3.7.410.1)
3+
* Breaking Change: Fixed the namespace for ErrorDetails.
4+
15
### 3.7.939.0 (2024-12-03 19:33 UTC)
26
* Athena (3.7.403.0)
37
* 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.

generator/.DevConfigs/719f7861-6c23-4c02-8bc8-068c89f95771.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

generator/ServiceModels/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.939.0",
4+
"ProductVersion" : "3.7.939.1",
55
"CoreVersion" : "3.7.400.59",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "3.7.410.0",
319+
"Version" : "3.7.410.1",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.400.59"

sdk/code-analysis/ServiceAnalysis/S3/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("3.3")]
32-
[assembly: AssemblyFileVersion("3.7.410.0")]
32+
[assembly: AssemblyFileVersion("3.7.410.1")]

sdk/src/Services/S3/Generated/AmazonS3Config.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.S3
3232
public partial class AmazonS3Config : ClientConfig
3333
{
3434
private static readonly string UserAgentString =
35-
InternalSDKUtils.BuildUserAgentString("S3", "3.7.410.0");
35+
InternalSDKUtils.BuildUserAgentString("S3", "3.7.410.1");
3636

3737
private string _userAgent = UserAgentString;
3838
///<summary>

sdk/src/Services/S3/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
// by using the '*' as shown below:
4545
// [assembly: AssemblyVersion("1.0.*")]
4646
[assembly: AssemblyVersion("3.3")]
47-
[assembly: AssemblyFileVersion("3.7.410.0")]
47+
[assembly: AssemblyFileVersion("3.7.410.1")]
4848

4949
#if BCL
5050
[assembly: System.Security.AllowPartiallyTrustedCallers]

0 commit comments

Comments
 (0)