File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66org.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)
1212smithyKotlinDocBaseUrl =https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
You can’t perform that action at this time.
0 commit comments