Skip to content

Commit d77247e

Browse files
Bumping version to 1.32.2
1 parent db635c3 commit d77247e

13 files changed

+53
-39
lines changed

.changes/1.32.2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``cloudformation package``",
4+
"description": "Add support for intrinsic Fn:ForEach (fixes `#8075 <https://github.com/aws/aws-cli/issues/8075>`__)",
5+
"type": "enhancement"
6+
},
7+
{
8+
"category": "``cloud9``",
9+
"description": "Updated Cloud9 API documentation for AL2023 release",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connect``",
14+
"description": "Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connectcases``",
19+
"description": "Increase number of fields that can be included in CaseEventIncludedData from 50 to 200",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``kms``",
24+
"description": "Documentation updates for AWS Key Management Service",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``rds``",
29+
"description": "Updates Amazon RDS documentation by adding code examples",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``sagemaker``",
34+
"description": "This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-cloud9-69638.json

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

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

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

.changes/next-release/api-change-connectcases-67861.json

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

.changes/next-release/api-change-kms-3778.json

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

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

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

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

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

.changes/next-release/enhancement-cloudformationpackage-39279.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.32.2
6+
======
7+
8+
* enhancement:``cloudformation package``: Add support for intrinsic Fn:ForEach (fixes `#8075 <https://github.com/aws/aws-cli/issues/8075>`__)
9+
* api-change:``cloud9``: Updated Cloud9 API documentation for AL2023 release
10+
* api-change:``connect``: Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
11+
* api-change:``connectcases``: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
12+
* api-change:``kms``: Documentation updates for AWS Key Management Service
13+
* api-change:``rds``: Updates Amazon RDS documentation by adding code examples
14+
* api-change:``sagemaker``: This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API
15+
16+
517
1.32.1
618
======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.32.1'
20+
__version__ = '1.32.2'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)