Skip to content

AWS SDK for Java v2 2.25.0

Compare
Choose a tag to compare
@aws-sdk-java-automation aws-sdk-java-automation released this 29 Feb 20:26
14b7540

2.25.0 2024-02-29

AWS CRT HTTP Client

  • Features

    • Support Non proxy host settings in the ProxyConfiguration for Crt http client.
  • Bugfixes

    • Addressing Issue #4745 , Netty and CRT clients' default proxy settings have been made consistent with the Apache client, now using environment and system property settings by default.\n To disable the use of environment variables and system properties by default, set useSystemPropertyValue(false) and useEnvironmentVariablesValues(false) in ProxyConfigurations.

AWS Migration Hub Orchestrator

  • Features

    • Adds new CreateTemplate, UpdateTemplate and DeleteTemplate APIs.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.
  • Bugfixes

    • Addressing Issue #4745 , Netty and CRT clients' default proxy settings have been made consistent with the Apache client, now using environment and system property settings by default.
      To disable the use of environment variables and system properties by default, set useSystemPropertyValue(false) and useEnvironmentVariablesValues(false) in ProxyConfigurations.

Amazon DocumentDB Elastic Clusters

  • Features

    • Launched Elastic Clusters Readable Secondaries, Start/Stop, Configurable Shard Instance count, Automatic Backups and Snapshot Copying

Amazon Elastic Kubernetes Service

  • Features

    • Added support for new AL2023 AMIs to the supported AMITypes.

Amazon Lex Model Building V2

  • Features

    • This release makes AMAZON.QnAIntent generally available in Amazon Lex. This generative AI feature leverages large language models available through Amazon Bedrock to automate frequently asked questions (FAQ) experience for end-users.

Amazon QuickSight

  • Features

    • TooltipTarget for Combo chart visuals; ColumnConfiguration limit increase to 2000; Documentation Update

Amazon SageMaker Service

  • Features

    • Adds support for ModelDataSource in Model Packages to support unzipped models. Adds support to specify SourceUri for models which allows registration of models without mandating a container for hosting. Using SourceUri, customers can decouple the model from hosting information during registration.

Amazon Security Lake

  • Features

    • Add capability to update the Data Lake's MetaStoreManager Role in order to perform required data lake updates to use Iceberg table format in their data lake or update the role for any other reason.

Netty NIO Async HTTP Client

  • Bugfixes

    • Addressing Issue #4745 , Netty and CRT clients' default proxy settings have been made consistent with the Apache client, now using environment and system property settings by default.\n To disable the use of environment variables and system properties by default, set useSystemPropertyValue(false) and useEnvironmentVariablesValues(false) in ProxyConfigurations