Skip to content

Commit a77c7be

Browse files
Merge branch 'release-1.18.52'
* release-1.18.52: Bumping version to 1.18.52 Add changelog entries from botocore
2 parents dee188a + 9956e41 commit a77c7be

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.18.52.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``network-firewall``",
4+
"description": "[``botocore``] This release adds support for strict ordering for stateful rule groups. Using strict ordering, stateful rules are evaluated in the exact order in which you provide them.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dataexchange``",
9+
"description": "[``botocore``] This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``workmail``",
14+
"description": "[``botocore``] This release adds support for mobile device access overrides management in Amazon WorkMail.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``account``",
19+
"description": "[``botocore``] This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``workspaces``",
24+
"description": "[``botocore``] Added CreateUpdatedWorkspaceImage API to update WorkSpace images with latest software and drivers. Updated DescribeWorkspaceImages API to display if there are updates available for WorkSpace images.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``cloudcontrol``",
29+
"description": "[``botocore``] Initial release of the SDK for AWS Cloud Control API",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``macie2``",
34+
"description": "[``botocore``] Amazon S3 bucket metadata now indicates whether an error or a bucket's permissions settings prevented Amazon Macie from retrieving data about the bucket or the bucket's objects.",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.18.52
6+
=======
7+
8+
* api-change:``network-firewall``: [``botocore``] This release adds support for strict ordering for stateful rule groups. Using strict ordering, stateful rules are evaluated in the exact order in which you provide them.
9+
* api-change:``dataexchange``: [``botocore``] This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.
10+
* api-change:``workmail``: [``botocore``] This release adds support for mobile device access overrides management in Amazon WorkMail.
11+
* api-change:``account``: [``botocore``] This release of the Account Management API enables customers to manage the alternate contacts for their AWS accounts. For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
12+
* api-change:``workspaces``: [``botocore``] Added CreateUpdatedWorkspaceImage API to update WorkSpace images with latest software and drivers. Updated DescribeWorkspaceImages API to display if there are updates available for WorkSpace images.
13+
* api-change:``cloudcontrol``: [``botocore``] Initial release of the SDK for AWS Cloud Control API
14+
* api-change:``macie2``: [``botocore``] Amazon S3 bucket metadata now indicates whether an error or a bucket's permissions settings prevented Amazon Macie from retrieving data about the bucket or the bucket's objects.
15+
16+
517
1.18.51
618
=======
719

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.18.51'
21+
__version__ = '1.18.52'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.21.51,<1.22.0
6+
botocore>=1.21.52,<1.22.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.21.51,<1.22.0',
16+
'botocore>=1.21.52,<1.22.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)