From 53f59824ba5544c34a834b6c64788ff4017b4a47 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 14 Jul 2021 18:09:10 +0000 Subject: [PATCH] Bumping version to 1.17.112 --- .changes/1.17.112.json | 32 +++++++++++++++++++ .../next-release/api-change-acm-66118.json | 5 --- .../next-release/api-change-dms-34725.json | 5 --- .../next-release/api-change-glue-43916.json | 5 --- .../api-change-healthlake-85584.json | 5 --- .../api-change-lightsail-12179.json | 5 --- .../api-change-wellarchitected-24043.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.17.112.json delete mode 100644 .changes/next-release/api-change-acm-66118.json delete mode 100644 .changes/next-release/api-change-dms-34725.json delete mode 100644 .changes/next-release/api-change-glue-43916.json delete mode 100644 .changes/next-release/api-change-healthlake-85584.json delete mode 100644 .changes/next-release/api-change-lightsail-12179.json delete mode 100644 .changes/next-release/api-change-wellarchitected-24043.json diff --git a/.changes/1.17.112.json b/.changes/1.17.112.json new file mode 100644 index 0000000000..c626fd7a1d --- /dev/null +++ b/.changes/1.17.112.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acm-66118.json b/.changes/next-release/api-change-acm-66118.json deleted file mode 100644 index f3c58ff27f..0000000000 --- a/.changes/next-release/api-change-acm-66118.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``acm``", - "type": "api-change", - "description": "[``botocore``] Added support for RSA 3072 SSL certificate import" -} diff --git a/.changes/next-release/api-change-dms-34725.json b/.changes/next-release/api-change-dms-34725.json deleted file mode 100644 index c435ffd5ce..0000000000 --- a/.changes/next-release/api-change-dms-34725.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``dms``", - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-glue-43916.json b/.changes/next-release/api-change-glue-43916.json deleted file mode 100644 index 5e66cb34f6..0000000000 --- a/.changes/next-release/api-change-glue-43916.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``glue``", - "type": "api-change", - "description": "[``botocore``] Add support for Event Driven Workflows" -} diff --git a/.changes/next-release/api-change-healthlake-85584.json b/.changes/next-release/api-change-healthlake-85584.json deleted file mode 100644 index 3c1a8fee61..0000000000 --- a/.changes/next-release/api-change-healthlake-85584.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``healthlake``", - "type": "api-change", - "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." -} diff --git a/.changes/next-release/api-change-lightsail-12179.json b/.changes/next-release/api-change-lightsail-12179.json deleted file mode 100644 index ff475b0c62..0000000000 --- a/.changes/next-release/api-change-lightsail-12179.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``lightsail``", - "type": "api-change", - "description": "[``botocore``] This release adds support for the Amazon Lightsail object storage service, which allows you to create buckets and store objects." -} diff --git a/.changes/next-release/api-change-wellarchitected-24043.json b/.changes/next-release/api-change-wellarchitected-24043.json deleted file mode 100644 index fb5de8456f..0000000000 --- a/.changes/next-release/api-change-wellarchitected-24043.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``wellarchitected``", - "type": "api-change", - "description": "[``botocore``] This update provides support for Well-Architected API users to mark answer choices as not applicable." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 31bad2546c..47e6f89eab 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 31b04ffc48..df9e65e296 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.111' +__version__ = '1.17.112' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c06965ea25..3a902365e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index bd9dbfa4d7..c24158d5ce 100644 --- a/setup.py +++ b/setup.py @@ -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' ]