AWS SDK for Java 2.0 v7.29.__ Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • Amazon DynamoDB

    • ### Features
      • Public preview version of 'dynamodb-enhanced' that has a new DynamoDb mapper library that can be used with the v2 SDK. See README.md in the module for more detailed information about this module.

    Amazon ElastiCache

    • ### Features
      • ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups

    Amazon Forecast Query Service

    • ### Features
      • Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data

    Amazon Forecast Service

    • ### Features
      • Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data

    Amazon Personalize Runtime

    • ### Features
      • Increased limits on number of items recommended and reranked: The maximum number of results returned from getRecommendations API has been increased to 200. The maximum number of items which can be reranked via getPersonalizedRanking API has been increased to 200.

    Amazon Rekognition

    • ### Features
      • Documentation updates for Amazon Rekognition.

    Amazon SageMaker Service

    • ### Features
      • Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."

    Amazon Simple Queue Service

    • ### Features
      • This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.

    Apache HTTP Client

    • ### Features
      • Enable TLS client authentication support for the Apache HTTP Client by allowing customers to specify a TlsKeyManagersProvider on the builder. The KeyMangers provided will be used when the remote server wants to authenticate the client.

    HTTP Client SPI

    • ### Features
      • Add TlsKeyManagersProvider interface for supporting TLS client auth in HTTP client implementations.

    Netty NIO HTTP Client

    • ### Features
      • Add ability to to use HTTP proxies with the Netty async client.