Skip to content

Commit

Permalink
Merge branch 'release-1.18.65'
Browse files Browse the repository at this point in the history
* release-1.18.65:
  Bumping version to 1.18.65
  Add changelog entries from botocore
  Fix typos in events.rst (#3046)
  • Loading branch information
aws-sdk-python-automation committed Oct 19, 2021
2 parents dfa7d1a + 16e0036 commit ea78c76
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
12 changes: 12 additions & 0 deletions .changes/1.18.65.json
@@ -0,0 +1,12 @@
[
{
"category": "``dataexchange``",
"description": "[``botocore``] 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": "[``botocore``] 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
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.18.65
=======

* api-change:``dataexchange``: [``botocore``] 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``: [``botocore``] 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.18.64
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.18.64'
__version__ = '1.18.65'


# The default Boto3 session; autoloaded when needed.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/guide/events.rst
Expand Up @@ -214,8 +214,8 @@ customize clients or resources and modify the behavior of method calls.

Here is the list of events that users of Boto3 can register handlers to:

* ``'creating-client-class``
* ``'creating-resource-class``
* ``'creating-client-class'``
* ``'creating-resource-class'``
* ``'provide-client-params'``


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.21.64,<1.22.0
botocore>=1.21.65,<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
Expand Up @@ -13,7 +13,7 @@


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

0 comments on commit ea78c76

Please sign in to comment.