Skip to content

Commit 9905a6d

Browse files
Bumping version to 1.37.22
1 parent 66cebc6 commit 9905a6d

14 files changed

+69
-52
lines changed

.changes/1.37.22.json

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
[
2+
{
3+
"category": "``batch``",
4+
"description": "This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``bcm-pricing-calculator``",
9+
"description": "Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agent-runtime``",
14+
"description": "bedrock flow now support node action trace.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudformation``",
19+
"description": "Adding support for the new parameter \"ScanFilters\" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datazone``",
24+
"description": "This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``eks``",
29+
"description": "Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``gamelift``",
34+
"description": "Amazon GameLift Servers add support for additional instance types.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iam``",
39+
"description": "Update IAM dual-stack endpoints for BJS, IAD and PDT partitions",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sagemaker``",
44+
"description": "add: recovery mode for SageMaker Studio apps",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``sso-oidc``",
49+
"description": "This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.",
50+
"type": "api-change"
51+
}
52+
]

.changes/next-release/api-change-batch-94066.json

-5
This file was deleted.

.changes/next-release/api-change-bcmpricingcalculator-21956.json

-5
This file was deleted.

.changes/next-release/api-change-bedrockagentruntime-1969.json

-5
This file was deleted.

.changes/next-release/api-change-cloudformation-84319.json

-5
This file was deleted.

.changes/next-release/api-change-datazone-9191.json

-5
This file was deleted.

.changes/next-release/api-change-eks-7861.json

-5
This file was deleted.

.changes/next-release/api-change-gamelift-15082.json

-5
This file was deleted.

.changes/next-release/api-change-iam-39698.json

-5
This file was deleted.

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

-5
This file was deleted.

.changes/next-release/api-change-ssooidc-68939.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.37.22
6+
=======
7+
8+
* api-change:``batch``: This release will enable two features: Firelens log driver, and Execute Command on Batch jobs on ECS. Both features will be passed through to ECS.
9+
* api-change:``bcm-pricing-calculator``: Added standaloneAccountRateTypeSelections for GetPreferences and UpdatePreferences APIs. Added STALE enum value to status attribute in GetBillScenario and UpdateBillScenario APIs.
10+
* api-change:``bedrock-agent-runtime``: bedrock flow now support node action trace.
11+
* api-change:``cloudformation``: Adding support for the new parameter "ScanFilters" in the CloudFormation StartResourceScan API. When this parameter is included, the StartResourceScan API will initiate a scan limited to the resource types specified by the parameter.
12+
* api-change:``datazone``: This release adds new action type of Create Listing Changeset for the Metadata Enforcement Rule feature.
13+
* api-change:``eks``: Added support for BOTTLEROCKET FIPS AMIs to AMI types in US regions.
14+
* api-change:``gamelift``: Amazon GameLift Servers add support for additional instance types.
15+
* api-change:``iam``: Update IAM dual-stack endpoints for BJS, IAD and PDT partitions
16+
* api-change:``sagemaker``: add: recovery mode for SageMaker Studio apps
17+
* api-change:``sso-oidc``: This release adds AwsAdditionalDetails in the CreateTokenWithIAM API response.
18+
19+
520
1.37.21
621
=======
722

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.37.21'
19+
__version__ = '1.37.22'
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.37.'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '1.37.21'
62+
release = '1.37.22'
6363

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

0 commit comments

Comments
 (0)