Skip to content

Commit 1ef4449

Browse files
Bumping version to 1.36.21
1 parent 43fda5f commit 1ef4449

12 files changed

+52
-38
lines changed

.changes/1.36.21.json

Lines changed: 37 additions & 0 deletions
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+
]

.changes/next-release/api-change-codebuild-88371.json

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

.changes/next-release/api-change-connect-13213.json

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

.changes/next-release/api-change-dms-71020.json

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

.changes/next-release/api-change-rdsdata-96006.json

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

.changes/next-release/api-change-s3-68974.json

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

.changes/next-release/api-change-wafv2-66501.json

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

.changes/next-release/api-change-workspacesthinclient-11598.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.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

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

Lines changed: 1 addition & 1 deletion
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)