Skip to content

Commit 283c095

Browse files
committed
Merge branch 'main' of github.com:awslabs/aws-sdk-kotlin into jreleaser
2 parents c346ebe + 350c88a commit 283c095

File tree

102 files changed

+29841
-4001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+29841
-4001
lines changed

.brazil.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.*": "KotlinxCoroutinesCoreJvm-1.x",
99
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.*": "KotlinxCoroutinesJdk8-1.x",
1010
"com.google.devtools.ksp:symbol-processing-api:2.*": "Maven-com-google-devtools-ksp_symbol-processing-api-2.x",
11-
"com.google.devtools.ksp:symbol-processing-gradle-plugin:2.*": "Maven-com-google-devtools-ksp_symbol-processing-gradle-plugin-2.x"
11+
"com.google.devtools.ksp:symbol-processing-gradle-plugin:2.*": "Maven-com-google-devtools-ksp_symbol-processing-gradle-plugin-2.x",
12+
"com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:2.*": "Maven-com-google-devtools-ksp_com_google_devtools_ksp_gradle_plugin-2.x"
1213
},
1314
"packageHandlingRules": {
1415
"versioning": {

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
uses: awslabs/aws-kotlin-repo-tools/.github/actions/merge-main@main
1515
with:
1616
ci-user-pat: ${{ secrets.CI_USER_PAT }}
17-
exempt-branches: # Add any if required
17+
exempt-branches: # Add any if required

.github/workflows/sync-mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
source_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/aws-sdk-kotlin.git"
2020
source_branch: "main"
2121
destination_repo: "https://aws-sdk-kotlin-ci:${{ secrets.CI_USER_PAT }}@github.com/awslabs/private-aws-sdk-kotlin-staging.git"
22-
destination_branch: "main"
22+
destination_branch: "main"

CHANGELOG.md

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

3+
## [1.5.2] - 07/23/2025
4+
5+
### Features
6+
* (**ec2**) Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.
7+
* (**glue**) AWS Glue now supports dynamic session policies for job executions. This feature allows you to specify custom, fine-grained permissions for each job run without creating multiple IAM roles.
8+
* (**workspacesthinclient**) Added the lastUserId parameter to the ListDevices and GetDevice API.
9+
10+
## [1.5.1] - 07/22/2025
11+
12+
### Features
13+
* (**ecr**) Add support for Image Tag Mutability Exception feature, allowing repositories to define wildcard-based patterns that override the default image tag mutability settings.
14+
* (**emr**) This release adds new parameter 'ExtendedSupport' in AWS EMR RunJobFlow, ModifyCluster and DescribeCluster API.
15+
* (**lambda**) This release migrated the model to Smithy keeping all features unchanged.
16+
* (**neptunedata**) This release updates the supported regions for Neptune API to include current AWS regions.
17+
18+
## [1.5.0] - 07/21/2025
19+
20+
### Features
21+
* (**cloudfront**) Add dualstack endpoint support
22+
* (**deadline**) Add support for VPC resource endpoints in Service Managed Fleets
23+
* (**ec2**) This release adds support for C8gn, F2 and P6e-GB200 Instance types
24+
* (**sagemaker**) This release adds 1/ Support for S3FileSystem in CustomFileSystems 2/ The ability for a customer to select their preferred IpAddressType for use with private Workforces 3/ Support for p4de instance type in SageMaker Training Plans
25+
* (**timestreaminfluxdb**) Timestream for InfluxDB adds support for db.influx.24xlarge instance type. This enhancement enables higher compute capacity for demanding workloads through CreateDbInstance, CreateDbCluster, UpdateDbInstance, and UpdateDbCluster APIs.
26+
* Upgrade to Kotlin 2.2.0
27+
* [#1413](https://github.com/awslabs/aws-sdk-kotlin/issues/1413) ⚠️ **IMPORTANT**: Refactor endpoint discoverer classes into interfaces so custom implementations may be provided
28+
* [#1478](https://github.com/awslabs/aws-sdk-kotlin/issues/1478) Add `regionProvider` property to client config
29+
* [#1413](https://github.com/awslabs/aws-sdk-kotlin/issues/1413) ⚠️ **IMPORTANT**: Add support for enabling/disabling endpoint discovery via [standard cross-SDK config mechanisms](https://docs.aws.amazon.com/sdkref/latest/guide/feature-endpoint-discovery.html)
30+
31+
### Fixes
32+
* [#1413](https://github.com/awslabs/aws-sdk-kotlin/issues/1413) Favor `endpointUrl` instead of endpoint discovery if both are provided
33+
34+
## [1.4.125] - 07/18/2025
35+
36+
### Features
37+
* (**auditmanager**) Updated error handling for RegisterOrganizationAdminAccount API to properly translate TooManyExceptions to HTTP 429 status code. This enhancement improves error handling consistency and provides clearer feedback when request limits are exceeded.
38+
* (**cloudwatchlogs**) CloudWatchLogs launches GetLogObject API with streaming support for efficient log data retrieval. Logs added support for new AccountPolicy type METRIC_EXTRACTION_POLICY. For more information, see CloudWatch Logs API documentation
39+
* (**mediaconvert**) This release adds support for TAMS server integration with MediaConvert inputs.
40+
* (**outposts**) Add AWS Outposts API to surface customer billing information
41+
* (**sesv2**) Added IP Visibility support for managed dedicated pools. Enhanced GetDedicatedIp and GetDedicatedIps APIs to return managed IP addresses.
42+
43+
### Documentation
44+
* (**ssm**) July 2025 doc-only updates for Systems Manager.
45+
46+
## [1.4.124] - 07/17/2025
47+
48+
### Features
49+
* (**cleanroomsml**) This release introduces Parquet result format support for ML Input Channel models in AWS Clean Rooms ML.
50+
* (**ec2**) AWS Free Tier Version2 Support
51+
* (**mailmanager**) Allow underscores in the local part of the input of the "Email recipients rewrite" action in rule sets.
52+
* (**mediaconvert**) This release expands the range of supported audio outputs to include xHE, 192khz FLAC and the deprecation of dual mono for AC3.
53+
* (**synthetics**) This feature allows AWS Synthetics customers to provide code dependencies using lambda layer while creating a canary
54+
55+
### Documentation
56+
* (**cloudfront**) Doc only update for CloudFront that fixes some customer-reported issues
57+
* (**keyspacesstreams**) Doc only update for the Amazon Keyspaces Streams API.
58+
* (**sfn**) Align input with style guidelines.
59+
60+
## [1.4.123] - 07/16/2025
61+
62+
### Features
63+
* (**bedrock**) This release adds support for on-demand custom model inference through CustomModelDeployment APIs for Amazon Bedrock.
64+
* (**bedrockagentcore**) Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
65+
* (**bedrockagentcorecontrol**) Initial release of Amazon Bedrock AgentCore SDK including Runtime, Built-In Tools, Memory, Gateway and Identity.
66+
* (**bedrockruntime**) document update to support on demand custom model.
67+
* (**cloudwatchlogs**) CloudWatch Logs updates: Added X-Ray tracing for Amazon Bedrock Agent resources. Logs introduced Log Group level resource policies (managed through Put/Delete/Describe Resource Policy APIs). For more information, see CloudWatch Logs API documentation.
68+
* (**datasync**) AWS DataSync now supports IPv6 address inputs and outputs in create, update, and describe operations for NFS, SMB, and Object Storage locations
69+
* (**glue**) AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
70+
* (**guardduty**) Add expectedBucketOwner parameter to ThreatIntel and IPSet APIs.
71+
* (**iotwireless**) FuotaTaskId is not a valid IdentifierType for EventConfiguration and is being removed from possible IdentifierType values.
72+
* (**mediapackagev2**) This release adds support for CDN Authentication using Static Headers in MediaPackage v2.
73+
* (**networkflowmonitor**) Introducing 2 new scope status types - DEACTIVATING and DEACTIVATED.
74+
* (**paymentcryptographydata**) Expand length of message data field for Mac generation and validation to 8192 characters.
75+
* Add support for Bearer authentication using a token set in an environment variable for Bedrock services
76+
77+
### Documentation
78+
* (**sfn**) Doc-only update to introduction, and edits to clarify input parameter and the set of control characters.
79+
80+
## [1.4.122] - 07/16/2025
81+
82+
### Features
83+
* (**ecs**) This release removes hookDetails for the Amazon ECS native blue/green deployments.
84+
85+
## [1.4.121] - 07/15/2025
86+
87+
### Features
88+
* (**bedrockagent**) Add support for S3 Vectors as a vector store.
89+
* (**datazone**) Removing restriction of environment profile identifier as required field, S3 feature release
90+
* (**dynamodbstreams**) Added support for optional shard filter parameter in DescribeStream api that allows customers to fetch child shards of a read_only parent shard.
91+
* (**ec2**) This release adds support for volume initialization status, which enables you to monitor when the initialization process for an EBS volume is completed. This release also adds IPv6 support to EC2 Instance Connect Endpoints, allowing you to connect to your EC2 Instance via a private IPv6 address.
92+
* (**ecs**) Amazon ECS supports native blue/green deployments, allowing you to validate new service revisions before directing production traffic to them.
93+
* (**eventbridge**) Add customer-facing logging for the EventBridge Event Bus, enabling customers to better observe their events and extract insights about their EventBridge usage.
94+
* (**opensearch**) AWS Opensearch adds support for enabling s3 vector engine options. After enabling this option, customers will be able to create indices with s3 vector engine.
95+
* (**pricing**) This release adds support for new filter types in GetProducts API, including EQUALS, CONTAINS, ANY_OF, and NONE_OF.
96+
* (**quicksight**) Introduced custom instructions for topics.
97+
* (**repostspace**) This release introduces Channels functionality with CreateChannel, GetChannel, ListChannels, and UpdateChannel operations. Channels provide dedicated collaboration spaces where teams can organize discussions and knowledge by projects, business units, or areas of responsibility.
98+
* (**s3**) Amazon S3 Metadata live inventory tables provide a queryable inventory of all the objects in your general purpose bucket so that you can determine the latest state of your data. To help minimize your storage costs, use journal table record expiration to set a retention period for your records.
99+
* (**s3tables**) Adds table bucket type to ListTableBucket and GetTableBucket API operations
100+
* (**s3vectors**) Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity.
101+
* (**sagemaker**) This release adds support for a new Restricted instance group type to enable a specialized environment for running Nova customization jobs on SageMaker HyperPod clusters. This release also adds support for SageMaker pipeline versioning.
102+
3103
## [1.4.120] - 07/09/2025
4104

5105
### Features

0 commit comments

Comments
 (0)