Skip to content

Commit

Permalink
chore: release 1.2.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Jun 17, 2024
1 parent bcfa3e2 commit dc55a89
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit dc55a89

Please sign in to comment.