Skip to content

Commit

Permalink
Bumping version to 1.20.100
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 24, 2021
1 parent f4d23f0 commit 5ca58c9
Show file tree
Hide file tree
Showing 13 changed files with 64 additions and 48 deletions.
47 changes: 47 additions & 0 deletions .changes/1.20.100.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``chime``",
"description": "Adds EventIngestionUrl field to MediaPlacement",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Released Amazon Connect quick connects management API for general availability (GA). For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html",
"type": "api-change"
},
{
"category": "``dax``",
"description": "Add support for encryption in transit to DAX clusters.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "Added support for 15 new text transformation.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Added new resource details for ECS clusters and ECS task definitions. Added additional information for S3 buckets, Elasticsearch domains, and API Gateway V2 stages.",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "Customers can successfully use legacy clients with Transfer Family endpoints enabled for FTPS and FTP behind routers, firewalls, and load balancers by providing a Custom IP address used for data channel communication.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "BucketOwnerAccess is currently not supported",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chime-53436.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-4859.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-codebuild-84863.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-17054.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dax-91612.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kendra-88181.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-54380.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-37563.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-59907.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.20.100
========

* api-change:``chime``: Adds EventIngestionUrl field to MediaPlacement
* api-change:``cloud9``: Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text
* api-change:``connect``: Released Amazon Connect quick connects management API for general availability (GA). For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
* api-change:``dax``: Add support for encryption in transit to DAX clusters.
* api-change:``wafv2``: Added support for 15 new text transformation.
* api-change:``kendra``: Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.
* api-change:``securityhub``: Added new resource details for ECS clusters and ECS task definitions. Added additional information for S3 buckets, Elasticsearch domains, and API Gateway V2 stages.
* api-change:``transfer``: Customers can successfully use legacy clients with Transfer Family endpoints enabled for FTPS and FTP behind routers, firewalls, and load balancers by providing a Custom IP address used for data channel communication.
* api-change:``codebuild``: BucketOwnerAccess is currently not supported


1.20.99
=======

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.20.99'
__version__ = '1.20.100'


class NullHandler(logging.Handler):
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '1.20.'
version = '1.20.1'
# The full version, including alpha/beta/rc tags.
release = '1.20.99'
release = '1.20.100'

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

0 comments on commit 5ca58c9

Please sign in to comment.