Skip to content

Commit 9a9dcfe

Browse files
Merge branch 'release-1.40.64' into develop
* release-1.40.64: Bumping version to 1.40.64 Add changelog entries from botocore
2 parents b4ab1ec + 4126cfb commit 9a9dcfe

File tree

5 files changed

+142
-3
lines changed

5 files changed

+142
-3
lines changed

.changes/1.40.64.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
[
2+
{
3+
"category": "``connectcases``",
4+
"description": "[``botocore``] Added two new case rule types: Parent Child Field Options (restricts child field options based on parent field value) and Hidden (controls child field visibility based on parent field value). Both enable dynamic field behavior within templates.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "[``botocore``] Amazon VPC IP Address Manager (IPAM) now supports automated prefix list management, allowing you to create rules that automatically populate customer-managed prefix lists with CIDRs from your IPAM pools or AWS resources based on tags, Regions, or other criteria.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``emr``",
14+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
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": "``fms``",
24+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``fsx``",
29+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``health``",
34+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``kinesis``",
39+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``lambda``",
44+
"description": "[``botocore``] Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``logs``",
49+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``marketplace-catalog``",
54+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``mediaconvert``",
59+
"description": "[``botocore``] Adds SlowPalPitchCorrection to audio pitch correction settings. Enables opacity for VideoOverlays. Adds REMUX_ALL option to enable multi-rendition passthrough to VideoSelector for allow listed accounts.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``omics``",
64+
"description": "[``botocore``] Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared types",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``payment-cryptography``",
69+
"description": "[``botocore``] Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``redshift``",
74+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
75+
"type": "api-change"
76+
},
77+
{
78+
"category": "``resourcegroupstaggingapi``",
79+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
80+
"type": "api-change"
81+
},
82+
{
83+
"category": "``sagemaker``",
84+
"description": "[``botocore``] Allow update of platform identifier via UpdateNotebookInstance operation.",
85+
"type": "api-change"
86+
},
87+
{
88+
"category": "``savingsplans``",
89+
"description": "[``botocore``] Add dual-stack endpoint support for Savings Plans",
90+
"type": "api-change"
91+
},
92+
{
93+
"category": "``snowball``",
94+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
95+
"type": "api-change"
96+
},
97+
{
98+
"category": "``ssm-quicksetup``",
99+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
100+
"type": "api-change"
101+
},
102+
{
103+
"category": "``textract``",
104+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
105+
"type": "api-change"
106+
},
107+
{
108+
"category": "``waf``",
109+
"description": "[``botocore``] Update endpoint ruleset parameters casing",
110+
"type": "api-change"
111+
}
112+
]

CHANGELOG.rst

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

5+
1.40.64
6+
=======
7+
8+
* api-change:``connectcases``: [``botocore``] Added two new case rule types: Parent Child Field Options (restricts child field options based on parent field value) and Hidden (controls child field visibility based on parent field value). Both enable dynamic field behavior within templates.
9+
* api-change:``ec2``: [``botocore``] Amazon VPC IP Address Manager (IPAM) now supports automated prefix list management, allowing you to create rules that automatically populate customer-managed prefix lists with CIDRs from your IPAM pools or AWS resources based on tags, Regions, or other criteria.
10+
* api-change:``emr``: [``botocore``] Update endpoint ruleset parameters casing
11+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
12+
* api-change:``fms``: [``botocore``] Update endpoint ruleset parameters casing
13+
* api-change:``fsx``: [``botocore``] Update endpoint ruleset parameters casing
14+
* api-change:``health``: [``botocore``] Update endpoint ruleset parameters casing
15+
* api-change:``kinesis``: [``botocore``] Update endpoint ruleset parameters casing
16+
* api-change:``lambda``: [``botocore``] Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda
17+
* api-change:``logs``: [``botocore``] Update endpoint ruleset parameters casing
18+
* api-change:``marketplace-catalog``: [``botocore``] Update endpoint ruleset parameters casing
19+
* api-change:``mediaconvert``: [``botocore``] Adds SlowPalPitchCorrection to audio pitch correction settings. Enables opacity for VideoOverlays. Adds REMUX_ALL option to enable multi-rendition passthrough to VideoSelector for allow listed accounts.
20+
* api-change:``omics``: [``botocore``] Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared types
21+
* api-change:``payment-cryptography``: [``botocore``] Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.
22+
* api-change:``redshift``: [``botocore``] Update endpoint ruleset parameters casing
23+
* api-change:``resourcegroupstaggingapi``: [``botocore``] Update endpoint ruleset parameters casing
24+
* api-change:``sagemaker``: [``botocore``] Allow update of platform identifier via UpdateNotebookInstance operation.
25+
* api-change:``savingsplans``: [``botocore``] Add dual-stack endpoint support for Savings Plans
26+
* api-change:``snowball``: [``botocore``] Update endpoint ruleset parameters casing
27+
* api-change:``ssm-quicksetup``: [``botocore``] Update endpoint ruleset parameters casing
28+
* api-change:``textract``: [``botocore``] Update endpoint ruleset parameters casing
29+
* api-change:``waf``: [``botocore``] Update endpoint ruleset parameters casing
30+
31+
532
1.40.63
633
=======
734

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.40.63'
21+
__version__ = '1.40.64'
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.40.63,<1.41.0
6+
botocore>=1.40.64,<1.41.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.14.0,<0.15.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.40.63,<1.41.0',
17+
'botocore>=1.40.64,<1.41.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.14.0,<0.15.0',
2020
]

0 commit comments

Comments
 (0)