Skip to content

Commit 4fdabce

Browse files
Bumping version to 1.36.25
1 parent 98430f4 commit 4fdabce

10 files changed

+45
-32
lines changed

.changes/1.36.25.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``codebuild``",
4+
"description": "Add webhook status and status message to AWS CodeBuild webhooks",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``guardduty``",
9+
"description": "Reduce the minimum number of required attack sequence signals from 2 to 1",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``license-manager-user-subscriptions``",
14+
"description": "Updates entity to include Microsoft RDS SAL as a valid type of user subscription.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``rds``",
19+
"description": "CloudWatch Database Insights now supports Amazon RDS.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``sagemaker``",
24+
"description": "Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``workspaces-web``",
29+
"description": "Add support for toolbar configuration under user settings.",
30+
"type": "api-change"
31+
}
32+
]

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

-5
This file was deleted.

.changes/next-release/api-change-guardduty-78413.json

-5
This file was deleted.

.changes/next-release/api-change-licensemanagerusersubscriptions-52669.json

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-sagemaker-43627.json

-5
This file was deleted.

.changes/next-release/api-change-workspacesweb-50779.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.36.25
6+
=======
7+
8+
* api-change:``codebuild``: Add webhook status and status message to AWS CodeBuild webhooks
9+
* api-change:``guardduty``: Reduce the minimum number of required attack sequence signals from 2 to 1
10+
* api-change:``license-manager-user-subscriptions``: Updates entity to include Microsoft RDS SAL as a valid type of user subscription.
11+
* api-change:``rds``: CloudWatch Database Insights now supports Amazon RDS.
12+
* api-change:``sagemaker``: Added new capability in the UpdateCluster operation to remove instance groups from your SageMaker HyperPod cluster.
13+
* api-change:``workspaces-web``: Add support for toolbar configuration under user settings.
14+
15+
516
1.36.24
617
=======
718

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.24'
19+
__version__ = '1.36.25'
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.24'
62+
release = '1.36.25'
6363

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

0 commit comments

Comments
 (0)