Skip to content

Commit 3777b7c

Browse files
chore: release 1.3.84
1 parent 817756f commit 3777b7c

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [1.3.84] - 11/27/2024
4+
5+
### Features
6+
* (**bedrockagent**) Add support for specifying embeddingDataType, either FLOAT32 or BINARY
7+
* (**configservice**) AWS Config adds support for service-linked recorders, a new type of Config recorder managed by AWS services to record specific subsets of resource configuration data and functioning independently from customer managed AWS Config recorders.
8+
* (**fsx**) This release adds EFA support to increase FSx for Lustre file systems' throughput performance to a single client instance. This can be done by specifying EfaEnabled=true at the time of creation of Persistent_2 file systems.
9+
* (**observabilityadmin**) Amazon CloudWatch Observability Admin adds the ability to audit telemetry configuration for AWS resources in customers AWS Accounts and Organizations. The release introduces new APIs to turn on/off the new experience, which supports discovering supported AWS resources and their state of telemetry.
10+
311
## [1.3.83] - 11/26/2024
412

513
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,12 @@
14521452
"artifactName": "osis",
14531453
"brazilName": "AwsSdkKotlinOsis"
14541454
},
1455+
{
1456+
"sdkId": "ObservabilityAdmin",
1457+
"namespace": "aws.sdk.kotlin.services.observabilityadmin",
1458+
"artifactName": "observabilityadmin",
1459+
"brazilName": "AwsSdkKotlinObservabilityadmin"
1460+
},
14551461
{
14561462
"sdkId": "Omics",
14571463
"namespace": "aws.sdk.kotlin.services.omics",

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.84-SNAPSHOT
9+
sdkVersion=1.3.84
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)