Skip to content

Commit 91de1d8

Browse files
Merge branch 'release-1.43.4' into develop
* release-1.43.4: Bumping version to 1.43.4 Add changelog entries from botocore
2 parents 99980e5 + 5b40fbf commit 91de1d8

5 files changed

Lines changed: 58 additions & 3 deletions

File tree

.changes/1.43.4.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``cleanroomsml``",
4+
"description": "[``botocore``] Increase max configurable output limits in the Clean Rooms ML configured model algorithm association resource.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudfront``",
9+
"description": "[``botocore``] Adds support for tagging CloudFront Functions and KeyValueStores resources.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``marketplace-agreement``",
14+
"description": "[``botocore``] With this release, Agreements API provides a programmatic way to generate quotes, accept offers, track charges and entitlements, manage renewals and cancellations, and streamline operations entirely through APIs without navigating to the AWS Marketplace website or AWS Management Console.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``mediatailor``",
19+
"description": "[``botocore``] Added support for Monetization Functions. Monetization Functions let you enrich ad requests with external data and transform session parameters using JSONata expressions, without deploying custom infrastructure.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``medical-imaging``",
24+
"description": "[``botocore``] Add support for DICOM Json Metadata Override features in startDICOMImportJob API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``opensearch``",
29+
"description": "[``botocore``] Amazon OpenSearch Service now supports VPC egress, enabling outbound traffic from your OpenSearch domain to route privately through your VPC instead of the public internet.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``route53domains``",
34+
"description": "[``botocore``] This release adds the TLDInMaintenance exception.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "[``botocore``] Adds support for ml.p5.4xlarge instance type for SageMaker Studio JupyterLab and CodeEditor apps for IAD (us-east-1), NRT (ap-northeast-1), BOM (ap-south-1), CGK (ap-southeast-3), GRU (sa-east-1), PDX (us-west-2), CMH (us-east-2).",
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.43.4
6+
======
7+
8+
* api-change:``cleanroomsml``: [``botocore``] Increase max configurable output limits in the Clean Rooms ML configured model algorithm association resource.
9+
* api-change:``cloudfront``: [``botocore``] Adds support for tagging CloudFront Functions and KeyValueStores resources.
10+
* api-change:``marketplace-agreement``: [``botocore``] With this release, Agreements API provides a programmatic way to generate quotes, accept offers, track charges and entitlements, manage renewals and cancellations, and streamline operations entirely through APIs without navigating to the AWS Marketplace website or AWS Management Console.
11+
* api-change:``mediatailor``: [``botocore``] Added support for Monetization Functions. Monetization Functions let you enrich ad requests with external data and transform session parameters using JSONata expressions, without deploying custom infrastructure.
12+
* api-change:``medical-imaging``: [``botocore``] Add support for DICOM Json Metadata Override features in startDICOMImportJob API
13+
* api-change:``opensearch``: [``botocore``] Amazon OpenSearch Service now supports VPC egress, enabling outbound traffic from your OpenSearch domain to route privately through your VPC instead of the public internet.
14+
* api-change:``route53domains``: [``botocore``] This release adds the TLDInMaintenance exception.
15+
* api-change:``sagemaker``: [``botocore``] Adds support for ml.p5.4xlarge instance type for SageMaker Studio JupyterLab and CodeEditor apps for IAD (us-east-1), NRT (ap-northeast-1), BOM (ap-south-1), CGK (ap-southeast-3), GRU (sa-east-1), PDX (us-west-2), CMH (us-east-2).
16+
17+
518
1.43.3
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.43.3'
21+
__version__ = '1.43.4'
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.43.3,<1.44.0
6+
botocore>=1.43.4,<1.44.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.17.0,<0.18.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.43.3,<1.44.0',
17+
'botocore>=1.43.4,<1.44.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.17.0,<0.18.0',
2020
]

0 commit comments

Comments
 (0)