Skip to content

Commit

Permalink
chore: release 1.3.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Sep 18, 2024
1 parent 3b0408b commit 3be0152
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.35] - 09/18/2024

### Features
* (**costexplorer**) This release extends the GetReservationPurchaseRecommendation API to support recommendations for Amazon DynamoDB reservations.
* (**directoryservice**) Added new APIs for enabling, disabling, and describing access to the AWS Directory Service Data API
* (**directoryservicedata**) Added new AWS Directory Service Data API, enabling you to manage data stored in AWS Directory Service directories. This includes APIs for creating, reading, updating, and deleting directory users, groups, and group memberships.
* (**guardduty**) Add `launchType` and `sourceIPs` fields to GuardDuty findings.
* (**mailmanager**) Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
* (**s3**) Added SSE-KMS support for directory buckets.

### Documentation
* (**rds**) Updates Amazon RDS documentation with information upgrading snapshots with unsupported engine versions for RDS for MySQL and RDS for PostgreSQL.

## [1.3.34] - 09/17/2024

### Features
Expand Down
6 changes: 6 additions & 0 deletions codegen/sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@
"artifactName": "directoryservice",
"brazilName": "AwsSdkKotlinDirectoryService"
},
{
"sdkId": "Directory Service Data",
"namespace": "aws.sdk.kotlin.services.directoryservicedata",
"artifactName": "directoryservicedata",
"brazilName": "AwsSdkKotlinDirectoryServiceData"
},
{
"sdkId": "DocDB",
"namespace": "aws.sdk.kotlin.services.docdb",
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.3.35-SNAPSHOT
sdkVersion=1.3.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 3be0152

Please sign in to comment.