You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Scheduled email reports of Billing and Cost Management Dashboards",
5
+
"type": "api-change"
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": "``mediaconnect``",
19
+
"description": "Adds support for MediaLive Channel-type Router Inputs.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``redshift-data``",
24
+
"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.",
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": "s3, streaming output",
34
+
"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.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.44.77
6
+
=======
7
+
8
+
* api-change:``bcm-dashboards``: Scheduled email reports of Billing and Cost Management Dashboards
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:``mediaconnect``: Adds support for MediaLive Channel-type Router Inputs.
12
+
* 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.
13
+
* api-change:``sagemaker``: Release support for g7e instance types for SageMaker HyperPod
14
+
* 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.
0 commit comments