Skip to content

Commit d45750b

Browse files
authored
Merge branch 'main' into feat-region-provider
2 parents 01e9099 + 757925d commit d45750b

Some content is hidden

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

51 files changed

+5698
-5271
lines changed

.github/workflows/api-compat-verification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: API compatibility verification
33
on:
44
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- '*-main'
79

810
jobs:
911
api-compat-verification:

.github/workflows/changelog-verification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Changelog verification
33
on:
44
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- '*-main'
79

810
jobs:
911
changelog-verification:

.github/workflows/codebuild-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
types: [ published ]
66
pull_request:
77
types: [ opened, synchronize, reopened, labeled, unlabeled ]
8-
branches: [ main ]
8+
branches:
9+
- main
10+
- '*-main'
911
workflow_dispatch:
1012
inputs:
1113
aws-sdk-kotlin-pr:

.github/workflows/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Dependabot Dependency Submission
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
7+
- '*-main'
68

79
permissions:
810
contents: write

.github/workflows/kat-transform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Kat Transform
33
on:
44
pull_request:
55
types: [ opened, synchronize, reopened, labeled, unlabeled ]
6-
branches: [ main ]
6+
branches:
7+
- main
8+
- '*-main'
79

810
# Allow one instance of this workflow per pull request, and cancel older runs when new changes are pushed
911
concurrency:

.github/workflows/lint.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ on:
55
branches:
66
- '*'
77
- '!main'
8+
- '!*.main'
89
pull_request:
9-
branches: [ main ]
10+
branches:
11+
- main
12+
- '*-main'
1013
workflow_dispatch:
1114

1215
env:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ local.properties
1717
services/*/generated-src
1818
services/*/build.gradle.kts
1919
.kotest/
20+
.kotlin/
2021
*.klib
2122
tests/codegen/smoke-tests/services/*/generated-src
22-
tests/codegen/smoke-tests/services/*/build.gradle.kts
23+
tests/codegen/smoke-tests/services/*/build.gradle.kts

CHANGELOG.md

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

3+
## [1.3.111] - 01/13/2025
4+
5+
### Features
6+
* (**artifact**) Support resolving regional API calls to partition's leader region endpoint.
7+
* (**bedrock**) With this release, Bedrock Evaluation will now support latency-optimized inference for foundation models.
8+
* (**ec2**) Add support for DisconnectOnSessionTimeout flag in CreateClientVpnEndpoint and ModifyClientVpnEndpoint requests and DescribeClientVpnEndpoints responses
9+
* (**kafkaconnect**) Support updating connector configuration via UpdateConnector API. Release Operations API to monitor the status of the connector operation.
10+
* (**transcribe**) This update provides tagging support for Transcribe's Call Analytics Jobs and Call Analytics Categories.
11+
12+
## [1.3.110] - 01/10/2025
13+
14+
### Documentation
15+
* (**redshift**) Additions to the PubliclyAccessible and Encrypted parameters clarifying what the defaults are.
16+
* (**securitylake**) Doc only update for ServiceName that fixes several customer-reported issues
17+
* (**sts**) Fixed typos in the descriptions.
18+
19+
## [1.3.109] - 01/09/2025
20+
21+
### Features
22+
* (**codebuild**) AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda
23+
* (**computeoptimizer**) This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types.
24+
* (**fms**) AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator.
25+
26+
## [1.3.108] - 01/08/2025
27+
28+
### Features
29+
* (**route53**) Amazon Route 53 now supports the Asia Pacific (Thailand) Region (ap-southeast-7) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region
30+
* (**sagemaker**) Adds support for IPv6 for SageMaker HyperPod cluster nodes.
31+
32+
### Documentation
33+
* (**rds**) Updates Amazon RDS documentation to clarify the RestoreDBClusterToPointInTime description.
34+
35+
### Miscellaneous
36+
* Remove IoT 1-click services from SDK
37+
38+
## [1.3.107] - 01/07/2025
39+
40+
### Features
41+
* (**cloudhsmv2**) Adds support to ModifyCluster for modifying a Cluster's Hsm Type.
42+
* (**dynamodb**) This release makes Amazon DynamoDB point-in-time-recovery (PITR) to be configurable. You can set PITR recovery period for each table individually to between 1 and 35 days.
43+
* (**imagebuilder**) This release adds support for importing images from ISO disk files. Added new ImportDiskImage API operation.
44+
45+
## [1.3.106] - 01/06/2025
46+
47+
### Features
48+
* (**iotsecuretunneling**) Adds dualstack endpoint support for IoT Secure Tunneling
49+
* (**supplychain**) Allow vanity DNS domain when creating a new ASC instance
50+
51+
### Fixes
52+
* [#1473](https://github.com/awslabs/aws-sdk-kotlin/issues/1473) Bump to latest **smithy-kotlin** version to pick up fixes to `InputStream` wrapping
53+
54+
## [1.3.105] - 01/03/2025
55+
56+
### Features
57+
* (**s3**) This change is only for updating the model regexp of CopySource which is not for validation but only for documentation and user guide change.
58+
59+
### Fixes
60+
* [#1481](https://github.com/awslabs/aws-sdk-kotlin/issues/1481) Add missing packages to version catalog and BOM (**http-client-engine-okhttp4**, **smithy-rpcv2-protocols**, **telemetry-provider-micrometer**)
61+
62+
### Documentation
63+
* (**ecs**) Adding SDK reference examples for Amazon ECS operations.
64+
* (**route53domains**) Doc only update for Route 53 Domains that fixes several customer-reported issues
65+
66+
## [1.3.104] - 01/02/2025
67+
68+
### Features
69+
* (**appsync**) Modify UpdateGraphQLAPI operation and flag authenticationType as required.
70+
* (**gamelift**) Amazon GameLift releases a new game session shutdown feature. Use the Amazon GameLift console or AWS CLI to terminate an in-progress game session that's entered a bad state or is no longer needed.
71+
* (**mediaconnect**) AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards.
72+
* (**mediaconvert**) This release adds support for the AVC3 codec and fixes an alignment issue with Japanese vertical captions.
73+
* (**organizations**) Added ALL_FEATURES_MIGRATION_ORGANIZATION_SIZE_LIMIT_EXCEEDED to ConstraintViolationException for the EnableAllFeatures operation.
74+
* (**sagemaker**) Adding ETag information with Model Artifacts for Model Registry
75+
76+
### Documentation
77+
* (**sqs**) In-flight message typo fix from 20k to 120k.
78+
79+
## [1.3.103] - 12/28/2024
80+
81+
### Features
82+
* (**ecr**) Restoring custom endpoint functionality for ECR
83+
* (**ecrpublic**) Restoring custom endpoint functionality for ECR Public
84+
85+
## [1.3.102] - 12/27/2024
86+
87+
### Documentation
88+
* (**rds**) Updates Amazon RDS documentation to correct various descriptions.
89+
90+
## [1.3.101] - 12/26/2024
91+
92+
### Features
93+
* (**bcmpricingcalculator**) Added ConflictException to DeleteBillEstimate.
94+
* (**ecr**) Add support for Dualstack Endpoints
95+
96+
### Documentation
97+
* (**networkfirewall**) Dual-stack endpoints are now supported.
98+
* (**securityhub**) Documentation updates for AWS Security Hub
99+
100+
## [1.3.100] - 12/23/2024
101+
102+
### Features
103+
* (**ecrpublic**) Add support for Dualstack endpoints
104+
* (**eks**) This release adds support for DescribeClusterVersions API that provides important information about Kubernetes versions along with end of support dates
105+
* (**glue**) Add IncludeRoot parameters to GetCatalogs API to return root catalog.
106+
107+
### Documentation
108+
* (**ecr**) Documentation update for ECR GetAccountSetting and PutAccountSetting APIs.
109+
3110
## [1.3.99] - 12/20/2024
4111

5112
### Features

0 commit comments

Comments
 (0)