Skip to content

Commit b7f2abe

Browse files
Bumping version to 1.34.93
1 parent 753c7e0 commit b7f2abe

12 files changed

+52
-38
lines changed

.changes/1.34.93.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``codepipeline``",
4+
"description": "[``botocore``] Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cognito-idp``",
9+
"description": "[``botocore``] Add LimitExceededException to SignUp errors",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connectcampaigns``",
14+
"description": "[``botocore``] This release adds support for specifying if Answering Machine should wait for prompt sound.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``marketplace-entitlement``",
19+
"description": "[``botocore``] Releasing minor endpoint updates.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``oam``",
24+
"description": "[``botocore``] This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``rds``",
29+
"description": "[``botocore``] SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``support``",
34+
"description": "[``botocore``] Releasing minor endpoint updates.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-codepipeline-97027.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-cognitoidp-76580.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-connectcampaigns-13651.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-marketplaceentitlement-70698.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-oam-77587.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-rds-43378.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-support-28262.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.34.93
6+
=======
7+
8+
* api-change:``codepipeline``: [``botocore``] Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
9+
* api-change:``cognito-idp``: [``botocore``] Add LimitExceededException to SignUp errors
10+
* api-change:``connectcampaigns``: [``botocore``] This release adds support for specifying if Answering Machine should wait for prompt sound.
11+
* api-change:``marketplace-entitlement``: [``botocore``] Releasing minor endpoint updates.
12+
* api-change:``oam``: [``botocore``] This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
13+
* api-change:``rds``: [``botocore``] SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
14+
* api-change:``support``: [``botocore``] Releasing minor endpoint updates.
15+
16+
517
1.34.92
618
=======
719

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.34.92'
20+
__version__ = '1.34.93'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

0 commit comments

Comments
 (0)