Skip to content

Commit

Permalink
Merge branch 'release-1.20.22'
Browse files Browse the repository at this point in the history
* release-1.20.22:
  Bumping version to 1.20.22
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Dec 8, 2021
2 parents 69c0bc1 + fe6355a commit 251ce20
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.20.22.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``lookoutvision``",
"description": "[``botocore``] This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "[``botocore``] This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.",
"type": "api-change"
},
{
"category": "``comprehendmedical``",
"description": "[``botocore``] This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.",
"type": "api-change"
},
{
"category": "``health``",
"description": "[``botocore``] Documentation updates for AWS Health",
"type": "api-change"
},
{
"category": "``logs``",
"description": "[``botocore``] This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.",
"type": "api-change"
},
{
"category": "``outposts``",
"description": "[``botocore``] This release adds the UpdateOutpost API.",
"type": "api-change"
},
{
"category": "``support``",
"description": "[``botocore``] Documentation updates for AWS Support.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "[``botocore``] This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.20.22
=======

* api-change:``lookoutvision``: [``botocore``] This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
* api-change:``sagemaker``: [``botocore``] This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
* api-change:``comprehendmedical``: [``botocore``] This release adds a new set of APIs (synchronous and batch) to support the SNOMED-CT ontology.
* api-change:``health``: [``botocore``] Documentation updates for AWS Health
* api-change:``logs``: [``botocore``] This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
* api-change:``outposts``: [``botocore``] This release adds the UpdateOutpost API.
* api-change:``support``: [``botocore``] Documentation updates for AWS Support.
* api-change:``iot``: [``botocore``] This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.


1.20.21
=======

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.20.21'
__version__ = '1.20.22'


# 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.23.21,<1.24.0
botocore>=1.23.22,<1.24.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.23.21,<1.24.0',
'botocore>=1.23.22,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 251ce20

Please sign in to comment.