From e13b886b1502866a108967ff55094f996dc4c3eb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 21 Jan 2025 19:11:10 +0000 Subject: [PATCH] Bumping version to 1.37.3 --- .changes/1.37.3.json | 42 +++++++++++++++++++ .../next-release/api-change-batch-77933.json | 5 --- .../api-change-cognitoidp-8107.json | 5 --- .../api-change-connect-82299.json | 5 --- .../api-change-emrserverless-15497.json | 5 --- .../api-change-iotsitewise-49946.json | 5 --- .../next-release/api-change-logs-48784.json | 5 --- .../api-change-quicksight-83277.json | 5 --- .../next-release/api-change-sns-47680.json | 5 --- CHANGELOG.rst | 13 ++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 14 files changed, 59 insertions(+), 44 deletions(-) create mode 100644 .changes/1.37.3.json delete mode 100644 .changes/next-release/api-change-batch-77933.json delete mode 100644 .changes/next-release/api-change-cognitoidp-8107.json delete mode 100644 .changes/next-release/api-change-connect-82299.json delete mode 100644 .changes/next-release/api-change-emrserverless-15497.json delete mode 100644 .changes/next-release/api-change-iotsitewise-49946.json delete mode 100644 .changes/next-release/api-change-logs-48784.json delete mode 100644 .changes/next-release/api-change-quicksight-83277.json delete mode 100644 .changes/next-release/api-change-sns-47680.json diff --git a/.changes/1.37.3.json b/.changes/1.37.3.json new file mode 100644 index 000000000000..94029600af68 --- /dev/null +++ b/.changes/1.37.3.json @@ -0,0 +1,42 @@ +[ + { + "category": "``batch``", + "description": "Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "corrects the dual-stack endpoint configuration for cognitoidp", + "type": "api-change" + }, + { + "category": "``connect``", + "description": "Added DeleteContactFlowVersion API and the CAMPAIGN flow type", + "type": "api-change" + }, + { + "category": "``emr-serverless``", + "description": "Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.", + "type": "api-change" + }, + { + "category": "``iotsitewise``", + "description": "AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "Documentation-only update to address doc errors", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.", + "type": "api-change" + }, + { + "category": "``sns``", + "description": "This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-batch-77933.json b/.changes/next-release/api-change-batch-77933.json deleted file mode 100644 index 402da4724870..000000000000 --- a/.changes/next-release/api-change-batch-77933.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type." -} diff --git a/.changes/next-release/api-change-cognitoidp-8107.json b/.changes/next-release/api-change-cognitoidp-8107.json deleted file mode 100644 index 41783b08a5c0..000000000000 --- a/.changes/next-release/api-change-cognitoidp-8107.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "corrects the dual-stack endpoint configuration for cognitoidp" -} diff --git a/.changes/next-release/api-change-connect-82299.json b/.changes/next-release/api-change-connect-82299.json deleted file mode 100644 index 7bc9b02e4c4f..000000000000 --- a/.changes/next-release/api-change-connect-82299.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connect``", - "description": "Added DeleteContactFlowVersion API and the CAMPAIGN flow type" -} diff --git a/.changes/next-release/api-change-emrserverless-15497.json b/.changes/next-release/api-change-emrserverless-15497.json deleted file mode 100644 index c37e23e75fa2..000000000000 --- a/.changes/next-release/api-change-emrserverless-15497.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``emr-serverless``", - "description": "Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb." -} diff --git a/.changes/next-release/api-change-iotsitewise-49946.json b/.changes/next-release/api-change-iotsitewise-49946.json deleted file mode 100644 index 076cee397999..000000000000 --- a/.changes/next-release/api-change-iotsitewise-49946.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iotsitewise``", - "description": "AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in." -} diff --git a/.changes/next-release/api-change-logs-48784.json b/.changes/next-release/api-change-logs-48784.json deleted file mode 100644 index 10a70eb75617..000000000000 --- a/.changes/next-release/api-change-logs-48784.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "Documentation-only update to address doc errors" -} diff --git a/.changes/next-release/api-change-quicksight-83277.json b/.changes/next-release/api-change-quicksight-83277.json deleted file mode 100644 index daf1c83b3a89..000000000000 --- a/.changes/next-release/api-change-quicksight-83277.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting." -} diff --git a/.changes/next-release/api-change-sns-47680.json b/.changes/next-release/api-change-sns-47680.json deleted file mode 100644 index 72636c332c3b..000000000000 --- a/.changes/next-release/api-change-sns-47680.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``sns``", - "description": "This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b866f034bec..1895ddcbe05d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ CHANGELOG ========= +1.37.3 +====== + +* api-change:``batch``: Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type. +* api-change:``cognito-idp``: corrects the dual-stack endpoint configuration for cognitoidp +* api-change:``connect``: Added DeleteContactFlowVersion API and the CAMPAIGN flow type +* api-change:``emr-serverless``: Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb. +* api-change:``iotsitewise``: AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in. +* api-change:``logs``: Documentation-only update to address doc errors +* api-change:``quicksight``: Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting. +* api-change:``sns``: This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide. + + 1.37.2 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index cd7fca4d8b9c..85f8445683e7 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -18,7 +18,7 @@ import os -__version__ = '1.37.2' +__version__ = '1.37.3' # # 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 dd4c20207653..5e7f808935de 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.37' # The full version, including alpha/beta/rc tags. -release = '1.37.2' +release = '1.37.3' # 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 581b0f63750f..a406a6ab7dd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.36.2 + botocore==1.36.3 docutils>=0.10,<0.17 s3transfer>=0.11.0,<0.12.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 04f50f223edb..06765f0e7153 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.36.2', + 'botocore==1.36.3', 'docutils>=0.10,<0.17', 's3transfer>=0.11.0,<0.12.0', 'PyYAML>=3.10,<6.1',