|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.4.72] - 04/28/2025 |
| 4 | + |
| 5 | +### Features |
| 6 | +* (**acm**) Add support for file-based HTTP domain control validation, available through Amazon CloudFront. |
| 7 | +* (**bedrockruntime**) This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. |
| 8 | +* (**cloudfront**) Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. |
| 9 | +* (**imagebuilder**) Add integration with SSM Parameter Store to Image Builder. |
| 10 | + |
| 11 | +### Documentation |
| 12 | +* (**dynamodb**) Doc only update for GSI descriptions. |
| 13 | + |
| 14 | +## [1.4.71] - 04/25/2025 |
| 15 | + |
| 16 | +### Features |
| 17 | +* (**bedrockruntime**) You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. |
| 18 | + |
| 19 | +### Documentation |
| 20 | +* (**ecs**) Documentation only release for Amazon ECS. |
| 21 | +* (**marketplacedeployment**) Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. |
| 22 | + |
| 23 | +## [1.4.70] - 04/24/2025 |
| 24 | + |
| 25 | +### Features |
| 26 | +* (**apprunner**) AWS App Runner adds Node.js 22 runtime. |
| 27 | +* (**appsync**) Add data source support to Event APIs |
| 28 | +* (**bedrockdataautomation**) Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs |
| 29 | +* (**codebuild**) Remove redundant validation check. |
| 30 | +* (**dynamodb**) Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. |
| 31 | +* (**rds**) This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. |
| 32 | +* [#1577](https://github.com/awslabs/aws-sdk-kotlin/issues/1577) Add support for DynamoDB Mapper `getItem` overloads that specify primary key(s) |
| 33 | + |
| 34 | +### Documentation |
| 35 | +* (**ecs**) Documentation only release for Amazon ECS |
| 36 | +* (**pcs**) Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. |
| 37 | + |
| 38 | +## [1.4.69] - 04/23/2025 |
| 39 | + |
| 40 | +### Features |
| 41 | +* (**codebuild**) Add support for custom instance type for reserved capacity fleets |
| 42 | +* (**ecs**) Add support to roll back an In_Progress ECS Service Deployment |
| 43 | + |
| 44 | +### Documentation |
| 45 | +* (**resourceexplorer2**) Documentation-only update for CreateView option correction |
| 46 | + |
| 47 | +## [1.4.68] - 04/22/2025 |
| 48 | + |
| 49 | +### Features |
| 50 | +* (**account**) AWS Account Management now supports account name update via IAM principals. |
| 51 | +* (**cognitoidentityprovider**) This release adds refresh token rotation. |
| 52 | +* (**ec2**) Added support for ClientRouteEnforcementOptions flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses |
| 53 | +* (**entityresolution**) To expand support for matching records using digital identifiers with TransUnion |
| 54 | +* (**mq**) You can now delete Amazon MQ broker configurations using the DeleteConfiguration API. For more information, see Configurations in the Amazon MQ API Reference. |
| 55 | +* (**redshiftserverless**) Provides new and updated API members to support the Redshift Serverless reservations feature. |
| 56 | +* (**s3control**) Fix endpoint resolution test cases |
| 57 | + |
| 58 | +### Fixes |
| 59 | +* [#1214](https://github.com/awslabs/aws-sdk-kotlin/issues/1214) Bump **smithy-kotlin** version to pick up fix for connection polling |
| 60 | + |
| 61 | +## [1.4.67] - 04/21/2025 |
| 62 | + |
| 63 | +### Features |
| 64 | +* (**arczonalshift**) Updates to documentation and exception types for Zonal Autoshift |
| 65 | +* (**budgets**) Releasing the new Budget FilterExpression and Metrics fields to support more granular filtering options. These new fields are intended to replace CostFilters and CostTypes, which are deprecated as of 2025/18/04. |
| 66 | +* (**mediatailor**) Added support for Recurring Prefetch and Traffic Shaping on both Single and Recurring Prefetch. ListPrefetchSchedules now return single prefetchs by default and can be provided scheduleType of SINGLE, RECURRING, AND ALL. |
| 67 | +* (**qbusiness**) The CheckDocumentAccess API for Amazon Q Business is a self-service debugging API that allows administrators to verify document access permissions and review Access Control List (ACL) configurations. |
| 68 | + |
| 69 | +### Documentation |
| 70 | +* (**firehose**) Documentation update regarding the number of streams you can create using the CreateDeliveryStream API. |
| 71 | +* (**securityhub**) Minor documentation update for the GetConfigurationPolicyAssociation example |
| 72 | + |
| 73 | +## [1.4.66] - 04/18/2025 |
| 74 | + |
| 75 | +### Features |
| 76 | +* (**qconnect**) This release adds support for the following capabilities: Chunking generative answer replies from Amazon Q in Connect. Integration support for the use of additional LLM models with Amazon Q in Connect. |
| 77 | +* (**sagemaker**) This release adds a new Neuron driver option in InferenceAmiVersion parameter for ProductionVariant. Additionally, it adds support for fetching model lifecycle status in the ListModelPackages API. Users can now use this API to view the lifecycle stage of models that have been shared with them. |
| 78 | +* (**servicequotas**) Add new optional SupportCaseAllowed query parameter to the RequestServiceQuotaIncrease API |
| 79 | + |
3 | 80 | ## [1.4.65] - 04/17/2025 |
4 | 81 |
|
5 | 82 | ### Features |
|
0 commit comments