From 740a21e3a0884fdd82d4e46cb4099c2101d88c70 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 17 Jun 2021 18:43:48 +0000 Subject: [PATCH] Bumping version to 1.17.97 --- .changes/1.17.97.json | 22 +++++++++++++++++++ .../next-release/api-change-chime-5526.json | 5 ----- .../next-release/api-change-kendra-26659.json | 5 ----- .../next-release/api-change-rds-6161.json | 5 ----- .../api-change-sagemaker-9678.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.97.json delete mode 100644 .changes/next-release/api-change-chime-5526.json delete mode 100644 .changes/next-release/api-change-kendra-26659.json delete mode 100644 .changes/next-release/api-change-rds-6161.json delete mode 100644 .changes/next-release/api-change-sagemaker-9678.json diff --git a/.changes/1.17.97.json b/.changes/1.17.97.json new file mode 100644 index 0000000000..f0e6f6b200 --- /dev/null +++ b/.changes/1.17.97.json @@ -0,0 +1,22 @@ +[ + { + "category": "``kendra``", + "description": "[``botocore``] Amazon Kendra now supports the indexing of web documents for search through the web crawler.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] Enable ml.g4dn instance types for SageMaker Batch Transform and SageMaker Processing", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release enables Database Activity Streams for RDS Oracle", + "type": "api-change" + }, + { + "category": "``chime``", + "description": "[``botocore``] This release adds a new API UpdateSipMediaApplicationCall, to update an in-progress call for SipMediaApplication.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-chime-5526.json b/.changes/next-release/api-change-chime-5526.json deleted file mode 100644 index 1b2cd0dccb..0000000000 --- a/.changes/next-release/api-change-chime-5526.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``chime``", - "type": "api-change", - "description": "[``botocore``] This release adds a new API UpdateSipMediaApplicationCall, to update an in-progress call for SipMediaApplication." -} diff --git a/.changes/next-release/api-change-kendra-26659.json b/.changes/next-release/api-change-kendra-26659.json deleted file mode 100644 index 589c31ef54..0000000000 --- a/.changes/next-release/api-change-kendra-26659.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``kendra``", - "type": "api-change", - "description": "[``botocore``] Amazon Kendra now supports the indexing of web documents for search through the web crawler." -} diff --git a/.changes/next-release/api-change-rds-6161.json b/.changes/next-release/api-change-rds-6161.json deleted file mode 100644 index ab391d1c68..0000000000 --- a/.changes/next-release/api-change-rds-6161.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``rds``", - "type": "api-change", - "description": "[``botocore``] This release enables Database Activity Streams for RDS Oracle" -} diff --git a/.changes/next-release/api-change-sagemaker-9678.json b/.changes/next-release/api-change-sagemaker-9678.json deleted file mode 100644 index 94d5b240fd..0000000000 --- a/.changes/next-release/api-change-sagemaker-9678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``sagemaker``", - "type": "api-change", - "description": "[``botocore``] Enable ml.g4dn instance types for SageMaker Batch Transform and SageMaker Processing" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc78f81505..4109afa549 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.17.97 +======= + +* api-change:``kendra``: [``botocore``] Amazon Kendra now supports the indexing of web documents for search through the web crawler. +* api-change:``sagemaker``: [``botocore``] Enable ml.g4dn instance types for SageMaker Batch Transform and SageMaker Processing +* api-change:``rds``: [``botocore``] This release enables Database Activity Streams for RDS Oracle +* api-change:``chime``: [``botocore``] This release adds a new API UpdateSipMediaApplicationCall, to update an in-progress call for SipMediaApplication. + + 1.17.96 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 1e148f81d3..4ac2058ae1 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.96' +__version__ = '1.17.97' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fa6af92f17..292281cbc3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ universal = 1 [metadata] requires_dist = - botocore>=1.20.96,<1.21.0 + botocore>=1.20.97,<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 9f43a6b209..733c3742d2 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.20.96,<1.21.0', + 'botocore>=1.20.97,<1.21.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.4.0,<0.5.0' ]