Skip to content

Commit 501e513

Browse files
Merging v1.6.55 release
2 parents f41cace + 5201705 commit 501e513

8 files changed

Lines changed: 9647 additions & 5347 deletions

File tree

CHANGELOG.md

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

3+
## [1.6.55] - 04/09/2026
4+
5+
### Features
6+
* (**bcmdashboards**) Scheduled email reports of Billing and Cost Management Dashboards
7+
* (**bedrockagentcore**) Introducing support for SearchRegistryRecords API on AgentCoreRegistry
8+
* (**bedrockagentcorecontrol**) Initial release for CRUDL in AgentCore Registry Service
9+
* (**mediaconnect**) Adds support for MediaLive Channel-type Router Inputs.
10+
* (**redshiftdata**) The BatchExecuteStatement API now supports named SQL parameters, enabling secure batch queries with parameterized values. This enhancement helps prevent SQL injection vulnerabilities and improves query reusability.
11+
* (**sagemaker**) Release support for g7e instance types for SageMaker HyperPod
12+
313
## [1.6.54] - 04/08/2026
414

515
### Features

codegen/sdk/aws-models/bcm-dashboards.json

Lines changed: 956 additions & 17 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/bedrock-agentcore-control.json

Lines changed: 7824 additions & 5162 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/bedrock-agentcore.json

Lines changed: 568 additions & 0 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/mediaconnect.json

Lines changed: 244 additions & 163 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/redshift-data.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
"smithy.api#documentation": "<p>The name of the SQL statements. You can name the SQL statements when you create them to identify the query. </p>"
129129
}
130130
},
131+
"Parameters": {
132+
"target": "com.amazonaws.redshiftdata#SqlParametersList",
133+
"traits": {
134+
"smithy.api#documentation": "<p>The parameters for the SQL statements. The parameters are shared across all SQL statements in the batch.</p>"
135+
}
136+
},
131137
"WorkgroupName": {
132138
"target": "com.amazonaws.redshiftdata#WorkgroupNameString",
133139
"traits": {
@@ -368,7 +374,7 @@
368374
"target": "com.amazonaws.redshiftdata#Integer",
369375
"traits": {
370376
"smithy.api#default": 0,
371-
"smithy.api#documentation": "<p>The precision value of a decimal number column. </p>"
377+
"smithy.api#documentation": "<p>The precision value of a decimal number column, or the column length for a non-numeric column. </p>"
372378
}
373379
},
374380
"scale": {

codegen/sdk/aws-models/sagemaker.json

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8997,9 +8997,7 @@
89978997
"InstanceType": {
89988998
"target": "com.amazonaws.sagemaker#ClusterInstanceType",
89998999
"traits": {
9000-
"smithy.api#clientOptional": {},
9001-
"smithy.api#documentation": "<p>Specifies the instance type of the instance group.</p>",
9002-
"smithy.api#required": {}
9000+
"smithy.api#documentation": "<p>Specifies the instance type of the instance group.</p>"
90039001
}
90049002
},
90059003
"LifeCycleConfig": {
@@ -9942,6 +9940,42 @@
99429940
"smithy.api#enumValue": "ml.r5d.16xlarge"
99439941
}
99449942
},
9943+
"ML_G7E_2XLARGE": {
9944+
"target": "smithy.api#Unit",
9945+
"traits": {
9946+
"smithy.api#enumValue": "ml.g7e.2xlarge"
9947+
}
9948+
},
9949+
"ML_G7E_4XLARGE": {
9950+
"target": "smithy.api#Unit",
9951+
"traits": {
9952+
"smithy.api#enumValue": "ml.g7e.4xlarge"
9953+
}
9954+
},
9955+
"ML_G7E_8XLARGE": {
9956+
"target": "smithy.api#Unit",
9957+
"traits": {
9958+
"smithy.api#enumValue": "ml.g7e.8xlarge"
9959+
}
9960+
},
9961+
"ML_G7E_12XLARGE": {
9962+
"target": "smithy.api#Unit",
9963+
"traits": {
9964+
"smithy.api#enumValue": "ml.g7e.12xlarge"
9965+
}
9966+
},
9967+
"ML_G7E_24XLARGE": {
9968+
"target": "smithy.api#Unit",
9969+
"traits": {
9970+
"smithy.api#enumValue": "ml.g7e.24xlarge"
9971+
}
9972+
},
9973+
"ML_G7E_48XLARGE": {
9974+
"target": "smithy.api#Unit",
9975+
"traits": {
9976+
"smithy.api#enumValue": "ml.g7e.48xlarge"
9977+
}
9978+
},
99459979
"ML_P6_B300_48XLARGE": {
99469980
"target": "smithy.api#Unit",
99479981
"traits": {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77
org.gradle.parallel=true
88

99
# sdk
10-
sdkVersion=1.6.55-SNAPSHOT
10+
sdkVersion=1.6.56-SNAPSHOT
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)