Skip to content

Commit

Permalink
chore: release 1.3.84
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Nov 27, 2024
1 parent 817756f commit 3777b7c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.3.84] - 11/27/2024

### Features
* (**bedrockagent**) Add support for specifying embeddingDataType, either FLOAT32 or BINARY
* (**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.
* (**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.
* (**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.

## [1.3.83] - 11/26/2024

### Features
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,12 @@
"artifactName": "osis",
"brazilName": "AwsSdkKotlinOsis"
},
{
"sdkId": "ObservabilityAdmin",
"namespace": "aws.sdk.kotlin.services.observabilityadmin",
"artifactName": "observabilityadmin",
"brazilName": "AwsSdkKotlinObservabilityadmin"
},
{
"sdkId": "Omics",
"namespace": "aws.sdk.kotlin.services.omics",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true
org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G

# sdk
sdkVersion=1.3.84-SNAPSHOT
sdkVersion=1.3.84

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

0 comments on commit 3777b7c

Please sign in to comment.