Skip to content

Commit 1cec979

Browse files
Bumping version to 1.36.21
1 parent 6e8d143 commit 1cec979

11 files changed

+51
-37
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": "Added test suite names to test case metadata",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "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": "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": "Add support for Stop DB feature.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``s3``",
24+
"description": "Added support for Content-Range header in HeadObject response.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``wafv2``",
29+
"description": "The WAFv2 API now supports configuring data protection in webACLs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``workspaces-thin-client``",
34+
"description": "Update Environment and Device name field definitions",
35+
"type": "api-change"
36+
}
37+
]

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

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-workspacesthinclient-11598.json

-5
This file was deleted.

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``: Added test suite names to test case metadata
9+
* api-change:``connect``: 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``: Introduces premigration assessment feature to DMS Serverless API for start-replication and describe-replications
11+
* api-change:``rds-data``: Add support for Stop DB feature.
12+
* api-change:``s3``: Added support for Content-Range header in HeadObject response.
13+
* api-change:``wafv2``: The WAFv2 API now supports configuring data protection in webACLs.
14+
* api-change:``workspaces-thin-client``: Update Environment and Device name field definitions
15+
16+
517
1.36.20
618
=======
719

botocore/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717
import re
1818

19-
__version__ = '1.36.20'
19+
__version__ = '1.36.21'
2020

2121

2222
class NullHandler(logging.Handler):

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '1.36.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.36.20'
62+
release = '1.36.21'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

0 commit comments

Comments
 (0)