Skip to content

Commit f158f59

Browse files
chore: release 1.5.84
1 parent 532cac8 commit f158f59

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

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

3+
## [1.5.84] - 11/17/2025
4+
5+
### Features
6+
* (**appstream**) Adding support for additional instances and extended storage
7+
* (**backup**) AWS Backup now supports specifying a logically air-gapped backup vault as a primary backup target in backup plans and on-demand backup jobs.
8+
* (**bedrock**) Automated Reasoning checks in Amazon Bedrock Guardrails now automatically generate Q&A tests for new Automated Reasoning policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API adds GENERATED_TEST_CASES asset type, allowing customers to retrieve tests generated by the build workflow.
9+
* (**databasemigrationservice**) This release introduces the SAP ASE(Sybase) Data Provider for AWS Data Migration Service (DMS). In addition, DMS Schema Conversion now supports this provider, enabling customers to migrate SAP ASE(Sybase) databases to Amazon RDS for PostgreSQL or Aurora PostgreSQL seamlessly.
10+
* (**devicefarm**) This release adds support for interacting with devices during a remote access session using the remoteDriverEndpoint interface
11+
* (**ec2**) This release introduces new APIs: DescribeInstanceSqlHaStates, DescribeInstanceSqlHaHistoryStates, EnableInstanceSqlHaStandbyDetections and DisableInstanceSqlHaStandbyDetections on Amazon EC2, allowing customers to enroll and monitor SQL Server licensing fee savings for their SQL HA EC2 instances.
12+
* (**glue**) Amazon Glue Releasing 2 the new API ListIntegrationResourceProperties and DeleteIntegrationResourceProperty along with minor improvement on existing API(s).
13+
* (**guardduty**) Add S3 On-Demand Object Scanning
14+
* (**lexmodelsv2**) Adds support for LLM as Primary, allowing usage of LLMs as the default NLU system.
15+
* (**medialive**) Adds configurations for spatial/temporal adaptive quantization in AV1 codec, and conversion to HLG output color space in H265 codec.
16+
* (**mediapackagev2**) Add support for SCTE messages in Segment file output
17+
* (**mwaaserverless**) Amazon MWAA now offers serverless deployment, eliminating operational overhead while optimizing costs. The service supports YAML and Python-based workflows, with 80+ AWS Operators. It provides isolated execution, IAM permissions, and automatic scaling with pay-per-use pricing.
18+
* (**opensearch**) This release adds index operation APIs to support Automatic Semantic Enrichment feature
19+
* (**pcs**) Added support for the managed Slurm REST API endpoint
20+
* (**route53resolver**) Adding DICTIONARY_DGA to dns-threat-protection as a new enum type. Customers can now set rules for dictionary dga protection
21+
322
## [1.5.83] - 11/14/2025
423

524
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,12 @@
12781278
"artifactName": "mwaa",
12791279
"brazilName": "AwsSdkKotlinMwaa"
12801280
},
1281+
{
1282+
"sdkId": "MWAA Serverless",
1283+
"namespace": "aws.sdk.kotlin.services.mwaaserverless",
1284+
"artifactName": "mwaaserverless",
1285+
"brazilName": "AwsSdkKotlinMwaaServerless"
1286+
},
12811287
{
12821288
"sdkId": "Machine Learning",
12831289
"namespace": "aws.sdk.kotlin.services.machinelearning",

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx10g -XX:MaxMetaspaceSize=2G
77
org.gradle.parallel=true
88

99
# sdk
10-
sdkVersion=1.5.84-SNAPSHOT
10+
sdkVersion=1.5.84
1111

1212
# atomicfu
1313
kotlinx.atomicfu.enableJvmIrTransformation=true

0 commit comments

Comments
 (0)