Skip to content

Commit 0c55ae9

Browse files
Bump version to 2.31.16
1 parent 275bcec commit 0c55ae9

13 files changed

+59
-45
lines changed

.changes/2.31.16.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``timestream-influxdb``",
4+
"description": "This release adds support for creating and managing InfluxDB 3 Core and Enterprise DbClusters.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``ec2``",
9+
"description": "Introducing EC2 Capacity Manager for monitoring and analyzing capacity usage across On-Demand Instances, Spot Instances, and Capacity Reservations.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``docdb``",
14+
"description": "Add support for NetworkType field in CreateDbCluster, ModifyDbCluster, RestoreDbClusterFromSnapshot and RestoreDbClusterToPointInTime for DocumentDB.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``lightsail``",
19+
"description": "Add support for manage Lightsail Bucket CORS configuration",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``guardduty``",
24+
"description": "Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``elbv2``",
29+
"description": "This release expands Listener Rule Conditions to support RegexValues and adds support for a new Transforms field in Listener Rules.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``bedrock``",
34+
"description": "Amazon Bedrock Automated Reasoning Policy now offers enhanced AWS KMS integration. The CreateAutomatedReasoningPolicy API includes a new kmsKeyId field, allowing customers to specify their preferred KMS key for encryption, improving control and compliance with AWS encryption mandates.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-bedrock-60567.json

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

.changes/next-release/api-change-docdb-94101.json

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

.changes/next-release/api-change-ec2-87521.json

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

.changes/next-release/api-change-elbv2-22333.json

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

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

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

.changes/next-release/api-change-lightsail-63100.json

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

.changes/next-release/api-change-timestreaminfluxdb-99220.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.31.16
6+
=======
7+
8+
* api-change:``timestream-influxdb``: This release adds support for creating and managing InfluxDB 3 Core and Enterprise DbClusters.
9+
* api-change:``ec2``: Introducing EC2 Capacity Manager for monitoring and analyzing capacity usage across On-Demand Instances, Spot Instances, and Capacity Reservations.
10+
* api-change:``docdb``: Add support for NetworkType field in CreateDbCluster, ModifyDbCluster, RestoreDbClusterFromSnapshot and RestoreDbClusterToPointInTime for DocumentDB.
11+
* api-change:``lightsail``: Add support for manage Lightsail Bucket CORS configuration
12+
* api-change:``guardduty``: Added default pagination value for ListMalwareProtectionPlans API and updated UpdateFindingsFeedback API
13+
* api-change:``elbv2``: This release expands Listener Rule Conditions to support RegexValues and adds support for a new Transforms field in Listener Rules.
14+
* api-change:``bedrock``: Amazon Bedrock Automated Reasoning Policy now offers enhanced AWS KMS integration. The CreateAutomatedReasoningPolicy API includes a new kmsKeyId field, allowing customers to specify their preferred KMS key for encryption, improving control and compliance with AWS encryption mandates.
15+
16+
517
2.31.15
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.31.15'
23+
__version__ = '2.31.16'
2424

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

0 commit comments

Comments
 (0)