Skip to content

Commit 4c331fc

Browse files
Bump version to 2.36.23
1 parent 922e22d commit 4c331fc

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.36.23.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``codecommit``",
4+
"description": "Added the GetBlobDifferences API operation, which returns line-level diffs between two blob versions without requiring a local clone. Returns structured hunks with context, additions, and deletions. Supports pagination for large diffs.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "Amazon EC2 Auto Scaling now supports terminating multiple instances in a single TerminateInstanceInAutoScalingGroup call via the new InstanceIds parameter, returning an Activities list. LaunchInstances now returns IdempotentCallInProgressFault for duplicate client tokens.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``securityagent``",
14+
"description": "Add support for setting a maximum task-hour budget cap on penetration tests and code reviews, and for revalidating previously reported findings via a new REVALIDATION job type.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``acm``",
19+
"description": "This change allows customers to update their existing email-validated certificates to use the DNS validation method.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``cleanrooms``",
24+
"description": "This release adds support for minimum aggregation thresholds and comparison controls to the Custom analysis rule type.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "SSM SessionManager",
29+
"description": "Add warning message for outdated SessionManagerPlugin version",
30+
"type": "enhancement"
31+
},
32+
{
33+
"category": "``connect``",
34+
"description": "Adds the StartAssistantContact API to start chat contacts handled by an AI agent. Adds SegmentAttributes to StartWebRTCContact, and corrects its error response to now receive AccessDeniedException (previously returned as an internal server error due to a missing error declaration).",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-acm-56363.json

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

.changes/next-release/api-change-autoscaling-2797.json

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

.changes/next-release/api-change-cleanrooms-95730.json

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

.changes/next-release/api-change-codecommit-66162.json

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

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

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

.changes/next-release/api-change-securityagent-64769.json

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

.changes/next-release/enhancement-SSMSessionManager-91936.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+
2.36.23
6+
=======
7+
8+
* api-change:``codecommit``: Added the GetBlobDifferences API operation, which returns line-level diffs between two blob versions without requiring a local clone. Returns structured hunks with context, additions, and deletions. Supports pagination for large diffs.
9+
* api-change:``autoscaling``: Amazon EC2 Auto Scaling now supports terminating multiple instances in a single TerminateInstanceInAutoScalingGroup call via the new InstanceIds parameter, returning an Activities list. LaunchInstances now returns IdempotentCallInProgressFault for duplicate client tokens.
10+
* api-change:``securityagent``: Add support for setting a maximum task-hour budget cap on penetration tests and code reviews, and for revalidating previously reported findings via a new REVALIDATION job type.
11+
* api-change:``acm``: This change allows customers to update their existing email-validated certificates to use the DNS validation method.
12+
* api-change:``cleanrooms``: This release adds support for minimum aggregation thresholds and comparison controls to the Custom analysis rule type.
13+
* enhancement:SSM SessionManager: Add warning message for outdated SessionManagerPlugin version
14+
* api-change:``connect``: Adds the StartAssistantContact API to start chat contacts handled by an AI agent. Adds SegmentAttributes to StartWebRTCContact, and corrects its error response to now receive AccessDeniedException (previously returned as an internal server error due to a missing error declaration).
15+
16+
517
2.36.22
618
=======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.36.22'
23+
__version__ = '2.36.23'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)