Skip to content

Commit

Permalink
Bumping version to 1.21.52
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 30, 2021
1 parent da46a7a commit b378661
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.21.52.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``network-firewall``",
"description": "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": "This release enables subscribers to set up automatic exports of newly published revisions using the new EventAction API.",
"type": "api-change"
},
{
"category": "``workmail``",
"description": "This release adds support for mobile device access overrides management in Amazon WorkMail.",
"type": "api-change"
},
{
"category": "``account``",
"description": "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": "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": "Initial release of the SDK for AWS Cloud Control API",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "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"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-account-95905.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudcontrol-28383.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dataexchange-48637.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-macie2-60780.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-networkfirewall-47498.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workmail-23961.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-9515.json

This file was deleted.

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.21.52
=======

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

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import re
import logging

__version__ = '1.21.51'
__version__ = '1.21.52'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.21.'
# The full version, including alpha/beta/rc tags.
release = '1.21.51'
release = '1.21.52'

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

0 comments on commit b378661

Please sign in to comment.