Skip to content

Commit cd8e734

Browse files
Merge branch 'release-1.34.57' into develop
* release-1.34.57: Bumping version to 1.34.57 Add changelog entries from botocore
2 parents 0379481 + 26d5582 commit cd8e734

5 files changed

Lines changed: 46 additions & 3 deletions

File tree

.changes/1.34.57.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``dynamodb``",
4+
"description": "[``botocore``] Doc only updates for DynamoDB documentation",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``imagebuilder``",
9+
"description": "[``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``mwaa``",
14+
"description": "[``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "[``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift``",
24+
"description": "[``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``verifiedpermissions``",
29+
"description": "[``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.",
30+
"type": "api-change"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.34.57
6+
=======
7+
8+
* api-change:``dynamodb``: [``botocore``] Doc only updates for DynamoDB documentation
9+
* api-change:``imagebuilder``: [``botocore``] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response.
10+
* api-change:``mwaa``: [``botocore``] Amazon MWAA adds support for Apache Airflow v2.8.1.
11+
* api-change:``rds``: [``botocore``] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value.
12+
* api-change:``redshift``: [``botocore``] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation.
13+
* api-change:``verifiedpermissions``: [``botocore``] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs.
14+
15+
516
1.34.56
617
=======
718

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.56'
20+
__version__ = '1.34.57'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.34.56,<1.35.0
6+
botocore>=1.34.57,<1.35.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.34.56,<1.35.0',
16+
'botocore>=1.34.57,<1.35.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.10.0,<0.11.0',
1919
]

0 commit comments

Comments
 (0)