Skip to content

Commit 2945077

Browse files
Bump version to 2.34.3
1 parent f8cdce6 commit 2945077

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.34.3.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``guardduty``",
4+
"description": "Added MALICIOUS FILE to IndicatorType enum in MDC Sequence",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connecthealth``",
9+
"description": "Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``ec2``",
14+
"description": "Added metadata field to CapacityAllocation.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sagemaker``",
19+
"description": "Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mpa``",
24+
"description": "Updates to multi-party approval (MPA) service to add support for approval team baseline operations.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``savingsplans``",
29+
"description": "Added support for OpenSearch and Neptune Analytics to Database Savings Plans.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "S3 redirect",
34+
"description": "Validate new region name when redirecting.",
35+
"type": "enhancement"
36+
}
37+
]

.changes/next-release/api-change-connecthealth-23214.json

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

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

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

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

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

.changes/next-release/api-change-mpa-22078.json

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

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

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

.changes/next-release/api-change-savingsplans-98952.json

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

.changes/next-release/enhancement-S3redirect-2339.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.34.3
6+
======
7+
8+
* api-change:``guardduty``: Added MALICIOUS FILE to IndicatorType enum in MDC Sequence
9+
* api-change:``connecthealth``: Connect-Health SDK is AWS's unified SDK for the Amazon Connect Health offering. It allows healthcare developers to integrate purpose-built agents - such as patient insights, ambient documentation, and medical coding - into their existing applications, including EHRs, telehealth, and revenue cycle.
10+
* api-change:``ec2``: Added metadata field to CapacityAllocation.
11+
* api-change:``sagemaker``: Adds support for S3 Bucket Ownership validation for SageMaker Managed MLflow.
12+
* api-change:``mpa``: Updates to multi-party approval (MPA) service to add support for approval team baseline operations.
13+
* api-change:``savingsplans``: Added support for OpenSearch and Neptune Analytics to Database Savings Plans.
14+
* enhancement:S3 redirect: Validate new region name when redirecting.
15+
16+
517
2.34.2
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.34.2'
23+
__version__ = '2.34.3'
2424

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

0 commit comments

Comments
 (0)