Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
v1.4.3
[1.4.3] - 01/21/2025
Features
- (cognitoidentityprovider) corrects the dual-stack endpoint configuration for cognitoidp
- (connect) Added DeleteContactFlowVersion API and the CAMPAIGN flow type
- (emrserverless) Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
- (iotsitewise) AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
- (quicksight) Added
DigitGroupingStyle
in ThousandsSeparator to allow grouping byLAKH
( Indian Grouping system ) currency. Support LAKH andCRORE
currency types in Column Formatting.
Documentation
- (batch) Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
- (cloudwatchlogs) Documentation-only update to address doc errors
- (sns) This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.
v1.4.2
[1.4.2] - 01/17/2025
Features
- (bedrockruntime) Allow hyphens in tool name for Converse and ConverseStream APIs
- (ec2) Release u7i-6tb.112xlarge, u7i-8tb.112xlarge, u7inh-32tb.480xlarge, p5e.48xlarge, p5en.48xlarge, f2.12xlarge, f2.48xlarge, trn2.48xlarge instance types.
- (notifications) Added support for Managed Notifications, integration with AWS Organization and added aggregation summaries for Aggregate Notifications
- Add auth token generator for RDS and DSQL
Documentation
- (detective) Doc only update for Detective documentation.
- (sagemaker) Correction of docs for "Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering"
v1.4.1
[1.4.1] - 01/16/2025
Features
- (sagemaker) Added support for ml.trn1.32xlarge instance type in Reserved Capacity Offering
Documentation
- (ecs) The release addresses Amazon ECS documentation tickets.
v1.4.0
[1.4.0] - 01/15/2025
Features
- (bedrockagentruntime) Now supports streaming for inline agents.
- (cognitoidentity) corrects the dual-stack endpoint configuration
- (partnercentralselling) Add Tagging support for ResourceSnapshotJob resources
- (s3) This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
- (securityir) Increase minimum length of Threat Actor IP 'userAgent' to 1.
- (sesv2) This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
- (workspaces) Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
- (workspacesthinclient) Mark type in MaintenanceWindow as required.
⚠️ IMPORTANT: S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default varies by SDK (CRC32 or CRC64, CRC32 for the Kotlin SDK). Checksum calculation behavior can be configured usingwhen_supported
andwhen_required
options - in code using requestChecksumCalculation, in shared config using request_checksum_calculation, or as env variable using AWS_REQUEST_CHECKSUM_CALCULATION. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. Checksum validation behavior can be configured usingwhen_supported
andwhen_required
options - in code using responseChecksumValidation, in shared config using response_checksum_validation, or as env variable using AWS_RESPONSE_CHECKSUM_VALIDATION.
Fixes
- #1321 Include more information when retry strategy halts early due to token bucket capacity errors
Documentation
- (apigateway) Documentation updates for Amazon API Gateway
Miscellaneous
- The order of credentials resolution in the credentials provider chain has been updated to: system properties, environment variables, web identity tokens, profile, ECS, EC2
⚠️ IMPORTANT: Upgrade to Kotlin 2.1.0- The order of credentials resolution in config files has been updated to: static credentials, assume role with source profile OR assume role with named provider, web identity token, SSO session, legacy SSO, process
v1.3.112
[1.3.112] - 01/14/2025
Features
- (gamelift) Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.
- (route53) Amazon Route 53 now supports the Mexico (Central) Region (mx-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
v1.3.111
[1.3.111] - 01/13/2025
Features
- (artifact) Support resolving regional API calls to partition's leader region endpoint.
- (bedrock) With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
- (ec2) Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
- (kafkaconnect) Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
- (transcribe) This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
v1.3.110
[1.3.110] - 01/10/2025
Documentation
- (redshift) Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
- (securitylake) Doc only update for ServiceName that fixes several customer-reported issues
- (sts) Fixed typos in the descriptions.
v1.3.109
[1.3.109] - 01/09/2025
Features
- (codebuild) AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
- (computeoptimizer) This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
- (fms) AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
v1.3.108
[1.3.108] - 01/08/2025
Features
- (route53) Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
- (sagemaker) Adds support for IPv6 for SageMaker HyperPod cluster nodes.
Documentation
- (rds) Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
Miscellaneous
- Remove IoT 1-click services from SDK
v1.3.107
[1.3.107] - 01/07/2025
Features
- (cloudhsmv2) Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
- (dynamodb) This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
- (imagebuilder) This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.