Skip to content

Commit

Permalink
chore: release 1.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-kotlin-ci committed Aug 22, 2024
1 parent 14e65ba commit 6888f12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.17] - 08/22/2024

### Features
* (**bedrock**) Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
* (**emrcontainers**) Correct endpoint for FIPS is configured for US Gov Regions.
* (**inspector2**) Add enums for Agentless scan statuses and EC2 enablement error states
* (**quicksight**) Explicit query for authors and dashboard viewing sharing for embedded users
* (**route53**) Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

### Documentation
* (**autoscaling**) Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement

## [1.3.16] - 08/21/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.3.17-SNAPSHOT
sdkVersion=1.3.17

# 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 6888f12

Please sign in to comment.