Skip to content

Commit cd7ad1c

Browse files
Merge branch 'release-1.42.56'
* release-1.42.56: Bumping version to 1.42.56 Add changelog entries from botocore
2 parents 77c52e2 + bcf5fbb commit cd7ad1c

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.42.56.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``cloudwatch``",
4+
"description": "[``botocore``] This release adds the APIs (PutAlarmMuteRule, ListAlarmMuteRules, GetAlarmMuteRule and DeleteAlarmMuteRule) to manage a new Cloudwatch resource, AlarmMuteRules. AlarmMuteRules allow customers to temporarily mute alarm notifications during expected downtime periods.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Adds httpTokensEnforced property to ModifyInstanceMetadataDefaults API. Set per account or manage organization-wide using declarative policies to prevent IMDSv1-enabled instance launch and block attempts to enable IMDSv1 on existing IMDSv2-only instances.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``elementalinference``",
14+
"description": "[``botocore``] Initial GA launch for AWS Elemental Inference including capabilities of Smart Crop and Live Event Clipping",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "[``botocore``] Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``es``",
24+
"description": "[``botocore``] Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``medialive``",
29+
"description": "[``botocore``] AWS Elemental MediaLive - Added support for Elemental Inference for Smart Cropping and Clipping features for MediaLive.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``observabilityadmin``",
34+
"description": "[``botocore``] Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``opensearch``",
39+
"description": "[``botocore``] Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``partnercentral-selling``",
44+
"description": "[``botocore``] Added support for filtering opportunities by target close date in the ListOpportunities API. You can now filter results to return opportunities with a target close date before or after a specified date, enabling more precise opportunity searches based on expected closure timelines.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.42.56
6+
=======
7+
8+
* api-change:``cloudwatch``: [``botocore``] This release adds the APIs (PutAlarmMuteRule, ListAlarmMuteRules, GetAlarmMuteRule and DeleteAlarmMuteRule) to manage a new Cloudwatch resource, AlarmMuteRules. AlarmMuteRules allow customers to temporarily mute alarm notifications during expected downtime periods.
9+
* api-change:``ec2``: [``botocore``] Adds httpTokensEnforced property to ModifyInstanceMetadataDefaults API. Set per account or manage organization-wide using declarative policies to prevent IMDSv1-enabled instance launch and block attempts to enable IMDSv1 on existing IMDSv2-only instances.
10+
* api-change:``elementalinference``: [``botocore``] Initial GA launch for AWS Elemental Inference including capabilities of Smart Crop and Live Event Clipping
11+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
12+
* api-change:``es``: [``botocore``] Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request.
13+
* api-change:``medialive``: [``botocore``] AWS Elemental MediaLive - Added support for Elemental Inference for Smart Cropping and Clipping features for MediaLive.
14+
* api-change:``observabilityadmin``: [``botocore``] Adding a new field in the CreateCentralizationRuleForOrganization, UpdateCentralizationRuleForOrganization API and updating the GetCentralizationRuleForOrganization API response to include the new field
15+
* api-change:``opensearch``: [``botocore``] Fixed HTTP binding for DescribeDomainAutoTunes API to correctly pass request parameters as query parameters in the HTTP request.
16+
* api-change:``partnercentral-selling``: [``botocore``] Added support for filtering opportunities by target close date in the ListOpportunities API. You can now filter results to return opportunities with a target close date before or after a specified date, enabling more precise opportunity searches based on expected closure timelines.
17+
18+
519
1.42.55
620
=======
721

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.55'
21+
__version__ = '1.42.56'
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.55,<1.43.0
6+
botocore>=1.42.56,<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.55,<1.43.0',
17+
'botocore>=1.42.56,<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)