Skip to content

AWS SDK for Java v2 2.30.17

Latest
Compare
Choose a tag to compare
@aws-sdk-java-automation aws-sdk-java-automation released this 11 Feb 00:08
0fac917

2.30.17 2025-02-10

AWS CRT-based S3 Client

  • Bugfixes

    • Fixed an issue in AWS CRT-based S3 client where checksums are not calculated for operations that require checksums when RequestChecksumCalculation.WHEN_REQUIRED is configured, resulting error.

AWS Database Migration Service

  • Features

    • New vendors for DMS Data Providers: DB2 LUW and DB2 for z/OS

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.
    • The SDK now does not buffer input data from RequestBody#fromInputStream in cases where the InputStream does not support mark and reset.
    • The SDK now throws exception for input streaming operation if the stream has fewer bytes (i.e. reaches EOF) before the expected length is reached.
    • The SDK now does not buffer input data from ContentStreamProvider in cases where content length is known.
  • Bugfixes

    • Remove unnecessary invocation of ContentStreamProvider#newStream when content-length is known for requests that use AWS chunked encoding.

Amazon CloudFront

  • Features

    • Doc-only update that adds defaults for CloudFront VpcOriginEndpointConfig values.

Amazon Connect Service

  • Features

    • Updated the CreateContact API documentation to indicate that it only applies to EMAIL contacts.

AmazonApiGatewayV2

  • Features

    • Documentation updates for Amazon API Gateway