Skip to content

Commit 2978eb2

Browse files
Merge branch 'release-1.17.100'
* release-1.17.100: Bumping version to 1.17.100 Add changelog entries from botocore
2 parents 310c267 + 93f75d6 commit 2978eb2

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.17.100.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``chime``",
4+
"description": "[``botocore``] Adds EventIngestionUrl field to MediaPlacement",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloud9``",
9+
"description": "[``botocore``] Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"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",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``dax``",
19+
"description": "[``botocore``] Add support for encryption in transit to DAX clusters.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wafv2``",
24+
"description": "[``botocore``] Added support for 15 new text transformation.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``kendra``",
29+
"description": "[``botocore``] Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``securityhub``",
34+
"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.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``transfer``",
39+
"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.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``codebuild``",
44+
"description": "[``botocore``] BucketOwnerAccess is currently not supported",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
=========
44

5+
1.17.100
6+
========
7+
8+
* api-change:``chime``: [``botocore``] Adds EventIngestionUrl field to MediaPlacement
9+
* api-change:``cloud9``: [``botocore``] Minor update to AWS Cloud9 documentation to allow correct parsing of outputted text
10+
* 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
11+
* api-change:``dax``: [``botocore``] Add support for encryption in transit to DAX clusters.
12+
* api-change:``wafv2``: [``botocore``] Added support for 15 new text transformation.
13+
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports SharePoint 2013 and SharePoint 2016 when using a SharePoint data source.
14+
* 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.
15+
* 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.
16+
* api-change:``codebuild``: [``botocore``] BucketOwnerAccess is currently not supported
17+
18+
519
1.17.99
620
=======
721

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.17.99'
21+
__version__ = '1.17.100'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 1
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.20.99,<1.21.0
6+
botocore>=1.20.100,<1.21.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.4.0,<0.5.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.20.99,<1.21.0',
17+
'botocore>=1.20.100,<1.21.0',
1818
'jmespath>=0.7.1,<1.0.0',
1919
's3transfer>=0.4.0,<0.5.0'
2020
]

0 commit comments

Comments
 (0)