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 Feb 17, 2025
1 parent f1bf6a9 commit 1e2dff6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 33 deletions.
17 changes: 17 additions & 0 deletions changelogs/SDK.CHANGELOG.2025.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 4.0.0.0-preview.7 (2025-02-17 16:10 UTC)
* EC2 (4.0.0.0)
* [Breaking Change] Removed EC2: DiskImageImporter, ImportCleanup, EC2Metadata, and S3UploadPolicy classes which are obsolete.
* S3 (4.0.0.0)
* Removed GlobalSuppressions for removed EC2 classes.
* Core 4.0.0.0
* [Breaking Change] Removal of AWSConfigsS3.UseSignatureVersion4 and AWSConfigsS3.UseSigV4SetExplicitly to always use SigV4.
* [Breaking Change] Removal of ClientConfig.SignatureVersion only used by S3 for backward compatibility.
* [Breaking Change] Removal of Endpoint.SignatureVersionOverride from the obsolete Endpoint class used to handle overriding signature versions for S3.
* [Breaking Change] Removal of the obsolete EventBridgeSigner class.
* [Breaking Change] Updated AmazonS3Util.PostUpload and S3PostUploadSignedPolicy.GetSignedPolicy to use SigV4. S3PostUploadSignedPolicy.GetSignedPolicyV4 removed and overwrote to S3PostUploadSignedPolicy.GetSignedPolicy.
* Fixed issue where `System.Text.Json` dependencies were not being copied to the AWS SDK for .NET ZIP artifacts
* Refactor `Core` to remove `LitJson` references and use `System.Text.Json` instead
* Refactor tests and services to use `System.Text.Json` instead of `LitJson`
* Updated S3 GetPreSignedURL to always use SigV4 unless the expiration date is greater than seven days and it is a region which supports SigV2.
* All services packages updated to require new Core

### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
* DynamoDBv2 (4.0.0.0)
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
Expand Down
17 changes: 17 additions & 0 deletions changelogs/SDK.CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### 4.0.0.0-preview.7 (2025-02-17 16:10 UTC)
* EC2 (4.0.0.0)
* [Breaking Change] Removed EC2: DiskImageImporter, ImportCleanup, EC2Metadata, and S3UploadPolicy classes which are obsolete.
* S3 (4.0.0.0)
* Removed GlobalSuppressions for removed EC2 classes.
* Core 4.0.0.0
* [Breaking Change] Removal of AWSConfigsS3.UseSignatureVersion4 and AWSConfigsS3.UseSigV4SetExplicitly to always use SigV4.
* [Breaking Change] Removal of ClientConfig.SignatureVersion only used by S3 for backward compatibility.
* [Breaking Change] Removal of Endpoint.SignatureVersionOverride from the obsolete Endpoint class used to handle overriding signature versions for S3.
* [Breaking Change] Removal of the obsolete EventBridgeSigner class.
* [Breaking Change] Updated AmazonS3Util.PostUpload and S3PostUploadSignedPolicy.GetSignedPolicy to use SigV4. S3PostUploadSignedPolicy.GetSignedPolicyV4 removed and overwrote to S3PostUploadSignedPolicy.GetSignedPolicy.
* Fixed issue where `System.Text.Json` dependencies were not being copied to the AWS SDK for .NET ZIP artifacts
* Refactor `Core` to remove `LitJson` references and use `System.Text.Json` instead
* Refactor tests and services to use `System.Text.Json` instead of `LitJson`
* Updated S3 GetPreSignedURL to always use SigV4 unless the expiration date is greater than seven days and it is a region which supports SigV2.
* All services packages updated to require new Core

### 4.0.0.0-preview.6 (2025-02-06 21:43 UTC)
* DynamoDBv2 (4.0.0.0)
* Add NativeAOT support for the DataModel namespace also known as the Object Persistence high level library.
Expand Down
33 changes: 0 additions & 33 deletions generator/.DevConfigs/9096df7c-23c2-44f6-86c2-8fd32bfbad04.json

This file was deleted.

0 comments on commit 1e2dff6

Please # to comment.