Skip to content

Commit

Permalink
Merge branch 'release-1.34.93'
Browse files Browse the repository at this point in the history
* release-1.34.93:
  Bumping version to 1.34.93
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Apr 26, 2024
2 parents fbd8845 + b7f2abe commit 98b2562
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
37 changes: 37 additions & 0 deletions .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"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
]
Expand Down

0 comments on commit 98b2562

Please sign in to comment.