AWS SDK for Java v2 2.43.0
·
201 commits
to master
since this release
2.43.0 2026-04-27
AWS Glue
-
Features
- Addition of AdditionalAuditContext to GetPartition, GetPartitions, GetTableVersion, and GetTableVersions
AWS Key Management Service
-
Features
- KMS GetKeyLastUsage API provides information on the last successful cryptographic operation performed on KMS keys. This new API provides KMS customers with the last timestamp, CloudTrail eventId, and the cryptographic operation that was performed on the key.
AWS SDK for Java v2
-
Features
- Add support for overriding authSchemeProvider per request.
- Optimize ExecutionAttributes to reduce resizes and reduce hash computation cost.
AWSBillingConductor
-
Features
- Add support for Passthrough pricing plan
Amazon CloudWatch Application Signals
-
Features
- Application Signals now supports creating composite Service Level Objectives on Service Operations. Users can now create service SLO on multiple operations.
Amazon CloudWatch Logs
-
Features
- Adds support for selecting all logs sources and types in a single association.
Amazon GameLift Streams
-
Features
- Adds Proton 10.0-4 to the list of runtime environment options available when creating an Amazon GameLift Streams application
Amazon Interactive Video Service
-
Features
- Adds tags parameter to the CreateAdConfiguration operation
Amazon Omics
-
Features
- Enable Public Internet or VPC configuration to BatchRun
Amazon OpenSearch Service
-
Features
- Amazon OpenSearch Service now supports JWKS URL configuration for JWT authentication
Amazon S3
-
Features
- Add configurable
expectContinueThresholdInBytesto S3Configuration (default 1 MB). The Expect: 100-continue header is now only added to PutObject and UploadPart requests when the content-length meets or exceeds the threshold, reducing latency overhead for small uploads.
- Add configurable
Amazon SageMaker Service
-
Features
- Updated API documentation for endpoint MetricsConfig. Added details on supported metric publish frequencies and clarified how EnableEnhancedMetrics controls utilization and invocation metric behavior.
Amazon WorkSpaces
-
Features
- Added support for Protocol as modified resource and added update failure as modification state
Application Migration Service
-
Features
- Added network modernization support, enabling customers to edit, resize, merge, and split VPCs and subnets during migration while retaining functional, non-conflicting IP addresses.
S3 Transfer Manager
-
Bugfixes
- Fix TransferListener callbacks (bytesTransferred, transferComplete) not firing for unknown-content-length uploads via S3TransferManager when the data fits in a single chunk.