From 753c7e023601717eb2d680d3a152b3873295eb47 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Apr 2024 18:05:15 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-codepipeline-97027.json | 5 +++++ .changes/next-release/api-change-cognitoidp-76580.json | 5 +++++ .changes/next-release/api-change-connectcampaigns-13651.json | 5 +++++ .../api-change-marketplaceentitlement-70698.json | 5 +++++ .changes/next-release/api-change-oam-77587.json | 5 +++++ .changes/next-release/api-change-rds-43378.json | 5 +++++ .changes/next-release/api-change-support-28262.json | 5 +++++ 7 files changed, 35 insertions(+) create mode 100644 .changes/next-release/api-change-codepipeline-97027.json create mode 100644 .changes/next-release/api-change-cognitoidp-76580.json create mode 100644 .changes/next-release/api-change-connectcampaigns-13651.json create mode 100644 .changes/next-release/api-change-marketplaceentitlement-70698.json create mode 100644 .changes/next-release/api-change-oam-77587.json create mode 100644 .changes/next-release/api-change-rds-43378.json create mode 100644 .changes/next-release/api-change-support-28262.json diff --git a/.changes/next-release/api-change-codepipeline-97027.json b/.changes/next-release/api-change-codepipeline-97027.json new file mode 100644 index 0000000000..ed4d43283e --- /dev/null +++ b/.changes/next-release/api-change-codepipeline-97027.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codepipeline``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..e7766cda17 --- /dev/null +++ b/.changes/next-release/api-change-cognitoidp-76580.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cognito-idp``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..ab402c5307 --- /dev/null +++ b/.changes/next-release/api-change-connectcampaigns-13651.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcampaigns``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..deff1a05fa --- /dev/null +++ b/.changes/next-release/api-change-marketplaceentitlement-70698.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``marketplace-entitlement``", + "description": "[``botocore``] Releasing minor endpoint updates." +} diff --git a/.changes/next-release/api-change-oam-77587.json b/.changes/next-release/api-change-oam-77587.json new file mode 100644 index 0000000000..815d37aee6 --- /dev/null +++ b/.changes/next-release/api-change-oam-77587.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``oam``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..7284692d07 --- /dev/null +++ b/.changes/next-release/api-change-rds-43378.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``rds``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..6ee3462954 --- /dev/null +++ b/.changes/next-release/api-change-support-28262.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``support``", + "description": "[``botocore``] Releasing minor endpoint updates." +} From b7f2abe46786905c6ea46fa51784c1f84cacff27 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 26 Apr 2024 18:06:20 +0000 Subject: [PATCH 2/2] 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 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 12 files changed, 52 insertions(+), 38 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..251ba57763 --- /dev/null +++ b/.changes/1.34.93.json @@ -0,0 +1,37 @@ +[ + { + "category": "``codepipeline``", + "description": "[``botocore``] Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.", + "type": "api-change" + }, + { + "category": "``cognito-idp``", + "description": "[``botocore``] Add LimitExceededException to SignUp errors", + "type": "api-change" + }, + { + "category": "``connectcampaigns``", + "description": "[``botocore``] This release adds support for specifying if Answering Machine should wait for prompt sound.", + "type": "api-change" + }, + { + "category": "``marketplace-entitlement``", + "description": "[``botocore``] Releasing minor endpoint updates.", + "type": "api-change" + }, + { + "category": "``oam``", + "description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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 ed4d43283e..0000000000 --- a/.changes/next-release/api-change-codepipeline-97027.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codepipeline``", - "description": "[``botocore``] 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 e7766cda17..0000000000 --- a/.changes/next-release/api-change-cognitoidp-76580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cognito-idp``", - "description": "[``botocore``] 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 ab402c5307..0000000000 --- a/.changes/next-release/api-change-connectcampaigns-13651.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcampaigns``", - "description": "[``botocore``] 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 deff1a05fa..0000000000 --- a/.changes/next-release/api-change-marketplaceentitlement-70698.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-entitlement``", - "description": "[``botocore``] 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 815d37aee6..0000000000 --- a/.changes/next-release/api-change-oam-77587.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``oam``", - "description": "[``botocore``] 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 7284692d07..0000000000 --- a/.changes/next-release/api-change-rds-43378.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``rds``", - "description": "[``botocore``] 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 6ee3462954..0000000000 --- a/.changes/next-release/api-change-support-28262.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``support``", - "description": "[``botocore``] Releasing minor endpoint updates." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6538fb4750..db347e8c16 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +1.34.93 +======= + +* api-change:``codepipeline``: [``botocore``] Add ability to manually and automatically roll back a pipeline stage to a previously successful execution. +* api-change:``cognito-idp``: [``botocore``] Add LimitExceededException to SignUp errors +* api-change:``connectcampaigns``: [``botocore``] This release adds support for specifying if Answering Machine should wait for prompt sound. +* api-change:``marketplace-entitlement``: [``botocore``] Releasing minor endpoint updates. +* api-change:``oam``: [``botocore``] This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account +* api-change:``rds``: [``botocore``] SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database. +* api-change:``support``: [``botocore``] Releasing minor endpoint updates. + + 1.34.92 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 31e661a133..5b7d53fff5 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.92' +__version__ = '1.34.93' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 9ffff42e83..4264d3a932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.92,<1.35.0 + botocore>=1.34.93,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index 46b4d23a5f..bf211bd8d5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.92,<1.35.0', + 'botocore>=1.34.93,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]