Skip to content

Commit

Permalink
Bumping version to 1.17.112
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 14, 2021
1 parent b1f7936 commit 53f5982
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.17.112.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``dms``",
"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.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Add support for Event Driven Workflows",
"type": "api-change"
},
{
"category": "``acm``",
"description": "[``botocore``] Added support for RSA 3072 SSL certificate import",
"type": "api-change"
},
{
"category": "``healthlake``",
"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.",
"type": "api-change"
},
{
"category": "``wellarchitected``",
"description": "[``botocore``] This update provides support for Well-Architected API users to mark answer choices as not applicable.",
"type": "api-change"
},
{
"category": "``lightsail``",
"description": "[``botocore``] This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-acm-66118.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-34725.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-43916.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-healthlake-85584.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lightsail-12179.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wellarchitected-24043.json

This file was deleted.

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

1.17.112
========

* 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.
* api-change:``glue``: [``botocore``] Add support for Event Driven Workflows
* api-change:``acm``: [``botocore``] Added support for RSA 3072 SSL certificate import
* 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.
* api-change:``wellarchitected``: [``botocore``] This update provides support for Well-Architected API users to mark answer choices as not applicable.
* api-change:``lightsail``: [``botocore``] This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects.


1.17.111
========

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.17.111'
__version__ = '1.17.112'


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

[metadata]
requires_dist =
botocore>=1.20.111,<1.21.0
botocore>=1.20.112,<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
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


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

0 comments on commit 53f5982

Please sign in to comment.