Skip to content

Commit c6480e7

Browse files
Merge branch 'release-1.20.11'
* release-1.20.11: Bumping version to 1.20.11 Add changelog entries from botocore
2 parents 475da9a + fe6ccbc commit c6480e7

File tree

5 files changed

+82
-3
lines changed

5 files changed

+82
-3
lines changed

.changes/1.20.11.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "[``botocore``] This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dms``",
9+
"description": "[``botocore``] Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``es``",
14+
"description": "[``botocore``] This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``ssm``",
19+
"description": "[``botocore``] Adds new parameter to CreateActivation API . This parameter is for \"internal use only\".",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``chime-sdk-meetings``",
24+
"description": "[``botocore``] Added new APIs for enabling Echo Reduction with Voice Focus.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``eks``",
29+
"description": "[``botocore``] Adding missing exceptions to RegisterCluster operation",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``quicksight``",
34+
"description": "[``botocore``] Add support for Exasol data source, 1 click enterprise embedding and email customization.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``cloudformation``",
39+
"description": "[``botocore``] This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``rds``",
44+
"description": "[``botocore``] Adds local backup support to Amazon RDS on AWS Outposts.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``braket``",
49+
"description": "[``botocore``] This release adds support for Amazon Braket Hybrid Jobs.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3control``",
54+
"description": "[``botocore``] Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``finspace-data``",
59+
"description": "[``botocore``] Add new APIs for managing Datasets, Changesets, and Dataviews.",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.20.11
6+
=======
7+
8+
* api-change:``connect``: [``botocore``] This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
9+
* api-change:``dms``: [``botocore``] Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
10+
* api-change:``es``: [``botocore``] This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
11+
* api-change:``ssm``: [``botocore``] Adds new parameter to CreateActivation API . This parameter is for "internal use only".
12+
* api-change:``chime-sdk-meetings``: [``botocore``] Added new APIs for enabling Echo Reduction with Voice Focus.
13+
* api-change:``eks``: [``botocore``] Adding missing exceptions to RegisterCluster operation
14+
* api-change:``quicksight``: [``botocore``] Add support for Exasol data source, 1 click enterprise embedding and email customization.
15+
* api-change:``cloudformation``: [``botocore``] This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
16+
* api-change:``rds``: [``botocore``] Adds local backup support to Amazon RDS on AWS Outposts.
17+
* api-change:``braket``: [``botocore``] This release adds support for Amazon Braket Hybrid Jobs.
18+
* api-change:``s3control``: [``botocore``] Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
19+
* api-change:``finspace-data``: [``botocore``] Add new APIs for managing Datasets, Changesets, and Dataviews.
20+
21+
522
1.20.10
623
=======
724

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.20.10'
21+
__version__ = '1.20.11'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

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

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.10,<1.24.0
6+
botocore>=1.23.11,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.10,<1.24.0',
16+
'botocore>=1.23.11,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)