Skip to content

Commit 1122d80

Browse files
Merge branch 'release-1.40.64' into develop
* release-1.40.64: Bumping version to 1.40.64 Update endpoints model Update to latest models
2 parents 0f7bff1 + 0c92337 commit 1122d80

File tree

28 files changed

+1787
-230
lines changed

28 files changed

+1787
-230
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": "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": "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": "Update endpoint ruleset parameters casing",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``endpoint-rules``",
19+
"description": "Update endpoint-rules client to latest version",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``fms``",
24+
"description": "Update endpoint ruleset parameters casing",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``fsx``",
29+
"description": "Update endpoint ruleset parameters casing",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``health``",
34+
"description": "Update endpoint ruleset parameters casing",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``kinesis``",
39+
"description": "Update endpoint ruleset parameters casing",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``lambda``",
44+
"description": "Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``logs``",
49+
"description": "Update endpoint ruleset parameters casing",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``marketplace-catalog``",
54+
"description": "Update endpoint ruleset parameters casing",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``mediaconvert``",
59+
"description": "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": "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": "Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.",
70+
"type": "api-change"
71+
},
72+
{
73+
"category": "``redshift``",
74+
"description": "Update endpoint ruleset parameters casing",
75+
"type": "api-change"
76+
},
77+
{
78+
"category": "``resourcegroupstaggingapi``",
79+
"description": "Update endpoint ruleset parameters casing",
80+
"type": "api-change"
81+
},
82+
{
83+
"category": "``sagemaker``",
84+
"description": "Allow update of platform identifier via UpdateNotebookInstance operation.",
85+
"type": "api-change"
86+
},
87+
{
88+
"category": "``savingsplans``",
89+
"description": "Add dual-stack endpoint support for Savings Plans",
90+
"type": "api-change"
91+
},
92+
{
93+
"category": "``snowball``",
94+
"description": "Update endpoint ruleset parameters casing",
95+
"type": "api-change"
96+
},
97+
{
98+
"category": "``ssm-quicksetup``",
99+
"description": "Update endpoint ruleset parameters casing",
100+
"type": "api-change"
101+
},
102+
{
103+
"category": "``textract``",
104+
"description": "Update endpoint ruleset parameters casing",
105+
"type": "api-change"
106+
},
107+
{
108+
"category": "``waf``",
109+
"description": "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``: 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``: 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``: Update endpoint ruleset parameters casing
11+
* api-change:``endpoint-rules``: Update endpoint-rules client to latest version
12+
* api-change:``fms``: Update endpoint ruleset parameters casing
13+
* api-change:``fsx``: Update endpoint ruleset parameters casing
14+
* api-change:``health``: Update endpoint ruleset parameters casing
15+
* api-change:``kinesis``: Update endpoint ruleset parameters casing
16+
* api-change:``lambda``: Add Python3.14 (python3.14) and Java 25 (java25) support to AWS Lambda
17+
* api-change:``logs``: Update endpoint ruleset parameters casing
18+
* api-change:``marketplace-catalog``: Update endpoint ruleset parameters casing
19+
* api-change:``mediaconvert``: 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``: Added WDL_LENIENT engine type that enables implicit typecasting of variable values to its compatible declared types
21+
* api-change:``payment-cryptography``: Allow additional characters in the CertificateSubject for GetCertificateSigningRequest API.
22+
* api-change:``redshift``: Update endpoint ruleset parameters casing
23+
* api-change:``resourcegroupstaggingapi``: Update endpoint ruleset parameters casing
24+
* api-change:``sagemaker``: Allow update of platform identifier via UpdateNotebookInstance operation.
25+
* api-change:``savingsplans``: Add dual-stack endpoint support for Savings Plans
26+
* api-change:``snowball``: Update endpoint ruleset parameters casing
27+
* api-change:``ssm-quicksetup``: Update endpoint ruleset parameters casing
28+
* api-change:``textract``: Update endpoint ruleset parameters casing
29+
* api-change:``waf``: Update endpoint ruleset parameters casing
30+
31+
532
1.40.63
633
=======
734

botocore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import re
1818
from logging import NullHandler
1919

20-
__version__ = '1.40.63'
20+
__version__ = '1.40.64'
2121

2222

2323
# Configure default logger to do nothing

0 commit comments

Comments
 (0)