diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e3dbf597b..02be6b42f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.35] - 06/17/2024 + +### Features +* (**batch**) Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* (**codebuild**) AWS CodeBuild now supports global and organization GitHub webhooks +* (**cognitoidentityprovider**) Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* (**directoryservice**) Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* (**efs**) Add v2 smoke tests and smithy smokeTests trait for SDK testing. +* (**glue**) This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions. +* (**mediaconvert**) This release includes support for creating I-frame only video segments for DASH trick play. +* (**waf**) Add v2 smoke tests and smithy smokeTests trait for SDK testing. + +### Documentation +* (**acmpca**) Doc-only update that adds name constraints as an allowed extension for ImportCertificateAuthorityCertificate. +* (**kms**) Updating SDK example for KMS DeriveSharedSecret API. +* (**secretsmanager**) Doc only update for Secrets Manager + ## [1.2.34] - 06/14/2024 ### Features diff --git a/gradle.properties b/gradle.properties index 878e98f83d9..b34017d2161 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.native.ignoreDisabledTargets=true org.gradle.jvmargs=-Xmx6g -XX:MaxMetaspaceSize=2G # sdk -sdkVersion=1.2.35-SNAPSHOT +sdkVersion=1.2.35 # dokka config (values specified at build-time as needed) smithyKotlinDocBaseUrl=https://sdk.amazonaws.com/kotlin/api/smithy-kotlin/api/$smithyKotlinRuntimeVersion/