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 1
1
# Changelog
2
2
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
+
3
10
## [ 1.4.110] - 06/21/2025
4
11
5
12
## [ 1.4.109] - 06/20/2025
Original file line number Diff line number Diff line change 2238
2238
"artifactName" : " workspacesweb" ,
2239
2239
"brazilName" : " AwsSdkKotlinWorkspacesWeb"
2240
2240
},
2241
+ {
2242
+ "sdkId" : " Workspaces Instances" ,
2243
+ "namespace" : " aws.sdk.kotlin.services.workspacesinstances" ,
2244
+ "artifactName" : " workspacesinstances" ,
2245
+ "brazilName" : " AwsSdkKotlinWorkspacesInstances"
2246
+ },
2241
2247
{
2242
2248
"sdkId" : " XRay" ,
2243
2249
"namespace" : " aws.sdk.kotlin.services.xray" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
6
6
org.gradle.jvmargs =-Xmx6g -XX:MaxMetaspaceSize=2G
7
7
8
8
# sdk
9
- sdkVersion =1.4.111-SNAPSHOT
9
+ sdkVersion =1.4.111
10
10
11
11
# dokka config (values specified at build-time as needed)
12
12
smithyKotlinDocBaseUrl =https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/
You can’t perform that action at this time.
0 commit comments