From 66b59976104f0eb264366c1e31d4f4a255540a51 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Jul 2021 19:14:41 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-frauddetector-1385.json | 5 +++++ .changes/next-release/api-change-mediaconvert-22343.json | 5 +++++ .changes/next-release/api-change-sagemaker-30222.json | 5 +++++ 3 files changed, 15 insertions(+) create mode 100644 .changes/next-release/api-change-frauddetector-1385.json create mode 100644 .changes/next-release/api-change-mediaconvert-22343.json create mode 100644 .changes/next-release/api-change-sagemaker-30222.json diff --git a/.changes/next-release/api-change-frauddetector-1385.json b/.changes/next-release/api-change-frauddetector-1385.json new file mode 100644 index 0000000000..78ac5b5f00 --- /dev/null +++ b/.changes/next-release/api-change-frauddetector-1385.json @@ -0,0 +1,5 @@ +{ + "category": "``frauddetector``", + "type": "api-change", + "description": "[``botocore``] This release adds support for ML Explainability to display model variable importance value in Amazon Fraud Detector." +} diff --git a/.changes/next-release/api-change-mediaconvert-22343.json b/.changes/next-release/api-change-mediaconvert-22343.json new file mode 100644 index 0000000000..569d11c0a3 --- /dev/null +++ b/.changes/next-release/api-change-mediaconvert-22343.json @@ -0,0 +1,5 @@ +{ + "category": "``mediaconvert``", + "type": "api-change", + "description": "[``botocore``] MediaConvert now supports color, style and position information passthrough from 608 and Teletext to SRT and WebVTT subtitles. MediaConvert now also supports Automatic QVBR quality levels for QVBR RateControlMode." +} diff --git a/.changes/next-release/api-change-sagemaker-30222.json b/.changes/next-release/api-change-sagemaker-30222.json new file mode 100644 index 0000000000..5b685c6ddd --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-30222.json @@ -0,0 +1,5 @@ +{ + "category": "``sagemaker``", + "type": "api-change", + "description": "[``botocore``] Releasing new APIs related to Tuning steps in model building pipelines." +} From 77c1ab90caf10515afd32dfde8aad1214d290347 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Jul 2021 19:14:49 +0000 Subject: [PATCH 2/2] Bumping version to 1.17.109 --- .changes/1.17.109.json | 17 +++++++++++++++++ .../api-change-frauddetector-1385.json | 5 ----- .../api-change-mediaconvert-22343.json | 5 ----- .../api-change-sagemaker-30222.json | 5 ----- CHANGELOG.rst | 8 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 8 files changed, 28 insertions(+), 18 deletions(-) create mode 100644 .changes/1.17.109.json delete mode 100644 .changes/next-release/api-change-frauddetector-1385.json delete mode 100644 .changes/next-release/api-change-mediaconvert-22343.json delete mode 100644 .changes/next-release/api-change-sagemaker-30222.json diff --git a/.changes/1.17.109.json b/.changes/1.17.109.json new file mode 100644 index 0000000000..1d843857c0 --- /dev/null +++ b/.changes/1.17.109.json @@ -0,0 +1,17 @@ +[ + { + "category": "``sagemaker``", + "description": "[``botocore``] Releasing new APIs related to Tuning steps in model building pipelines.", + "type": "api-change" + }, + { + "category": "``frauddetector``", + "description": "[``botocore``] This release adds support for ML Explainability to display model variable importance value in Amazon Fraud Detector.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] MediaConvert now supports color, style and position information passthrough from 608 and Teletext to SRT and WebVTT subtitles. MediaConvert now also supports Automatic QVBR quality levels for QVBR RateControlMode.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-frauddetector-1385.json b/.changes/next-release/api-change-frauddetector-1385.json deleted file mode 100644 index 78ac5b5f00..0000000000 --- a/.changes/next-release/api-change-frauddetector-1385.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``frauddetector``", - "type": "api-change", - "description": "[``botocore``] This release adds support for ML Explainability to display model variable importance value in Amazon Fraud Detector." -} diff --git a/.changes/next-release/api-change-mediaconvert-22343.json b/.changes/next-release/api-change-mediaconvert-22343.json deleted file mode 100644 index 569d11c0a3..0000000000 --- a/.changes/next-release/api-change-mediaconvert-22343.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediaconvert``", - "type": "api-change", - "description": "[``botocore``] MediaConvert now supports color, style and position information passthrough from 608 and Teletext to SRT and WebVTT subtitles. MediaConvert now also supports Automatic QVBR quality levels for QVBR RateControlMode." -} diff --git a/.changes/next-release/api-change-sagemaker-30222.json b/.changes/next-release/api-change-sagemaker-30222.json deleted file mode 100644 index 5b685c6ddd..0000000000 --- a/.changes/next-release/api-change-sagemaker-30222.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sagemaker``", - "type": "api-change", - "description": "[``botocore``] Releasing new APIs related to Tuning steps in model building pipelines." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 721eefa337..123b4eb791 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.17.109 +======== + +* api-change:``sagemaker``: [``botocore``] Releasing new APIs related to Tuning steps in model building pipelines. +* api-change:``frauddetector``: [``botocore``] This release adds support for ML Explainability to display model variable importance value in Amazon Fraud Detector. +* api-change:``mediaconvert``: [``botocore``] MediaConvert now supports color, style and position information passthrough from 608 and Teletext to SRT and WebVTT subtitles. MediaConvert now also supports Automatic QVBR quality levels for QVBR RateControlMode. + + 1.17.108 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index 1cf24ded82..cb968da873 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.108' +__version__ = '1.17.109' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 857813ef62..109c0923ae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.108,<1.21.0 + botocore>=1.20.109,<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 ae2c586b9e..1b39be804e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.108,<1.21.0', + 'botocore>=1.20.109,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]