From 501bb44515580cbf77dad64dbf500a8edb4d4e6d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 28 Jun 2021 18:10:11 +0000 Subject: [PATCH] Bumping version to 1.17.102 --- .changes/1.17.102.json | 22 +++++++++++++++++++ .../next-release/api-change-glue-81336.json | 5 ----- .../api-change-mediaconvert-50043.json | 5 ----- .../api-change-redshift-43527.json | 5 ----- .../api-change-sagemaker-76610.json | 5 ----- CHANGELOG.rst | 9 ++++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 9 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 .changes/1.17.102.json delete mode 100644 .changes/next-release/api-change-glue-81336.json delete mode 100644 .changes/next-release/api-change-mediaconvert-50043.json delete mode 100644 .changes/next-release/api-change-redshift-43527.json delete mode 100644 .changes/next-release/api-change-sagemaker-76610.json diff --git a/.changes/1.17.102.json b/.changes/1.17.102.json new file mode 100644 index 0000000000..628cb8b8c1 --- /dev/null +++ b/.changes/1.17.102.json @@ -0,0 +1,22 @@ +[ + { + "category": "``sagemaker``", + "description": "[``botocore``] Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC", + "type": "api-change" + }, + { + "category": "``glue``", + "description": "[``botocore``] Add JSON Support for Glue Schema Registry", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "[``botocore``] Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "[``botocore``] MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-glue-81336.json b/.changes/next-release/api-change-glue-81336.json deleted file mode 100644 index 0cc91f177e..0000000000 --- a/.changes/next-release/api-change-glue-81336.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``glue``", - "type": "api-change", - "description": "[``botocore``] Add JSON Support for Glue Schema Registry" -} diff --git a/.changes/next-release/api-change-mediaconvert-50043.json b/.changes/next-release/api-change-mediaconvert-50043.json deleted file mode 100644 index 6ab3d2f66c..0000000000 --- a/.changes/next-release/api-change-mediaconvert-50043.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``mediaconvert``", - "type": "api-change", - "description": "[``botocore``] MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups." -} diff --git a/.changes/next-release/api-change-redshift-43527.json b/.changes/next-release/api-change-redshift-43527.json deleted file mode 100644 index 563117ac0c..0000000000 --- a/.changes/next-release/api-change-redshift-43527.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``redshift``", - "type": "api-change", - "description": "[``botocore``] Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster." -} diff --git a/.changes/next-release/api-change-sagemaker-76610.json b/.changes/next-release/api-change-sagemaker-76610.json deleted file mode 100644 index d4276b8d18..0000000000 --- a/.changes/next-release/api-change-sagemaker-76610.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sagemaker``", - "type": "api-change", - "description": "[``botocore``] Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7bf2782a49..a12060954d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.102 +======== + +* api-change:``sagemaker``: [``botocore``] Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC +* api-change:``glue``: [``botocore``] Add JSON Support for Glue Schema Registry +* api-change:``redshift``: [``botocore``] Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster. +* api-change:``mediaconvert``: [``botocore``] MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups. + + 1.17.101 ======== diff --git a/boto3/__init__.py b/boto3/__init__.py index f7aa78a397..8620dd2735 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.101' +__version__ = '1.17.102' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8d4d25cea6..87d3eabc3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.101,<1.21.0 + botocore>=1.20.102,<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 7c5610d787..8f9e6acbc5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.101,<1.21.0', + 'botocore>=1.20.102,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]