Skip to content

Commit a70fe8f

Browse files
chore: release 1.2.48
1 parent 03ac4fa commit a70fe8f

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.48] - 07/08/2024
4+
5+
### Features
6+
* (**codedeploy**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
7+
* (**databasemigrationservice**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
8+
* (**devicefarm**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
9+
* (**elasticbeanstalk**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
10+
* (**elasticsearchservice**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
11+
* (**firehose**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
12+
* (**gamelift**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
13+
* (**qapps**) This is a general availability (GA) release of Amazon Q Apps, a capability of Amazon Q Business. Q Apps leverages data sources your company has provided to enable users to build, share, and customize apps within your organization.
14+
* (**route53resolver**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
15+
* (**ses**) Add v2 smoke tests and smithy smokeTests trait for SDK testing.
16+
317
## [1.2.47] - 07/05/2024
418

519
### Features

codegen/sdk/packages.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,12 @@
15541554
"artifactName": "proton",
15551555
"brazilName": "AwsSdkKotlinProton"
15561556
},
1557+
{
1558+
"sdkId": "QApps",
1559+
"namespace": "aws.sdk.kotlin.services.qapps",
1560+
"artifactName": "qapps",
1561+
"brazilName": "AwsSdkKotlinQapps"
1562+
},
15571563
{
15581564
"sdkId": "QBusiness",
15591565
"namespace": "aws.sdk.kotlin.services.qbusiness",

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.2.48-SNAPSHOT
9+
sdkVersion=1.2.48
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)