Skip to content

Commit 9699df9

Browse files
Merge branch 'release-1.42.53' into develop
* release-1.42.53: Bumping version to 1.42.53 Add changelog entries from botocore
2 parents 16b1743 + dfa0446 commit 9699df9

5 files changed

Lines changed: 34 additions & 3 deletions

File tree

.changes/1.42.53.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"category": "``bcm-dashboards``",
4+
"description": "[``botocore``] The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ecr``",
9+
"description": "[``botocore``] Adds multiple artifact types filter support in ListImageReferrers API.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``pca-connector-scep``",
14+
"description": "[``botocore``] AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``checksums``",
19+
"description": "[``botocore``] Added support for the SHA512 checksum algorithm. When the optional AWS CRT (``awscrt``) dependency is installed, support is also enabled for the XXHASH64, XXHASH3, and XXHASH128 checksum algorithms. Also added pass-through support for customer-provided MD5 checksum headers (without SDK-side MD5 calculation or validation).",
20+
"type": "enhancement"
21+
}
22+
]

CHANGELOG.rst

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

5+
1.42.53
6+
=======
7+
8+
* api-change:``bcm-dashboards``: [``botocore``] The Billing and Cost Management GetDashboard API now returns identifier for each widget, enabling users to uniquely identify widgets within their dashboards.
9+
* api-change:``ecr``: [``botocore``] Adds multiple artifact types filter support in ListImageReferrers API.
10+
* api-change:``pca-connector-scep``: [``botocore``] AWS Private CA Connector for SCEP now supports AWS PrivateLink, allowing your clients to request certificates from within your Amazon Virtual Private Cloud (VPC) without traversing the public internet. With this launch, you can create VPC endpoints to connect to your SCEP connector privately.
11+
* enhancement:``checksums``: [``botocore``] Added support for the SHA512 checksum algorithm. When the optional AWS CRT (``awscrt``) dependency is installed, support is also enabled for the XXHASH64, XXHASH3, and XXHASH128 checksum algorithms. Also added pass-through support for customer-provided MD5 checksum headers (without SDK-side MD5 calculation or validation).
12+
13+
514
1.42.52
615
=======
716

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