Skip to content

Releases: aws/aws-sdk-java-v2

AWS SDK for Java v2 2.30.23

18 Feb 20:03
b489049
Compare
Choose a tag to compare

2.30.23 2025-02-18

AWS Batch

  • Features

    • This documentation-only update corrects some typos.

AWS Elemental MediaLive

  • Features

    • Adds support for creating CloudWatchAlarmTemplates for AWS Elemental MediaTailor Playback Configuration resources.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Amazon Cloudfront

  • Bugfixes

    • Decouple policy logic from resource url for getSignedUrlWithCustomPolicy

Amazon EMR Containers

  • Features

    • EMR on EKS StartJobRun Api will be supporting the configuration of log storage in AWS by using "managedLogs" under "MonitoringConfiguration".

AWS SDK for Java v2 2.30.22

17 Feb 22:30
9a681a4
Compare
Choose a tag to compare

2.30.22 2025-02-17

AWS Amplify

  • Features

    • Add ComputeRoleArn to CreateApp, UpdateApp, CreateBranch, and UpdateBranch, allowing caller to specify a role to be assumed by Amplify Hosting for server-side rendered applications.

AWS CRT HTTP Client

  • Features

    • Add support for ML-KEM in Post-Quantum TLS Config

AWS Database Migration Service

  • Features

    • Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Timestream InfluxDB

  • Features

    • This release introduces APIs to manage DbClusters and adds support for read replicas

Contributors

Special thanks to the following contributors to this release:

@alexw91

AWS SDK for Java v2 2.30.21

14 Feb 20:23
0a1837f
Compare
Choose a tag to compare

2.30.21 2025-02-14

AWS CodeBuild

  • Features

    • Added test suite names to test case metadata

AWS Database Migration Service

  • Features

    • Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications

AWS RDS DataService

  • Features

    • Add support for Stop DB feature.

AWS WAFV2

  • Features

    • The WAFv2 API now supports configuring data protection in webACLs.

Amazon Connect Service

  • Features

    • Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.

Amazon Simple Storage Service

  • Features

    • Added support for Content-Range header in HeadObject response.

Amazon WorkSpaces Thin Client

  • Features

    • Update Environment and Device name field definitions

AWS SDK for Java v2 2.30.20

13 Feb 20:23
7a49350
Compare
Choose a tag to compare

2.30.20 2025-02-13

AWS Certificate Manager Private Certificate Authority

  • Features

    • Private Certificate Authority (PCA) documentation updates

AWS Fault Injection Simulator

  • Features

    • Adds auto-pagination for the following operations: ListActions, ListExperimentTemplates, ListTargetAccountConfigurations, ListExperiments, ListExperimentResolvedTargets, ListTargetResourceTypes. Reduces length constraints of prefixes for logConfiguration and experimentReportConfiguration.

AWS Storage Gateway

  • Features

    • This release adds support for generating cache reports on S3 File Gateways for files that fail to upload.

Access Analyzer

  • Features

    • This release introduces the getFindingsStatistics API, enabling users to retrieve aggregated finding statistics for IAM Access Analyzer's external access and unused access analysis features. Updated service API and documentation.

Amazon EC2 Container Service

  • Features

    • This is a documentation only release to support migrating Amazon ECS service ARNs to the long ARN format.

Amazon SageMaker Service

  • Features

    • Adds additional values to the InferenceAmiVersion parameter in the ProductionVariant data type.

Apache Http Client

  • Features

    • Allow users to configure authSchemeProviderRegistry for ApacheHttpClient

AWS SDK for Java v2 2.30.19

12 Feb 20:34
d2c8ae9
Compare
Choose a tag to compare

2.30.19 2025-02-12

AWS B2B Data Interchange

  • Features

    • Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code

AWS CodeBuild

  • Features

    • Add note for the RUNNER_BUILDKITE_BUILD buildType.

AWS Elemental MediaLive

  • Features

    • Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.

Agents for Amazon Bedrock

  • Features

    • This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.

Agents for Amazon Bedrock Runtime

  • Features

    • This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.

Amazon FSx

  • Features

    • Support for in-place Lustre version upgrades

Amazon Polly

  • Features

    • Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.

OpenSearch Service Serverless

  • Features

    • Custom OpenSearchServerless Entity ID for SAML Config.

Amazon S3

  • Bugfixes

    • Fixed an issue in the S3 client where it skipped checksum calculation for operations that use SigV4a signing and require checksums. See #5878.

AWS SDK for Java v2 2.30.18

11 Feb 20:36
e59b52e
Compare
Choose a tag to compare

2.30.18 2025-02-11

AWS AppSync

  • Features

    • Add support for operation level caching

AWS Certificate Manager Private Certificate Authority

  • Features

    • Private Certificate Authority service now supports Partitioned CRL as a revocation configuration option.

AWS Performance Insights

  • Features

    • Documentation only update for RDS Performance Insights dimensions for execution plans and locking analysis.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Amazon Elastic Compute Cloud

  • Features

    • Adding support for the new fullSnapshotSizeInBytes field in the response of the EC2 EBS DescribeSnapshots API. This field represents the size of all the blocks that were written to the source volume at the time the snapshot was created.

AWS SDK for Java v2 2.30.17

11 Feb 00:08
0fac917
Compare
Choose a tag to compare

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

AWS SDK for Java v2 2.30.16

07 Feb 19:59
b2ee24a
Compare
Choose a tag to compare

2.30.16 2025-02-07

AWS Elemental MediaConvert

  • Features

    • This release adds support for Animated GIF output, forced chroma sample positioning metadata, and Extensible Wave Container format

AWS Performance Insights

  • Features

    • Adds documentation for dimension groups and dimensions to analyze locks for Database Insights.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Amazon Elastic Container Registry

  • Features

    • Adds support to handle the new basic scanning daily quota.

Amazon Elastic Kubernetes Service

  • Features

    • Introduce versionStatus field to take place of status field in EKS DescribeClusterVersions API

Amazon Transcribe Service

  • Features

    • This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe APIs within Amazon Transcribe.

Amazon Transcribe Streaming Service

  • Features

    • This release adds support for the Clinical Note Template Customization feature for the AWS HealthScribe Streaming APIs within Amazon Transcribe.

AWS SDK for Java v2 2.30.15

06 Feb 19:55
f28a62d
Compare
Choose a tag to compare

2.30.15 2025-02-06

AWS CRT HTTP Client

  • Features

    • Allow users to configure connectionAcquisitionTimeout for AwsCrtHttpClient and AwsCrtAsyncHttpClient

AWS CloudFormation

  • Features

    • We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.

Amazon Connect Cases

  • Features

    • This release adds the ability to conditionally require fields on a template. Check public documentation for more information.

Amazon Simple Storage Service

  • Features

    • Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.

Cost Optimization Hub

  • Features

    • This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.

AWS SDK for Java v2 2.30.14

05 Feb 20:54
1102671
Compare
Choose a tag to compare

2.30.14 2025-02-05

AWS SDK for Java v2

  • Features

    • Updated endpoint and partition metadata.
  • Bugfixes

    • Fix an issue where the trailing checksum of a request body is not sent when the Content-Length header is explicitly set to 0.

Amazon Relational Database Service

  • Features

    • Documentation updates to clarify the description for the parameter AllocatedStorage for the DB cluster data type, the description for the parameter DeleteAutomatedBackups for the DeleteDBCluster API operation, and removing an outdated note for the CreateDBParameterGroup API operation.

Netty NIO HTTP Client

  • Features

    • Fallback to prior knowledge if default client setting is ALPN and request has HTTP endpoint