From 7ead60be84b9a25542e8cd2bf525e5b1aef574ce Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 3 Jun 2021 18:08:09 +0000 Subject: [PATCH] Bumping version to 1.17.87 --- .changes/1.17.87.json | 27 +++++++++++++++++++ .../api-change-forecast-46030.json | 5 ---- .../api-change-route53resolver-957.json | 5 ---- .../next-release/api-change-s3-61266.json | 5 ---- .../api-change-s3control-83623.json | 5 ---- .../next-release/api-change-ssm-19071.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.17.87.json delete mode 100644 .changes/next-release/api-change-forecast-46030.json delete mode 100644 .changes/next-release/api-change-route53resolver-957.json delete mode 100644 .changes/next-release/api-change-s3-61266.json delete mode 100644 .changes/next-release/api-change-s3control-83623.json delete mode 100644 .changes/next-release/api-change-ssm-19071.json diff --git a/.changes/1.17.87.json b/.changes/1.17.87.json new file mode 100644 index 0000000000..6520ba7c23 --- /dev/null +++ b/.changes/1.17.87.json @@ -0,0 +1,27 @@ +[ + { + "category": "``s3``", + "description": "[``botocore``] S3 Inventory now supports Bucket Key Status", + "type": "api-change" + }, + { + "category": "``s3control``", + "description": "[``botocore``] Amazon S3 Batch Operations now supports S3 Bucket Keys.", + "type": "api-change" + }, + { + "category": "``route53resolver``", + "description": "[``botocore``] Documentation updates for Route 53 Resolver", + "type": "api-change" + }, + { + "category": "``ssm``", + "description": "[``botocore``] Documentation updates for ssm to fix customer reported issue", + "type": "api-change" + }, + { + "category": "``forecast``", + "description": "[``botocore``] Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-forecast-46030.json b/.changes/next-release/api-change-forecast-46030.json deleted file mode 100644 index f0e5aa688b..0000000000 --- a/.changes/next-release/api-change-forecast-46030.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``forecast``", - "type": "api-change", - "description": "[``botocore``] Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses." -} diff --git a/.changes/next-release/api-change-route53resolver-957.json b/.changes/next-release/api-change-route53resolver-957.json deleted file mode 100644 index e91800ac89..0000000000 --- a/.changes/next-release/api-change-route53resolver-957.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``route53resolver``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for Route 53 Resolver" -} diff --git a/.changes/next-release/api-change-s3-61266.json b/.changes/next-release/api-change-s3-61266.json deleted file mode 100644 index 8cb5a8dfb9..0000000000 --- a/.changes/next-release/api-change-s3-61266.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``s3``", - "type": "api-change", - "description": "[``botocore``] S3 Inventory now supports Bucket Key Status" -} diff --git a/.changes/next-release/api-change-s3control-83623.json b/.changes/next-release/api-change-s3control-83623.json deleted file mode 100644 index da3845a36f..0000000000 --- a/.changes/next-release/api-change-s3control-83623.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``s3control``", - "type": "api-change", - "description": "[``botocore``] Amazon S3 Batch Operations now supports S3 Bucket Keys." -} diff --git a/.changes/next-release/api-change-ssm-19071.json b/.changes/next-release/api-change-ssm-19071.json deleted file mode 100644 index 4fa12d4d85..0000000000 --- a/.changes/next-release/api-change-ssm-19071.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ssm``", - "type": "api-change", - "description": "[``botocore``] Documentation updates for ssm to fix customer reported issue" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1118abbeeb..f3366f1f92 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.17.87 +======= + +* api-change:``s3``: [``botocore``] S3 Inventory now supports Bucket Key Status +* api-change:``s3control``: [``botocore``] Amazon S3 Batch Operations now supports S3 Bucket Keys. +* api-change:``route53resolver``: [``botocore``] Documentation updates for Route 53 Resolver +* api-change:``ssm``: [``botocore``] Documentation updates for ssm to fix customer reported issue +* api-change:``forecast``: [``botocore``] Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses. + + 1.17.86 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a69d1f0ef2..a1423757a0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.86' +__version__ = '1.17.87' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 5b6fe352ca..397f910385 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.86,<1.21.0 + botocore>=1.20.87,<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 4cf9ca2134..e1fb8bdd1b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.86,<1.21.0', + 'botocore>=1.20.87,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]