Skip to content

Commit

Permalink
Merge branch 'release-1.18.52'
Browse files Browse the repository at this point in the history
* release-1.18.52:
  Bumping version to 1.18.52
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Sep 30, 2021
2 parents dee188a + 9956e41 commit a77c7be
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .changes/1.18.52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``network-firewall``",
"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.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"description": "[``botocore``] This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "[``botocore``] This release adds support for mobile device access overrides management in Amazon WorkMail.",
"type": "api-change"
},
{
"category": "``account``",
"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",
"type": "api-change"
},
{
"category": "``workspaces``",
"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.",
"type": "api-change"
},
{
"category": "``cloudcontrol``",
"description": "[``botocore``] Initial release of the SDK for AWS Cloud Control API",
"type": "api-change"
},
{
"category": "``macie2``",
"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.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.18.52
=======

* 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.
* api-change:``dataexchange``: [``botocore``] This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.
* api-change:``workmail``: [``botocore``] This release adds support for mobile device access overrides management in Amazon WorkMail.
* 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
* 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.
* api-change:``cloudcontrol``: [``botocore``] Initial release of the SDK for AWS Cloud Control API
* 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.


1.18.51
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.18.51'
__version__ = '1.18.52'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.51,<1.22.0
botocore>=1.21.52,<1.22.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.21.51,<1.22.0',
'botocore>=1.21.52,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit a77c7be

Please sign in to comment.