Skip to content

Commit a1ee10b

Browse files
Bumping version to 1.42.53
1 parent e4fa062 commit a1ee10b

8 files changed

Lines changed: 33 additions & 23 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": "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": "Adds multiple artifact types filter support in ListImageReferrers API.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``pca-connector-scep``",
14+
"description": "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": "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+
]

.changes/next-release/api-change-bcmdashboards-15102.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-ecr-67764.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-pcaconnectorscep-65289.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-httpchecksums.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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``: 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``: Adds multiple artifact types filter support in ListImageReferrers API.
10+
* api-change:``pca-connector-scep``: 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``: 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

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.42.52'
20+
__version__ = '1.42.53'
2121

2222

2323
# Configure default logger to do nothing

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.42.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.42.52'
62+
release = '1.42.53'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)