From f56d1ec6c29193dcc6e0b4b23584931121cfc418 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 9 Feb 2024 19:10:20 +0000 Subject: [PATCH] Bumping version to 1.34.39 --- .changes/1.34.39.json | 37 +++++++++++++++++++ .../next-release/api-change-amp-97770.json | 5 --- .../next-release/api-change-batch-74284.json | 5 --- .../next-release/api-change-braket-41187.json | 5 --- .../api-change-costoptimizationhub-18059.json | 5 --- .../next-release/api-change-ecs-63944.json | 5 --- .../next-release/api-change-iot-78683.json | 5 --- .../api-change-pricing-16272.json | 5 --- CHANGELOG.rst | 12 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 11 files changed, 51 insertions(+), 37 deletions(-) create mode 100644 .changes/1.34.39.json delete mode 100644 .changes/next-release/api-change-amp-97770.json delete mode 100644 .changes/next-release/api-change-batch-74284.json delete mode 100644 .changes/next-release/api-change-braket-41187.json delete mode 100644 .changes/next-release/api-change-costoptimizationhub-18059.json delete mode 100644 .changes/next-release/api-change-ecs-63944.json delete mode 100644 .changes/next-release/api-change-iot-78683.json delete mode 100644 .changes/next-release/api-change-pricing-16272.json diff --git a/.changes/1.34.39.json b/.changes/1.34.39.json new file mode 100644 index 0000000000..d4e5a2db04 --- /dev/null +++ b/.changes/1.34.39.json @@ -0,0 +1,37 @@ +[ + { + "category": "``amp``", + "description": "Overall documentation updates.", + "type": "api-change" + }, + { + "category": "``batch``", + "description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS", + "type": "api-change" + }, + { + "category": "``braket``", + "description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.", + "type": "api-change" + }, + { + "category": "``cost-optimization-hub``", + "description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "Documentation only update for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.", + "type": "api-change" + }, + { + "category": "``pricing``", + "description": "Add Throttling Exception to all APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-amp-97770.json b/.changes/next-release/api-change-amp-97770.json deleted file mode 100644 index 140ce86eb1..0000000000 --- a/.changes/next-release/api-change-amp-97770.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``amp``", - "description": "Overall documentation updates." -} diff --git a/.changes/next-release/api-change-batch-74284.json b/.changes/next-release/api-change-batch-74284.json deleted file mode 100644 index 0254c2b791..0000000000 --- a/.changes/next-release/api-change-batch-74284.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "This feature allows Batch to support configuration of repository credentials for jobs running on ECS" -} diff --git a/.changes/next-release/api-change-braket-41187.json b/.changes/next-release/api-change-braket-41187.json deleted file mode 100644 index 9747bc07d8..0000000000 --- a/.changes/next-release/api-change-braket-41187.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``braket``", - "description": "Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device." -} diff --git a/.changes/next-release/api-change-costoptimizationhub-18059.json b/.changes/next-release/api-change-costoptimizationhub-18059.json deleted file mode 100644 index 4a48716bb8..0000000000 --- a/.changes/next-release/api-change-costoptimizationhub-18059.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cost-optimization-hub``", - "description": "Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API." -} diff --git a/.changes/next-release/api-change-ecs-63944.json b/.changes/next-release/api-change-ecs-63944.json deleted file mode 100644 index e36eb3bda8..0000000000 --- a/.changes/next-release/api-change-ecs-63944.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "Documentation only update for Amazon ECS." -} diff --git a/.changes/next-release/api-change-iot-78683.json b/.changes/next-release/api-change-iot-78683.json deleted file mode 100644 index dad74700eb..0000000000 --- a/.changes/next-release/api-change-iot-78683.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain." -} diff --git a/.changes/next-release/api-change-pricing-16272.json b/.changes/next-release/api-change-pricing-16272.json deleted file mode 100644 index 5730bf8687..0000000000 --- a/.changes/next-release/api-change-pricing-16272.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pricing``", - "description": "Add Throttling Exception to all APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c176e410f8..106bfc8a32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.39 +======= + +* api-change:``amp``: Overall documentation updates. +* api-change:``batch``: This feature allows Batch to support configuration of repository credentials for jobs running on ECS +* api-change:``braket``: Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device. +* api-change:``cost-optimization-hub``: Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API. +* api-change:``ecs``: Documentation only update for Amazon ECS. +* api-change:``iot``: This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain. +* api-change:``pricing``: Add Throttling Exception to all APIs. + + 1.34.38 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 3562fd3287..8f9aba6cef 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.38' +__version__ = '1.34.39' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index e15b70f255..bc30eae68e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.38' +release = '1.34.39' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.