Skip to content

Commit 5da0f6a

Browse files
Merge branch 'release-1.42.88' into develop
* release-1.42.88: Bumping version to 1.42.88 Add changelog entries from botocore
2 parents 39a4122 + 9bdec29 commit 5da0f6a

5 files changed

Lines changed: 58 additions & 3 deletions

File tree

.changes/1.42.88.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "[``botocore``] Conversational Analytics for Email",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``devops-agent``",
9+
"description": "[``botocore``] Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ecs``",
14+
"description": "[``botocore``] Minor updates to exceptions for completeness",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``imagebuilder``",
19+
"description": "[``botocore``] Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediaconvert``",
24+
"description": "[``botocore``] Adds support for MV-HEVC video output and clear lead for AV1 DRM output.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``observabilityadmin``",
29+
"description": "[``botocore``] CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``rtbfabric``",
34+
"description": "[``botocore``] Adds optional health check configuration for Responder Gateways with ASG Managed Endpoints. When provided, RTB Fabric continuously probes customers' instance IPs and routes traffic only to healthy ones, reducing errors during deployments, scaling events, and instance failures.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "[``botocore``] Support new SageMaker StartClusterHealthCheck API for on-demand DHC on Hyperpod EKS cluster. Support updated CreateCluster, UpdateCluster, DescribeCluster, BatchAddClusterNodes APIs for flexible instance group on HyperPod cluster",
40+
"type": "api-change"
41+
}
42+
]

CHANGELOG.rst

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

5+
1.42.88
6+
=======
7+
8+
* api-change:``connect``: [``botocore``] Conversational Analytics for Email
9+
* api-change:``devops-agent``: [``botocore``] Devops Agent now supports associate Splunk, Datadog and custom MCP server to an Agent Space.
10+
* api-change:``ecs``: [``botocore``] Minor updates to exceptions for completeness
11+
* api-change:``imagebuilder``: [``botocore``] Image pipelines can now automatically apply tags to images they create. Set the imageTags property when creating or updating your pipelines to get started.
12+
* api-change:``mediaconvert``: [``botocore``] Adds support for MV-HEVC video output and clear lead for AV1 DRM output.
13+
* api-change:``observabilityadmin``: [``botocore``] CloudWatch Observability Admin adds support for multi-region telemetry evaluation and telemetry enablement rules.
14+
* api-change:``rtbfabric``: [``botocore``] Adds optional health check configuration for Responder Gateways with ASG Managed Endpoints. When provided, RTB Fabric continuously probes customers' instance IPs and routes traffic only to healthy ones, reducing errors during deployments, scaling events, and instance failures.
15+
* api-change:``sagemaker``: [``botocore``] Support new SageMaker StartClusterHealthCheck API for on-demand DHC on Hyperpod EKS cluster. Support updated CreateCluster, UpdateCluster, DescribeCluster, BatchAddClusterNodes APIs for flexible instance group on HyperPod cluster
16+
17+
518
1.42.87
619
=======
720

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.42.87'
21+
__version__ = '1.42.88'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.42.87,<1.43.0
6+
botocore>=1.42.88,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.42.87,<1.43.0',
17+
'botocore>=1.42.88,<1.43.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.16.0,<0.17.0',
2020
]

0 commit comments

Comments
 (0)