Skip to content

Commit 3d058a1

Browse files
chore: release 1.4.34
1 parent c7561ba commit 3d058a1

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [1.4.34] - 03/04/2025
4+
5+
### Features
6+
* (**iotmanagedintegrations**) Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.
7+
* (**iotsitewise**) AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.
8+
9+
### Documentation
10+
* (**elasticache**) Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.
11+
* (**rds**) Note support for Database Insights for Amazon RDS.
12+
313
## [1.4.33] - 03/03/2025
414

515
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,12 @@
10081008
"artifactName": "iotjobsdataplane",
10091009
"brazilName": "AwsSdkKotlinIotJobsDataPlane"
10101010
},
1011+
{
1012+
"sdkId": "IoT Managed Integrations",
1013+
"namespace": "aws.sdk.kotlin.services.iotmanagedintegrations",
1014+
"artifactName": "iotmanagedintegrations",
1015+
"brazilName": "AwsSdkKotlinIotManagedIntegrations"
1016+
},
10111017
{
10121018
"sdkId": "IoT Wireless",
10131019
"namespace": "aws.sdk.kotlin.services.iotwireless",

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.34-SNAPSHOT
9+
sdkVersion=1.4.34
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)