From 7ed3d5e6554fb282dbd896f2ec62091cdf6969a8 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 12 Jul 2024 18:07:16 +0000 Subject: [PATCH] Bumping version to 1.34.144 --- .changes/1.34.144.json | 27 +++++++++++++++++++ .../next-release/api-change-acmpca-9901.json | 5 ---- .../api-change-arczonalshift-83150.json | 5 ---- .../api-change-globalaccelerator-31678.json | 5 ---- .../api-change-pinpoint-20409.json | 5 ---- .../api-change-quicksight-14125.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.34.144.json delete mode 100644 .changes/next-release/api-change-acmpca-9901.json delete mode 100644 .changes/next-release/api-change-arczonalshift-83150.json delete mode 100644 .changes/next-release/api-change-globalaccelerator-31678.json delete mode 100644 .changes/next-release/api-change-pinpoint-20409.json delete mode 100644 .changes/next-release/api-change-quicksight-14125.json diff --git a/.changes/1.34.144.json b/.changes/1.34.144.json new file mode 100644 index 0000000000..f0fc3b2a4c --- /dev/null +++ b/.changes/1.34.144.json @@ -0,0 +1,27 @@ +[ + { + "category": "``acm-pca``", + "description": "Minor refactoring of C2J model for AWS Private CA", + "type": "api-change" + }, + { + "category": "``arc-zonal-shift``", + "description": "Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region.", + "type": "api-change" + }, + { + "category": "``globalaccelerator``", + "description": "This feature adds exceptions to the Customer API to avoid throwing Internal Service errors", + "type": "api-change" + }, + { + "category": "``pinpoint``", + "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing.", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Vega ally control options and Support for Reviewed Answers in Topics", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-acmpca-9901.json b/.changes/next-release/api-change-acmpca-9901.json deleted file mode 100644 index aae3a0fde6..0000000000 --- a/.changes/next-release/api-change-acmpca-9901.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``acm-pca``", - "description": "Minor refactoring of C2J model for AWS Private CA" -} diff --git a/.changes/next-release/api-change-arczonalshift-83150.json b/.changes/next-release/api-change-arczonalshift-83150.json deleted file mode 100644 index 6d0aaf07a6..0000000000 --- a/.changes/next-release/api-change-arczonalshift-83150.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``arc-zonal-shift``", - "description": "Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region." -} diff --git a/.changes/next-release/api-change-globalaccelerator-31678.json b/.changes/next-release/api-change-globalaccelerator-31678.json deleted file mode 100644 index b21eaa6b09..0000000000 --- a/.changes/next-release/api-change-globalaccelerator-31678.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``globalaccelerator``", - "description": "This feature adds exceptions to the Customer API to avoid throwing Internal Service errors" -} diff --git a/.changes/next-release/api-change-pinpoint-20409.json b/.changes/next-release/api-change-pinpoint-20409.json deleted file mode 100644 index 68f775340e..0000000000 --- a/.changes/next-release/api-change-pinpoint-20409.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pinpoint``", - "description": "Add v2 smoke tests and smithy smokeTests trait for SDK testing." -} diff --git a/.changes/next-release/api-change-quicksight-14125.json b/.changes/next-release/api-change-quicksight-14125.json deleted file mode 100644 index 56945c8a1f..0000000000 --- a/.changes/next-release/api-change-quicksight-14125.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "Vega ally control options and Support for Reviewed Answers in Topics" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0f6811d366..a790598543 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.144 +======== + +* api-change:``acm-pca``: Minor refactoring of C2J model for AWS Private CA +* api-change:``arc-zonal-shift``: Adds the option to subscribe to get notifications when a zonal autoshift occurs in a region. +* api-change:``globalaccelerator``: This feature adds exceptions to the Customer API to avoid throwing Internal Service errors +* api-change:``pinpoint``: Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* api-change:``quicksight``: Vega ally control options and Support for Reviewed Answers in Topics + + 1.34.143 ======== diff --git a/botocore/__init__.py b/botocore/__init__.py index 2bdaece3ab..a62d5fa992 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.143' +__version__ = '1.34.144' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 70e6fa89d9..afe2192913 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.1' # The full version, including alpha/beta/rc tags. -release = '1.34.143' +release = '1.34.144' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.