Skip to content

Commit

Permalink
Merge branch 'release-1.21.65'
Browse files Browse the repository at this point in the history
* release-1.21.65:
  Bumping version to 1.21.65
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Oct 19, 2021
2 parents fadb4a6 + ca018e4 commit 245d52e
Show file tree
Hide file tree
Showing 6 changed files with 1,054 additions and 53 deletions.
12 changes: 12 additions & 0 deletions .changes/1.21.65.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``dataexchange``",
"description": "This release adds support for our public preview of AWS Data Exchange for Amazon Redshift. This enables data providers to list products including AWS Data Exchange datashares for Amazon Redshift, giving subscribers read-only access to provider data in Amazon Redshift.",
"type": "api-change"
},
{
"category": "``chime-sdk-messaging``",
"description": "The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.21.65
=======

* api-change:``dataexchange``: This release adds support for our public preview of AWS Data Exchange for Amazon Redshift. This enables data providers to list products including AWS Data Exchange datashares for Amazon Redshift, giving subscribers read-only access to provider data in Amazon Redshift.
* api-change:``chime-sdk-messaging``: The Amazon Chime SDK now allows developers to execute business logic on in-flight messages before they are delivered to members of a messaging channel with channel flows.


1.21.64
=======

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.64'
__version__ = '1.21.65'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 245d52e

Please sign in to comment.