Skip to content

Commit 16dd05c

Browse files
chore: release 1.4.123
1 parent 79120ba commit 16dd05c

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

.changes/b6b48ccb-8aa8-40be-bc5a-f5d184e8631e.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## [1.4.123] - 07/16/2025
4+
5+
### Features
6+
* (**bedrock**) This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock.
7+
* (**bedrockagentcore**) Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
8+
* (**bedrockagentcorecontrol**) Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
9+
* (**bedrockruntime**) document update to support on demand custom model.
10+
* (**cloudwatchlogs**) CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation.
11+
* (**datasync**) AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations
12+
* (**glue**) AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
13+
* (**guardduty**) Add expectedBucketOwner parameter to ThreatIntel and IPSet APIs.
14+
* (**iotwireless**) FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.
15+
* (**mediapackagev2**) This release adds support for CDN Authentication using Static Headers in MediaPackage v2.
16+
* (**networkflowmonitor**) Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
17+
* (**paymentcryptographydata**) Expand length of message data field for Mac generation and validation to 8192 characters.
18+
* Add support for Bearer authentication using a token set in an environment variable for Bedrock services
19+
20+
### Documentation
21+
* (**sfn**) Doc-only update to introduction, and edits to clarify input parameter and the set of control characters.
22+
323
## [1.4.122] - 07/16/2025
424

525
### Features

codegen/sdk/packages.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,18 @@
246246
"artifactName": "bedrockagentruntime",
247247
"brazilName": "AwsSdkKotlinBedrockAgentRuntime"
248248
},
249+
{
250+
"sdkId": "Bedrock AgentCore",
251+
"namespace": "aws.sdk.kotlin.services.bedrockagentcore",
252+
"artifactName": "bedrockagentcore",
253+
"brazilName": "AwsSdkKotlinBedrockAgentcore"
254+
},
255+
{
256+
"sdkId": "Bedrock AgentCore Control",
257+
"namespace": "aws.sdk.kotlin.services.bedrockagentcorecontrol",
258+
"artifactName": "bedrockagentcorecontrol",
259+
"brazilName": "AwsSdkKotlinBedrockAgentcoreControl"
260+
},
249261
{
250262
"sdkId": "Bedrock Data Automation",
251263
"namespace": "aws.sdk.kotlin.services.bedrockdataautomation",

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.123-SNAPSHOT
9+
sdkVersion=1.4.123
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)