From f6f635ce8a6664ac6c8424d1ad9f3298dff9dfba Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 31 May 2022 18:37:29 +0000 Subject: [PATCH] Bumping version to 1.25.0 --- .changes/1.25.0.json | 42 +++++++++++++++++++ .../api-change-cognitoidp-99444.json | 5 --- .../next-release/api-change-drs-29489.json | 5 --- .../api-change-iotsitewise-51939.json | 5 --- .../api-change-lookoutmetrics-65306.json | 5 --- .../api-change-sagemaker-48089.json | 5 --- .../api-change-transcribe-72871.json | 5 --- .../next-release/feature-Python-26513.json | 5 --- .../next-release/feature-Python-85983.json | 5 --- CHANGELOG.rst | 13 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 4 +- setup.cfg | 4 +- setup.py | 4 +- 14 files changed, 62 insertions(+), 47 deletions(-) create mode 100644 .changes/1.25.0.json delete mode 100644 .changes/next-release/api-change-cognitoidp-99444.json delete mode 100644 .changes/next-release/api-change-drs-29489.json delete mode 100644 .changes/next-release/api-change-iotsitewise-51939.json delete mode 100644 .changes/next-release/api-change-lookoutmetrics-65306.json delete mode 100644 .changes/next-release/api-change-sagemaker-48089.json delete mode 100644 .changes/next-release/api-change-transcribe-72871.json delete mode 100644 .changes/next-release/feature-Python-26513.json delete mode 100644 .changes/next-release/feature-Python-85983.json diff --git a/.changes/1.25.0.json b/.changes/1.25.0.json new file mode 100644 index 000000000000..4d46fbd3d66b --- /dev/null +++ b/.changes/1.25.0.json @@ -0,0 +1,42 @@ +[ + { + "category": "``lookoutmetrics``", + "description": "Adding backtest mode to detectors using the Cloudwatch data source.", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "Amazon SageMaker Notebook Instances now support Jupyter Lab 3.", + "type": "api-change" + }, + { + "category": "Python", + "description": "Dropped support for Python 3.6", + "type": "feature" + }, + { + "category": "``drs``", + "description": "Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).", + "type": "api-change" + }, + { + "category": "Python", + "description": "Dropped support for Python 3.6", + "type": "feature" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cognitoidp-99444.json b/.changes/next-release/api-change-cognitoidp-99444.json deleted file mode 100644 index fa483e96a8be..000000000000 --- a/.changes/next-release/api-change-cognitoidp-99444.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword)." -} diff --git a/.changes/next-release/api-change-drs-29489.json b/.changes/next-release/api-change-drs-29489.json deleted file mode 100644 index 5f5219d2b286..000000000000 --- a/.changes/next-release/api-change-drs-29489.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``drs``", - "description": "Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery." -} diff --git a/.changes/next-release/api-change-iotsitewise-51939.json b/.changes/next-release/api-change-iotsitewise-51939.json deleted file mode 100644 index 7f834f70e3db..000000000000 --- a/.changes/next-release/api-change-iotsitewise-51939.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription." -} diff --git a/.changes/next-release/api-change-lookoutmetrics-65306.json b/.changes/next-release/api-change-lookoutmetrics-65306.json deleted file mode 100644 index e4380ce81b29..000000000000 --- a/.changes/next-release/api-change-lookoutmetrics-65306.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lookoutmetrics``", - "description": "Adding backtest mode to detectors using the Cloudwatch data source." -} diff --git a/.changes/next-release/api-change-sagemaker-48089.json b/.changes/next-release/api-change-sagemaker-48089.json deleted file mode 100644 index 980952774e7e..000000000000 --- a/.changes/next-release/api-change-sagemaker-48089.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "Amazon SageMaker Notebook Instances now support Jupyter Lab 3." -} diff --git a/.changes/next-release/api-change-transcribe-72871.json b/.changes/next-release/api-change-transcribe-72871.json deleted file mode 100644 index 79c405b06caf..000000000000 --- a/.changes/next-release/api-change-transcribe-72871.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode." -} diff --git a/.changes/next-release/feature-Python-26513.json b/.changes/next-release/feature-Python-26513.json deleted file mode 100644 index a3d759cb38db..000000000000 --- a/.changes/next-release/feature-Python-26513.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Python", - "description": "Dropped support for Python 3.6" -} diff --git a/.changes/next-release/feature-Python-85983.json b/.changes/next-release/feature-Python-85983.json deleted file mode 100644 index a3d759cb38db..000000000000 --- a/.changes/next-release/feature-Python-85983.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "feature", - "category": "Python", - "description": "Dropped support for Python 3.6" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e934d891a65..d2e94896c1b9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.25.0 +====== + +* api-change:``lookoutmetrics``: Adding backtest mode to detectors using the Cloudwatch data source. +* api-change:``transcribe``: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode. +* api-change:``iotsitewise``: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription. +* api-change:``sagemaker``: Amazon SageMaker Notebook Instances now support Jupyter Lab 3. +* feature:Python: Dropped support for Python 3.6 +* api-change:``drs``: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery. +* api-change:``cognito-idp``: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword). +* feature:Python: Dropped support for Python 3.6 + + 1.24.10 ======= diff --git a/awscli/__init__.py b/awscli/__init__.py index 536c0b7daa54..8daabf145514 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.24.10' +__version__ = '1.25.0' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index b8cf201a3454..ce05449e10ee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,9 +50,9 @@ # built documents. # # The short X.Y version. -version = '1.24.' +version = '1.25' # The full version, including alpha/beta/rc tags. -release = '1.24.10' +release = '1.25.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index 507c2e659b5d..0737deee7143 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,9 +3,9 @@ universal = 0 [metadata] requires_dist = - botocore==1.26.10 + botocore==1.27.0 docutils>=0.10,<0.17 - s3transfer>=0.5.0,<0.6.0 + s3transfer>=0.6.0,<0.7.0 PyYAML>=3.10,<5.5 colorama>=0.2.5,<0.4.5 rsa>=3.1.2,<4.8 diff --git a/setup.py b/setup.py index 7d799ec26482..e909266b7409 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.26.10', + 'botocore==1.27.0', 'docutils>=0.10,<0.17', - 's3transfer>=0.5.0,<0.6.0', + 's3transfer>=0.6.0,<0.7.0', 'PyYAML>=3.10,<5.5', 'colorama>=0.2.5,<0.4.5', 'rsa>=3.1.2,<4.8',