Skip to content

Commit 6feb1d6

Browse files
chore: release 1.6.66
1 parent 6dffa1f commit 6feb1d6

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.6.66] - 04/29/2026
4+
5+
### Features
6+
* (**account**) Adds AccountState in the response for the GetAccountInformation API. Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
7+
* (**bedrockagentcore**) Adds batch evaluation for running evaluators against multiple agent sessions with server-side orchestration, AI-powered recommendations for optimizing system prompts and tool descriptions, and AB testing with controlled traffic splitting and statistical significance reporting
8+
* (**bedrockagentcorecontrol**) Adds configuration bundles for versioned, immutable agent configuration snapshots with branch-based lineage
9+
* (**cloudfront**) Amazon CloudFront now supports cache tag. Tag objects via response headers and invalidate all matching objects in a single request, replacing manual URL tracking and broad wildcards.
10+
* (**deadline**) Adds support for rtx-pro-server-6000 GPU accelerator for service-managed fleets.
11+
* (**gamelift**) Amazon GameLift Servers adds a new DescribeContainerGroupPortMappings API for container fleets, making it easy to discover which connection ports map to your container ports without needing to remotely access the compute.
12+
* (**mediapackagev2**) This feature adds configuration for specifying SCTE marker handling and allow greater control over generated manifest and segment URIs
13+
* (**transfer**) This launch will increase the limits for customers to list the contents from the remote directories from 10k to 200k.
14+
* (**workspacesweb**) Allow admins to configure IPv6 ranges on IP Access Settings.
15+
16+
### Documentation
17+
* (**ecr**) Removes support for registry policy V1
18+
319
## [1.6.65] - 04/27/2026
420

521
### Features

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.66-SNAPSHOT
10+
sdkVersion=1.6.66
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)