From 7b0a2f540165bc31b8871de961fc5619323ca730 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Apr 2024 18:06:06 +0000 Subject: [PATCH] Bumping version to 1.34.93 --- .changes/1.34.93.json | 37 +++++++++++++++++++ .../api-change-codepipeline-97027.json | 5 --- .../api-change-cognitoidp-76580.json | 5 --- .../api-change-connectcampaigns-13651.json | 5 --- ...i-change-marketplaceentitlement-70698.json | 5 --- .../next-release/api-change-oam-77587.json | 5 --- .../next-release/api-change-rds-43378.json | 5 --- .../api-change-support-28262.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.93.json delete mode 100644 .changes/next-release/api-change-codepipeline-97027.json delete mode 100644 .changes/next-release/api-change-cognitoidp-76580.json delete mode 100644 .changes/next-release/api-change-connectcampaigns-13651.json delete mode 100644 .changes/next-release/api-change-marketplaceentitlement-70698.json delete mode 100644 .changes/next-release/api-change-oam-77587.json delete mode 100644 .changes/next-release/api-change-rds-43378.json delete mode 100644 .changes/next-release/api-change-support-28262.json diff --git a/.changes/1.34.93.json b/.changes/1.34.93.json new file mode 100644 index 0000000000..67bf71d8c1 --- /dev/null +++ b/.changes/1.34.93.json @@ -0,0 +1,37 @@ +[ + { + "category": "``codepipeline``", + "description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "Add LimitExceededException to SignUp errors", + "type": "api-change" + }, + { + "category": "``connectcampaigns``", + "description": "This release adds support for specifying if Answering Machine should wait for prompt sound.", + "type": "api-change" + }, + { + "category": "``marketplace-entitlement``", + "description": "Releasing minor endpoint updates.", + "type": "api-change" + }, + { + "category": "``oam``", + "description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account", + "type": "api-change" + }, + { + "category": "``rds``", + "description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.", + "type": "api-change" + }, + { + "category": "``support``", + "description": "Releasing minor endpoint updates.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-codepipeline-97027.json b/.changes/next-release/api-change-codepipeline-97027.json deleted file mode 100644 index 9a148ac713..0000000000 --- a/.changes/next-release/api-change-codepipeline-97027.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution." -} diff --git a/.changes/next-release/api-change-cognitoidp-76580.json b/.changes/next-release/api-change-cognitoidp-76580.json deleted file mode 100644 index decaaed133..0000000000 --- a/.changes/next-release/api-change-cognitoidp-76580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "Add LimitExceededException to SignUp errors" -} diff --git a/.changes/next-release/api-change-connectcampaigns-13651.json b/.changes/next-release/api-change-connectcampaigns-13651.json deleted file mode 100644 index 5e6be576e3..0000000000 --- a/.changes/next-release/api-change-connectcampaigns-13651.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcampaigns``", - "description": "This release adds support for specifying if Answering Machine should wait for prompt sound." -} diff --git a/.changes/next-release/api-change-marketplaceentitlement-70698.json b/.changes/next-release/api-change-marketplaceentitlement-70698.json deleted file mode 100644 index 08bf9c2198..0000000000 --- a/.changes/next-release/api-change-marketplaceentitlement-70698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-entitlement``", - "description": "Releasing minor endpoint updates." -} diff --git a/.changes/next-release/api-change-oam-77587.json b/.changes/next-release/api-change-oam-77587.json deleted file mode 100644 index 5ca1c0d548..0000000000 --- a/.changes/next-release/api-change-oam-77587.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``oam``", - "description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account" -} diff --git a/.changes/next-release/api-change-rds-43378.json b/.changes/next-release/api-change-rds-43378.json deleted file mode 100644 index ca41f4d220..0000000000 --- a/.changes/next-release/api-change-rds-43378.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database." -} diff --git a/.changes/next-release/api-change-support-28262.json b/.changes/next-release/api-change-support-28262.json deleted file mode 100644 index 614c4f9d2e..0000000000 --- a/.changes/next-release/api-change-support-28262.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``support``", - "description": "Releasing minor endpoint updates." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4e702c46f..82e26c80b0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.93 +======= + +* api-change:``codepipeline``: Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. +* api-change:``cognito-idp``: Add LimitExceededException to SignUp errors +* api-change:``connectcampaigns``: This release adds support for specifying if Answering Machine should wait for prompt sound. +* api-change:``marketplace-entitlement``: Releasing minor endpoint updates. +* api-change:``oam``: This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account +* api-change:``rds``: SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. +* api-change:``support``: Releasing minor endpoint updates. + + 1.34.92 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 8a29024708..59f6883374 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.92' +__version__ = '1.34.93' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 5207a3471a..82d2e41037 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.92' +release = '1.34.93' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.