Skip to content

Commit 719d5e1

Browse files
Bump version to 2.34.13
1 parent 86067dc commit 719d5e1

13 files changed

+59
-45
lines changed

.changes/2.34.13.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``bedrock-agentcore-control``",
4+
"description": "Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``batch``",
9+
"description": "AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``polly``",
14+
"description": "Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``bedrock-agentcore``",
19+
"description": "This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``ec2``",
24+
"description": "Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``observabilityadmin``",
29+
"description": "Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "Python",
34+
"description": "Upgrade bundled Python interpreter to version 3.14.3",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-batch-78292.json

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

.changes/next-release/api-change-bedrockagentcore-82184.json

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

.changes/next-release/api-change-bedrockagentcorecontrol-62111.json

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

.changes/next-release/api-change-ec2-6651.json

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

.changes/next-release/api-change-observabilityadmin-63850.json

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

.changes/next-release/api-change-polly-38566.json

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

.changes/next-release/enhancement-Python-47496.json

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

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.34.13
6+
=======
7+
8+
* api-change:``bedrock-agentcore-control``: Adds support for the following new features. 1. Enterprise Policies support for AgentCore Browser Tool. 2. Root CA Configuration support for AgentCore Browser Tool and Code Interpreter.
9+
* api-change:``batch``: AWS Batch now supports quota management, enabling administrators to allocate shared compute resources across teams and projects through quota shares with capacity limits, resource-sharing strategies, and priority-based preemption - currently available for SageMaker Training job queues.
10+
* api-change:``polly``: Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously.
11+
* api-change:``bedrock-agentcore``: This release includes SDK support for the following new features on AgentCore Built In Tools. 1. Enterprise Policies for AgentCore Browser Tool. 2. Root CA Configuration Support for AgentCore Browser Tool and Code Interpreter. 3. API changes to AgentCore Browser Profile APIs
12+
* api-change:``ec2``: Amazon EC2 Fleet instant mode now supports launching instances into Interruptible Capacity Reservations, enabling customers to use spare capacity shared by Capacity Reservation owners within their AWS Organization.
13+
* api-change:``observabilityadmin``: Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
14+
* enhancement:Python: Upgrade bundled Python interpreter to version 3.14.3
15+
16+
517
2.34.12
618
=======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.34.12'
23+
__version__ = '2.34.13'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)