Skip to content

Commit 4a595d9

Browse files
chore: release 1.4.111
1 parent cac386f commit 4a595d9

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.111] - 06/23/2025
4+
5+
### Features
6+
* (**glue**) AWS Glue now supports sort and z-order strategy for managed automated compaction for Iceberg tables in addition to binpack.
7+
* (**s3tables**) S3 Tables now supports sort and z-order compaction strategies for Iceberg tables in addition to binpack.
8+
* (**workspacesinstances**) Added support for Amazon WorkSpaces Instances API
9+
310
## [1.4.110] - 06/21/2025
411

512
## [1.4.109] - 06/20/2025

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,12 @@
22382238
"artifactName": "workspacesweb",
22392239
"brazilName": "AwsSdkKotlinWorkspacesWeb"
22402240
},
2241+
{
2242+
"sdkId": "Workspaces Instances",
2243+
"namespace": "aws.sdk.kotlin.services.workspacesinstances",
2244+
"artifactName": "workspacesinstances",
2245+
"brazilName": "AwsSdkKotlinWorkspacesInstances"
2246+
},
22412247
{
22422248
"sdkId": "XRay",
22432249
"namespace": "aws.sdk.kotlin.services.xray",

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.4.111-SNAPSHOT
9+
sdkVersion=1.4.111
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)