Skip to content

Commit 5b0455a

Browse files
Merge branch 'release-1.36.21' into develop
* release-1.36.21: Bumping version to 1.36.21 Add changelog entries from botocore
2 parents 38de2d5 + 1ef4449 commit 5b0455a

File tree

5 files changed

+52
-3
lines changed

5 files changed

+52
-3
lines changed

.changes/1.36.21.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "[``botocore``] Added test suite names to test case metadata",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "[``botocore``] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dms``",
14+
"description": "[``botocore``] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds-data``",
19+
"description": "[``botocore``] Add support for Stop DB feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``s3``",
24+
"description": "[``botocore``] Added support for Content-Range header in HeadObject response.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``wafv2``",
29+
"description": "[``botocore``] The WAFv2 API now supports configuring data protection in webACLs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces-thin-client``",
34+
"description": "[``botocore``] Update Environment and Device name field definitions",
35+
"type": "api-change"
36+
}
37+
]

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
1.36.21
6+
=======
7+
8+
* api-change:``codebuild``: [``botocore``] Added test suite names to test case metadata
9+
* api-change:``connect``: [``botocore``] Release Notes: 1) Analytics API enhancements: Added new ListAnalyticsDataLakeDataSets API. 2) Onboarding API Idempotency: Adds ClientToken to instance creation and management APIs to support idempotency.
10+
* api-change:``dms``: [``botocore``] Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
11+
* api-change:``rds-data``: [``botocore``] Add support for Stop DB feature.
12+
* api-change:``s3``: [``botocore``] Added support for Content-Range header in HeadObject response.
13+
* api-change:``wafv2``: [``botocore``] The WAFv2 API now supports configuring data protection in webACLs.
14+
* api-change:``workspaces-thin-client``: [``botocore``] Update Environment and Device name field definitions
15+
16+
517
1.36.20
618
=======
719

boto3/__init__.py

+1-1
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.36.20'
20+
__version__ = '1.36.21'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.36.20,<1.37.0
6+
botocore>=1.36.21,<1.37.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.36.20,<1.37.0',
17+
'botocore>=1.36.21,<1.37.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)