Skip to content

Commit bedff03

Browse files
Bump version to 2.34.37
1 parent b922294 commit bedff03

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.34.37.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``logs``",
4+
"description": "Adding nextToken and maxItems to the GetQueryResults API.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bedrock-agentcore-control``",
9+
"description": "Added support for configuring identity providers and inbound authorizers within a private VPC for AWS Bedrock AgentCore, enabling secure network connection without public internet access",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "Amazon Connect is expanding attachment capabilities to give customers greater flexibility and control. Currently limited to predefined file types, the new feature will allow contact center administrators to customize which file extensions and sizes are supported across chat, email, tasks, and cases.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``evs``",
19+
"description": "EVS now supports i7i.metal-24xl EC2 bare metal instance type, delivering high random IOPS performance with real-time latency, ideal for IO intensive and latency-sensitive workloads such as transactional databases, real-time analytics, and AI ML pre-processing.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connecthealth``",
24+
"description": "Corrected CreateWebAppConfiguration documentation. Adding slash as an allowed character for the Ambient documentation agent to allow pronoun specifications.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``transfer``",
29+
"description": "AWS Transfer Family now support configurable IP address types for Web Apps of type VPC, enabling customers to select IPv4-only or dual-stack (IPv4 and IPv6) configurations based on their network requirements.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "configure",
34+
"description": "Added aws_security_token to the list of keys that are written to the shared credentials file when using aws configure set.",
35+
"type": "enhancement"
36+
}
37+
]

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

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

.changes/next-release/api-change-connect-79043.json

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

.changes/next-release/api-change-connecthealth-33753.json

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

.changes/next-release/api-change-evs-58067.json

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

.changes/next-release/api-change-logs-9576.json

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

.changes/next-release/api-change-transfer-84793.json

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

.changes/next-release/enhancement-configure-59283.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.37
6+
=======
7+
8+
* api-change:``logs``: Adding nextToken and maxItems to the GetQueryResults API.
9+
* api-change:``bedrock-agentcore-control``: Added support for configuring identity providers and inbound authorizers within a private VPC for AWS Bedrock AgentCore, enabling secure network connection without public internet access
10+
* api-change:``connect``: Amazon Connect is expanding attachment capabilities to give customers greater flexibility and control. Currently limited to predefined file types, the new feature will allow contact center administrators to customize which file extensions and sizes are supported across chat, email, tasks, and cases.
11+
* api-change:``evs``: EVS now supports i7i.metal-24xl EC2 bare metal instance type, delivering high random IOPS performance with real-time latency, ideal for IO intensive and latency-sensitive workloads such as transactional databases, real-time analytics, and AI ML pre-processing.
12+
* api-change:``connecthealth``: Corrected CreateWebAppConfiguration documentation. Adding slash as an allowed character for the Ambient documentation agent to allow pronoun specifications.
13+
* api-change:``transfer``: AWS Transfer Family now support configurable IP address types for Web Apps of type VPC, enabling customers to select IPv4-only or dual-stack (IPv4 and IPv6) configurations based on their network requirements.
14+
* enhancement:configure: Added aws_security_token to the list of keys that are written to the shared credentials file when using aws configure set.
15+
16+
517
2.34.36
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.36'
23+
__version__ = '2.34.37'
2424

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

0 commit comments

Comments
 (0)