Skip to content

Commit 76070a4

Browse files
Merge branch 'release-1.17.112' into develop
* release-1.17.112: Bumping version to 1.17.112 Add changelog entries from botocore
2 parents 58664ad + 53f5982 commit 76070a4

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.17.112.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``dms``",
4+
"description": "[``botocore``] Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``glue``",
9+
"description": "[``botocore``] Add support for Event Driven Workflows",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``acm``",
14+
"description": "[``botocore``] Added support for RSA 3072 SSL certificate import",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``healthlake``",
19+
"description": "[``botocore``] General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wellarchitected``",
24+
"description": "[``botocore``] This update provides support for Well-Architected API users to mark answer choices as not applicable.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lightsail``",
29+
"description": "[``botocore``] This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
CHANGELOG
33
=========
44

5+
1.17.112
6+
========
7+
8+
* api-change:``dms``: [``botocore``] Release of feature needed for ECA-Endpoint settings. This allows customer to delete a field in endpoint settings by using --exact-settings flag in modify-endpoint api. This also displays default values for certain required fields of endpoint settings in describe-endpoint-settings api.
9+
* api-change:``glue``: [``botocore``] Add support for Event Driven Workflows
10+
* api-change:``acm``: [``botocore``] Added support for RSA 3072 SSL certificate import
11+
* api-change:``healthlake``: [``botocore``] General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html.
12+
* api-change:``wellarchitected``: [``botocore``] This update provides support for Well-Architected API users to mark answer choices as not applicable.
13+
* api-change:``lightsail``: [``botocore``] This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.
14+
15+
516
1.17.111
617
========
718

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.17.111'
21+
__version__ = '1.17.112'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ universal = 1
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.20.111,<1.21.0',
17+
'botocore>=1.20.112,<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)