Skip to content

Commit e39c76d

Browse files
chore: release 1.3.71
1 parent c90f409 commit e39c76d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.71] - 11/11/2024
4+
5+
### Features
6+
* (**cloudfront**) No API changes from previous release. This release migrated the model to Smithy keeping all features unchanged.
7+
* (**inspector2**) Adds support for filePath filter.
8+
* (**lambda**) Add Python 3.13 (python3.13) support to AWS Lambda
9+
* (**opensearch**) Adds Support for new AssociatePackages and DissociatePackages API in Amazon OpenSearch Service that allows association and dissociation operations to be carried out on multiple packages at the same time.
10+
* (**outposts**) This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.
11+
312
## [1.3.70] - 11/08/2024
413

514
### 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.71-SNAPSHOT
9+
sdkVersion=1.3.71
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)