Skip to content

4.0.0.0-preview.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@aws-sdk-dotnet-automation aws-sdk-dotnet-automation released this 25 Feb 16:00
· 208 commits to main since this release

4.0.0.0-preview.8 (2025-02-25 13:38 UTC)

  • DataExchange (4.0.0.0)
    • Updated SendApiAsset operation to set correct Content-Type header
  • DynamoDBv2 (4.0.0.0)
    • Improved error message in DataModel when in Native AOT mode and nested types have been trimmed.
  • EC2 (4.0.0.0)
    • [Breaking Change] Obsoleted DryRun method from service client. To perform a dry run use the DryRun property on the request object for individual EC2 operations.
  • Core 4.0.0.0
    • [Breaking Change] Remove LitJson source from SDK and clean up all references.
    • [Breaking Change] Remove support for deprecated IMDS v1.
    • [Breaking Change] Updated EventStreams Byte to SByte to be inline with the spec where Byte was intended to be signed.
    • Fixed JsonRPCRequestMarshaller to properly handle enum payloads by setting content headers to plain text instead of JSON object
    • Updated Microsoft.Extensions.AI to 9.3.0-preview.1.25114.11 in the AWSSDK.Extensions.Bedrock.MEAI package
    • Updated restJson1 protocol services to use text/plain as Content-Type (instead of application/json) for string payloads
    • Updated XmlDictionary and KeyValueUnmarshallers to be able to handle any key and value XML element names
    • All services packages updated to require new Core