|
| 1 | +### 4.0.0.0-preview.10 (2025-03-07 14:25 UTC) |
| 2 | +* CloudFront (4.0.0.0) |
| 3 | + * Removed the AmazonCloudFrontUtil utility code that was no longer being used. |
| 4 | +* DynamoDBv2 (4.0.0.0) |
| 5 | + * Removed the DynamoDBContextTableNamePrefix property. Users should call AWSConfigsDynamoDB.Context.TableNamePrefix instead of AWSConfigsDynamoDB.Context.DynamoDBContextTableNamePrefix. |
| 6 | + * Add Support for DateOnly and TimeOnly in DynamoDB high level libraries. This support is available in .NET 8 and above. |
| 7 | +* EC2 (4.0.0.0) |
| 8 | + * Removed the VPC utilizes code. It was terribly out of date even referring to EC2 instance type that has been deprecated for years. |
| 9 | + * Removed the image utilities used for looking up EC2 amis for Windows OS. |
| 10 | + * [Breaking Change] Remove obsolete IPRanges behavior from EC2. IPV4Ranges or IPV6Ranges should be used instead. |
| 11 | +* IoT (4.0.0.0) |
| 12 | + * Removed a legacy customization for NextToken override to refer to the actual modeled pagination token. |
| 13 | +* Lambda (4.0.0.0) |
| 14 | + * Removed obsolete InvokeAsync service client operation to avoid confusion with the Async suffix added for async .NET methods. |
| 15 | +* S3 (4.0.0.0) |
| 16 | + * Remove obsolete DisableMD5Stream property. Code should be updated to use DisableDefaultChecksumValidation property. |
| 17 | + * Remove obsolete ServerSideEncryptionMethod and ServerSideEncryptionKeyManagementServiceKeyId from CopyPart. This should be set in the InitiateMultipartUpload method. |
| 18 | + * Remove obsolete Expires property from GetObjectResponse. Code should be updated to use ExpiresString. Since the string may not be in a valid timestamp format code shoud use TryParse when converting to DateTime. |
| 19 | + * Remove obsolete region identifiers from S3Region enumeration |
| 20 | + * Remove obsolete Prefix property from LifecycleConfiguration. Code should be updated to use Filter property. |
| 21 | + * Remove obsolete Transition and NoncurrentVersionTransition from LifecycleRule. Could should be updated to use the collection versions Transitions and NoncurrentVersionTransitions. |
| 22 | + * Remove obsolete Event property from TopicConfiguration. Code should be updated to use the collection property Events. |
| 23 | + * Remove obsolete CalculateContentMD5Header property. This property no longer needed to be set because the SDK will compute a checksum by default. |
| 24 | + * Remove obsolete Bucket property from SelectObjectContentRequest. Code should be updated to use BucketName. |
| 25 | + * Remove obsolete NumberOfUploadThreads property from TransferUtilityConfig. Code should be updated to use ConcurrentServiceRequests. |
| 26 | + * Remove obsolete DoesS3BucketExist method. Code should be updated to use DoesS3BucketExistV2 |
| 27 | +* SageMakerRuntime (4.0.0.0) |
| 28 | + * Removed obsolete constructors for PayloadPart. |
| 29 | +* SecurityToken (4.0.0.0) |
| 30 | + * Removed the deprecated STS assume role credential provider since users should be using the one in core. |
| 31 | +* Core 4.0.0.0 |
| 32 | + * Remove obsolete endpoint logic code |
| 33 | + * Remove obsolete global `ClockSkew` property |
| 34 | + * Remove the obsolete `ReadWriteTimeout` property from `ClientConfig` all targets except .NET Framework 4.7.2. |
| 35 | + * Update SDK signers to handle scenarios where anonymous credentials are provided. |
| 36 | + * All services packages updated to require new Core |
| 37 | + |
1 | 38 | ### 4.0.0.0-preview.9 (2025-03-04 14:29 UTC)
|
2 | 39 | * DynamoDBv2 (4.0.0.0)
|
3 | 40 | * Implement DynamoDBDerivedTypeAttribute to enable polymorphism support for nested items on save and load data.
|
|
0 commit comments