Skip to content

Commit 774a856

Browse files
committed
Merge branch 'main' of https://github.com/awslabs/aws-sdk-kotlin into smoke-tests-trait
2 parents 73f694a + e41b2f0 commit 774a856

25 files changed

+11060
-4217
lines changed

CHANGELOG.md

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

3+
## [1.3.48] - 10/07/2024
4+
5+
### Features
6+
* (**deadline**) Add support for using the template from a previous job during job creation and listing parameter definitions for a job.
7+
* (**qconnect**) This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
8+
* (**redshift**) Add validation pattern to S3KeyPrefix on the EnableLogging API
9+
10+
### Documentation
11+
* (**marketplacereporting**) Documentation-only update for AWS Marketplace Reporting API.
12+
13+
## [1.3.47] - 10/04/2024
14+
15+
### Features
16+
* (**ec2**) Documentation updates for Amazon EC2.
17+
* (**iotdataplane**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
18+
19+
## [1.3.46] - 10/03/2024
20+
21+
### Features
22+
* (**codepipeline**) AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
23+
* (**connect**) Public GetMetricDataV2 Grouping increase from 3 to 4
24+
* (**ec2**) This release includes a new API for modifying instance cpu-options after launch.
25+
* (**iot**) This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
26+
* (**marketplacereporting**) The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
27+
* (**mediapackagev2**) Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
28+
* (**quicksight**) QuickSight: Add support for exporting and importing folders in AssetBundle APIs
29+
30+
## [1.3.45] - 10/02/2024
31+
32+
### Features
33+
* (**appstream**) Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
34+
* (**b2bi**) Added and updated APIs to support outbound EDI transformations
35+
* (**bedrockagentruntime**) Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
36+
* (**bedrockruntime**) Added new fields to Amazon Bedrock Guardrails trace
37+
* (**iotdeviceadvisor**) Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
38+
* (**ivsrealtime**) Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
39+
* (**s3**) This release introduces a header representing the minimum object size limit for Lifecycle transitions.
40+
* (**sagemaker**) releasing builtinlcc to public
41+
42+
### Documentation
43+
* (**workspaces**) WSP is being rebranded to become DCV.
44+
345
## [1.3.44] - 10/01/2024
446

547
### Features

codegen/aws-sdk-codegen/src/main/kotlin/aws/sdk/kotlin/codegen/smoketests/SmokeTestsDenyListIntegration.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ val smokeTestDenyList = setOf(
3333
"Application Auto Scaling",
3434
"SWF",
3535
"WAFV2",
36+
"IoT Data Plane",
3637
)

0 commit comments

Comments
 (0)