Skip to content

Commit 889221f

Browse files
Merging v1.6.67 release
2 parents 76a5102 + 50783a7 commit 889221f

13 files changed

Lines changed: 230166 additions & 227006 deletions

File tree

CHANGELOG.md

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

3+
## [1.6.67] - 04/30/2026
4+
5+
### Features
6+
* (**bedrockagentcore**) AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.
7+
* (**bedrockagentcorecontrol**) AgentCore Identity now supports on-behalf-of token exchange OAuth2. AgentCore Memory now supports metadata for LongTerm Memory Records.
8+
* (**datazone**) Adds support for asynchronous notebook runs
9+
* (**eks**) Vended logs update param for capability vended logs feature
10+
* (**kafka**) Adds support for ZookeeperAccess field to control the Client-Zookeeper connectivity.
11+
* (**observabilityadmin**) Observability Admin enablement launch for AWS Kafka, Bedrock Agent Core Workload Identity and OTel metric enablement.
12+
* (**paymentcryptography**) Adds support for resource-based policies on AWS Payment Cryptography keys, enabling cross-account key sharing. Also adds Multi-Party Approval (MPA) team association APIs for protecting sensitive import root public key operations.
13+
* (**route53globalresolver**) Adds support for regions in the UpdateGlobalResolver input.
14+
* (**sagemaker**) Add InstancePools support to Endpoint for flexible provisioning across a prioritized list of instance types. Add Specifications support to InferenceComponent for per-instance-type model configurations.
15+
* (**ssoadmin**) Add InstanceArn and IdentityStoreArn in the response of CreateApplication API and IdentityStoreArn in the response of DescribeApplication API
16+
317
## [1.6.66] - 04/29/2026
418

519
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37338,6 +37338,11 @@
3733837338
"us-iso-west-1" : { }
3733937339
}
3734037340
},
37341+
"mq" : {
37342+
"endpoints" : {
37343+
"us-iso-east-1" : { }
37344+
}
37345+
},
3734137346
"network-firewall" : {
3734237347
"endpoints" : {
3734337348
"us-iso-east-1" : { }
@@ -38299,7 +38304,8 @@
3829938304
},
3830038305
"firehose" : {
3830138306
"endpoints" : {
38302-
"us-isob-east-1" : { }
38307+
"us-isob-east-1" : { },
38308+
"us-isob-west-1" : { }
3830338309
}
3830438310
},
3830538311
"fsx" : {

0 commit comments

Comments
 (0)