From fdd3f7e065cc13b96bbcd5eb9ba111e0391bbd6c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 10 Sep 2021 18:13:05 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudformation-32331.json | 5 +++++ .changes/next-release/api-change-ecr-45293.json | 5 +++++ .changes/next-release/api-change-quicksight-91094.json | 5 +++++ .changes/next-release/api-change-rds-36798.json | 5 +++++ .changes/next-release/api-change-sagemaker-48568.json | 5 +++++ .changes/next-release/api-change-transcribe-35925.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-cloudformation-32331.json create mode 100644 .changes/next-release/api-change-ecr-45293.json create mode 100644 .changes/next-release/api-change-quicksight-91094.json create mode 100644 .changes/next-release/api-change-rds-36798.json create mode 100644 .changes/next-release/api-change-sagemaker-48568.json create mode 100644 .changes/next-release/api-change-transcribe-35925.json diff --git a/.changes/next-release/api-change-cloudformation-32331.json b/.changes/next-release/api-change-cloudformation-32331.json new file mode 100644 index 0000000000..8df9cbd0ba --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-32331.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues." +} diff --git a/.changes/next-release/api-change-ecr-45293.json b/.changes/next-release/api-change-ecr-45293.json new file mode 100644 index 0000000000..58b5cc24eb --- /dev/null +++ b/.changes/next-release/api-change-ecr-45293.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecr``", + "description": "[``botocore``] This release updates terminology around KMS keys." +} diff --git a/.changes/next-release/api-change-quicksight-91094.json b/.changes/next-release/api-change-quicksight-91094.json new file mode 100644 index 0000000000..ff7710ee89 --- /dev/null +++ b/.changes/next-release/api-change-quicksight-91094.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch)." +} diff --git a/.changes/next-release/api-change-rds-36798.json b/.changes/next-release/api-change-rds-36798.json new file mode 100644 index 0000000000..6e24a3afc1 --- /dev/null +++ b/.changes/next-release/api-change-rds-36798.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1." +} diff --git a/.changes/next-release/api-change-sagemaker-48568.json b/.changes/next-release/api-change-sagemaker-48568.json new file mode 100644 index 0000000000..b2b9be7271 --- /dev/null +++ b/.changes/next-release/api-change-sagemaker-48568.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for \"Lifecycle Configurations\" to SageMaker Studio" +} diff --git a/.changes/next-release/api-change-transcribe-35925.json b/.changes/next-release/api-change-transcribe-35925.json new file mode 100644 index 0000000000..95c0ca5292 --- /dev/null +++ b/.changes/next-release/api-change-transcribe-35925.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``transcribe``", + "description": "[``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs." +} From d110470d967efa5232db682d403543b2de0a5bdc Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 10 Sep 2021 18:13:06 +0000 Subject: [PATCH 2/2] Bumping version to 1.18.40 --- .changes/1.18.40.json | 32 +++++++++++++++++++ .../api-change-cloudformation-32331.json | 5 --- .../next-release/api-change-ecr-45293.json | 5 --- .../api-change-quicksight-91094.json | 5 --- .../next-release/api-change-rds-36798.json | 5 --- .../api-change-sagemaker-48568.json | 5 --- .../api-change-transcribe-35925.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.18.40.json delete mode 100644 .changes/next-release/api-change-cloudformation-32331.json delete mode 100644 .changes/next-release/api-change-ecr-45293.json delete mode 100644 .changes/next-release/api-change-quicksight-91094.json delete mode 100644 .changes/next-release/api-change-rds-36798.json delete mode 100644 .changes/next-release/api-change-sagemaker-48568.json delete mode 100644 .changes/next-release/api-change-transcribe-35925.json diff --git a/.changes/1.18.40.json b/.changes/1.18.40.json new file mode 100644 index 0000000000..afe4d19824 --- /dev/null +++ b/.changes/1.18.40.json @@ -0,0 +1,32 @@ +[ + { + "category": "``cloudformation``", + "description": "[``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues.", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "[``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.", + "type": "api-change" + }, + { + "category": "``ecr``", + "description": "[``botocore``] This release updates terminology around KMS keys.", + "type": "api-change" + }, + { + "category": "``sagemaker``", + "description": "[``botocore``] This release adds support for \"Lifecycle Configurations\" to SageMaker Studio", + "type": "api-change" + }, + { + "category": "``transcribe``", + "description": "[``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-32331.json b/.changes/next-release/api-change-cloudformation-32331.json deleted file mode 100644 index 8df9cbd0ba..0000000000 --- a/.changes/next-release/api-change-cloudformation-32331.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "[``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues." -} diff --git a/.changes/next-release/api-change-ecr-45293.json b/.changes/next-release/api-change-ecr-45293.json deleted file mode 100644 index 58b5cc24eb..0000000000 --- a/.changes/next-release/api-change-ecr-45293.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecr``", - "description": "[``botocore``] This release updates terminology around KMS keys." -} diff --git a/.changes/next-release/api-change-quicksight-91094.json b/.changes/next-release/api-change-quicksight-91094.json deleted file mode 100644 index ff7710ee89..0000000000 --- a/.changes/next-release/api-change-quicksight-91094.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch)." -} diff --git a/.changes/next-release/api-change-rds-36798.json b/.changes/next-release/api-change-rds-36798.json deleted file mode 100644 index 6e24a3afc1..0000000000 --- a/.changes/next-release/api-change-rds-36798.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1." -} diff --git a/.changes/next-release/api-change-sagemaker-48568.json b/.changes/next-release/api-change-sagemaker-48568.json deleted file mode 100644 index b2b9be7271..0000000000 --- a/.changes/next-release/api-change-sagemaker-48568.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sagemaker``", - "description": "[``botocore``] This release adds support for \"Lifecycle Configurations\" to SageMaker Studio" -} diff --git a/.changes/next-release/api-change-transcribe-35925.json b/.changes/next-release/api-change-transcribe-35925.json deleted file mode 100644 index 95c0ca5292..0000000000 --- a/.changes/next-release/api-change-transcribe-35925.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``transcribe``", - "description": "[``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c0b9caebd..e5ca3b957b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.18.40 +======= + +* api-change:``cloudformation``: [``botocore``] Doc only update for CloudFormation that fixes several customer-reported issues. +* api-change:``rds``: [``botocore``] This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1. +* api-change:``ecr``: [``botocore``] This release updates terminology around KMS keys. +* api-change:``sagemaker``: [``botocore``] This release adds support for "Lifecycle Configurations" to SageMaker Studio +* api-change:``transcribe``: [``botocore``] This release adds an API option for startTranscriptionJob and startMedicalTranscriptionJob that allows the user to specify encryption context key value pairs for batch jobs. +* api-change:``quicksight``: [``botocore``] Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch). + + 1.18.39 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 19ad640e94..95d65ec78d 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.18.39' +__version__ = '1.18.40' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index ec954247a1..fc8291ed96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.21.39,<1.22.0 + botocore>=1.21.40,<1.22.0 jmespath>=0.7.1,<1.0.0 s3transfer>=0.5.0,<0.6.0 diff --git a/setup.py b/setup.py index 5c083b9bbf..0e55808a2f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.21.39,<1.22.0', + 'botocore>=1.21.40,<1.22.0', 'jmespath>=0.7.1,<1.0.0', 's3transfer>=0.5.0,<0.6.0' ]