Skip to content

Commit 83267a0

Browse files
chore: release 1.3.65
1 parent a35acc6 commit 83267a0

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [1.3.65] - 10/30/2024
4+
5+
### Features
6+
* (**appsync**) This release adds support for AppSync Event APIs.
7+
* (**connect**) Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters.
8+
* (**datasync**) AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations.
9+
* (**ec2**) This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups.
10+
* (**ecs**) This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history.
11+
* (**geomaps**) Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business
12+
* (**geoplaces**) Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name
13+
* (**georoutes**) Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions.
14+
* (**keyspaces**) Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type.
15+
* (**networkfirewall**) AWS Network Firewall now supports configuring TCP idle timeout
16+
* (**opensearch**) This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface.
17+
* (**opensearchserverless**) Neo Integration via IAM Identity Center (IdC)
18+
* (**redshift**) This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database.
19+
* (**redshiftserverless**) Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting.
20+
* (**route53**) This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types.
21+
* (**sagemaker**) Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages.
22+
* (**workmail**) This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center.
23+
324
## [1.3.64] - 10/29/2024
425

526
### Features

codegen/sdk/packages.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,24 @@
828828
"artifactName": "gamelift",
829829
"brazilName": "AwsSdkKotlinGamelift"
830830
},
831+
{
832+
"sdkId": "Geo Maps",
833+
"namespace": "aws.sdk.kotlin.services.geomaps",
834+
"artifactName": "geomaps",
835+
"brazilName": "AwsSdkKotlinGeoMaps"
836+
},
837+
{
838+
"sdkId": "Geo Places",
839+
"namespace": "aws.sdk.kotlin.services.geoplaces",
840+
"artifactName": "geoplaces",
841+
"brazilName": "AwsSdkKotlinGeoPlaces"
842+
},
843+
{
844+
"sdkId": "Geo Routes",
845+
"namespace": "aws.sdk.kotlin.services.georoutes",
846+
"artifactName": "georoutes",
847+
"brazilName": "AwsSdkKotlinGeoRoutes"
848+
},
831849
{
832850
"sdkId": "Glacier",
833851
"namespace": "aws.sdk.kotlin.services.glacier",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.3.65-SNAPSHOT
9+
sdkVersion=1.3.65
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)