Skip to content

Commit a44c2e0

Browse files
chore: release 1.4.98
1 parent 15b5baf commit a44c2e0

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.4.98] - 06/04/2025
4+
5+
### Features
6+
* (**evs**) Amazon Elastic VMware Service (Amazon EVS) allows you to run VMware Cloud Foundation (VCF) directly within your Amazon VPC including simplified self-managed migration experience with guided workflow in AWS console or via AWS CLI, get full access to their VCF deployment and VCF license portability.
7+
* (**invoicing**) Added new Invoicing ListInvoiceSummaries API Operation
8+
* (**mediaconnect**) This release updates the DescribeFlow API to show peer IP addresses. You can now identify the peer IP addresses of devices connected to your sources and outputs. This helps you to verify and troubleshoot your flow's active connections.
9+
* (**mediaconvert**) This release includes support for embedding and signing C2PA content credentials in MP4 outputs.
10+
* (**networkfirewall**) You can now monitor flow and alert log metrics from the Network Firewall console.
11+
* (**sagemaker**) Added support for p6-b200 instance type in SageMaker Training Jobs and Training Plans.
12+
* (**transcribe**) AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
13+
* (**transcribestreaming**) AWS Healthscribe now supports new templates for the clinical note summary: BIRP, SIRP, DAP, BEHAVIORAL_SOAP, and PHYSICAL_SOAP
14+
15+
### Documentation
16+
* (**amplify**) Update documentation for cacheConfig in CreateApp API
17+
318
## [1.4.97] - 06/03/2025
419

520
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2280,6 +2280,12 @@
22802280
"artifactName": "drs",
22812281
"brazilName": "AwsSdkKotlinDrs"
22822282
},
2283+
{
2284+
"sdkId": "evs",
2285+
"namespace": "aws.sdk.kotlin.services.evs",
2286+
"artifactName": "evs",
2287+
"brazilName": "AwsSdkKotlinEvs"
2288+
},
22832289
{
22842290
"sdkId": "finspace",
22852291
"namespace": "aws.sdk.kotlin.services.finspace",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
66
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G
77

88
# sdk
9-
sdkVersion=1.4.98-SNAPSHOT
9+
sdkVersion=1.4.98
1010

1111
# dokka config (values specified at build-time as needed)
1212
smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/

0 commit comments

Comments
 (0)