Skip to content

Commit 2fa4ba3

Browse files
chore: release 1.3.78
1 parent ee7223b commit 2fa4ba3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.78] - 11/19/2024
4+
5+
### Features
6+
* (**b2bi**) Add new X12 transactions sets and versions
7+
* (**ec2**) This release adds VPC Block Public Access (VPC BPA), a new declarative control which blocks resources in VPCs and subnets that you own in a Region from reaching or being reached from the internet through internet gateways and egress-only internet gateways.
8+
* (**ecs**) This release introduces support for configuring the version consistency feature for individual containers defined within a task definition. The configuration allows to specify whether ECS should resolve the container image tag specified in the container definition to an image digest.
9+
* (**efs**) Add support for the new parameters in EFS replication APIs
10+
* (**glue**) AWS Glue Data Catalog now enhances managed table optimizations of Apache Iceberg tables that can be accessed only from a specific Amazon Virtual Private Cloud (VPC) environment.
11+
* (**keyspaces**) Amazon Keyspaces Multi-Region Replication: Adds support to add new regions to multi and single-region keyspaces.
12+
* (**mwaa**) Amazon MWAA now supports a new environment class, mw1.micro, ideal for workloads requiring fewer resources than mw1.small. This class supports a single instance of each Airflow component: Scheduler, Worker, and Webserver.
13+
* (**taxsettings**) Release Tax Inheritance APIs, Tax Exemption APIs, and functionality update for some existing Tax Registration APIs
14+
* (**workspaces**) Releasing new ErrorCodes for Image Validation failure during CreateWorkspaceImage process
15+
316
## [1.3.77] - 11/18/2024
417

518
### Features

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.3.78-SNAPSHOT
9+
sdkVersion=1.3.78
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)