Skip to content

Commit e467d70

Browse files
chore: release 1.2.26
1 parent 075376d commit e467d70

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.26] - 06/04/2024
4+
5+
### Features
6+
* (**ec2**) U7i instances with up to 32 TiB of DDR5 memory and 896 vCPUs are now available. C7i-flex instances are launched and are lower-priced variants of the Amazon EC2 C7i instances that offer a baseline level of CPU performance with the ability to scale up to the full compute performance 95% of the time.
7+
* (**pipes**) This release adds Timestream for LiveAnalytics as a supported target in EventBridge Pipes
8+
* (**sagemaker**) Extend DescribeClusterNode response with private DNS hostname and IP address, and placement information about availability zone and availability zone ID.
9+
* (**taxsettings**) Initial release of AWS Tax Settings API
10+
311
## [1.2.25] - 06/03/2024
412

513
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1944,6 +1944,12 @@
19441944
"artifactName": "supportapp",
19451945
"brazilName": "AwsSdkKotlinSupportApp"
19461946
},
1947+
{
1948+
"sdkId": "TaxSettings",
1949+
"namespace": "aws.sdk.kotlin.services.taxsettings",
1950+
"artifactName": "taxsettings",
1951+
"brazilName": "AwsSdkKotlinTaxsettings"
1952+
},
19471953
{
19481954
"sdkId": "Textract",
19491955
"namespace": "aws.sdk.kotlin.services.textract",

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.2.26-SNAPSHOT
9+
sdkVersion=1.2.26
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)