Skip to content

Commit

Permalink
Merge branch 'release-1.17.100' into develop
Browse files Browse the repository at this point in the history
* release-1.17.100:
  Bumping version to 1.17.100
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Jun 24, 2021
2 parents bec373f + 93f75d6 commit 65d936f
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.17.100.json
@@ -0,0 +1,47 @@
[
{
"category": "``chime``",
"description": "[``botocore``] Adds EventIngestionUrl field to MediaPlacement",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "[``botocore``] Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] 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": "[``botocore``] Add support for encryption in transit to DAX clusters.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] Added support for 15 new text transformation.",
"type": "api-change"
},
{
"category": "``kendra``",
"description": "[``botocore``] Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] BucketOwnerAccess is currently not supported",
"type": "api-change"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.17.100
========

* api-change:``chime``: [``botocore``] Adds EventIngestionUrl field to MediaPlacement
* api-change:``cloud9``: [``botocore``] Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text
* api-change:``connect``: [``botocore``] 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``: [``botocore``] Add support for encryption in transit to DAX clusters.
* api-change:``wafv2``: [``botocore``] Added support for 15 new text transformation.
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.
* api-change:``securityhub``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] BucketOwnerAccess is currently not supported


1.17.99
=======

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


__author__ = 'Amazon Web Services'
__version__ = '1.17.99'
__version__ = '1.17.100'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -3,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.99,<1.21.0
botocore>=1.20.100,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.99,<1.21.0',
'botocore>=1.20.100,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit 65d936f

Please sign in to comment.