Skip to content

Commit af2c5fb

Browse files
Bump version to 2.34.28
1 parent aaed5b4 commit af2c5fb

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.34.28.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "s3, streaming output",
4+
"description": "Output files created by S3 Select and streaming output commands are now created with owner-only permissions (0600). Existing files are also tightened to 0600 when overwritten.",
5+
"type": "bugfix"
6+
},
7+
{
8+
"category": "``bedrock-agentcore``",
9+
"description": "Introducing support for SearchRegistryRecords API on AgentCoreRegistry",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore-control``",
14+
"description": "Initial release for CRUDL in AgentCore Registry Service",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``redshift-data``",
19+
"description": "The BatchExecuteStatement API now supports named SQL parameters, enabling secure batch queries with parameterized values. This enhancement helps prevent SQL injection vulnerabilities and improves query reusability.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconnect``",
24+
"description": "Adds support for MediaLive Channel-type Router Inputs.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``sagemaker``",
29+
"description": "Release support for g7e instance types for SageMaker HyperPod",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``bcm-dashboards``",
34+
"description": "Scheduled email reports of Billing and Cost Management Dashboards",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-bcmdashboards-62289.json

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

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

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

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

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

.changes/next-release/api-change-mediaconnect-16894.json

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

.changes/next-release/api-change-redshiftdata-47733.json

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

.changes/next-release/api-change-sagemaker-75520.json

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

.changes/next-release/bugfix-s3streamingoutput-59585.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.28
6+
=======
7+
8+
* bugfix:s3, streaming output: Output files created by S3 Select and streaming output commands are now created with owner-only permissions (0600). Existing files are also tightened to 0600 when overwritten.
9+
* api-change:``bedrock-agentcore``: Introducing support for SearchRegistryRecords API on AgentCoreRegistry
10+
* api-change:``bedrock-agentcore-control``: Initial release for CRUDL in AgentCore Registry Service
11+
* api-change:``redshift-data``: The BatchExecuteStatement API now supports named SQL parameters, enabling secure batch queries with parameterized values. This enhancement helps prevent SQL injection vulnerabilities and improves query reusability.
12+
* api-change:``mediaconnect``: Adds support for MediaLive Channel-type Router Inputs.
13+
* api-change:``sagemaker``: Release support for g7e instance types for SageMaker HyperPod
14+
* api-change:``bcm-dashboards``: Scheduled email reports of Billing and Cost Management Dashboards
15+
16+
517
2.34.27
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.27'
23+
__version__ = '2.34.28'
2424

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

0 commit comments

Comments
 (0)