Skip to content

Commit 5c797ce

Browse files
authored
Merge branch 'master' into zoewang/backfillChangelogEntry
2 parents 109b0ee + 7da51b5 commit 5c797ce

545 files changed

Lines changed: 703 additions & 1410 deletions

File tree

Some content is hidden

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

.changes/2.42.40.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.42.40",
3+
"date": "2026-04-23",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon DataZone",
8+
"contributor": "",
9+
"description": "Releasing For LakehouseProperties attributes in the Connections API's"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Managed integrations for AWS IoT Device Management",
14+
"contributor": "",
15+
"description": "Adds \"Status\" field to provisioning profile operation response types, giving users visibility into the readiness of a provisioning profile to be used for device provisioning."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon OpenSearch Service",
20+
"contributor": "",
21+
"description": "Amazon OpenSearch UI applications now support cross-Region domain association, enabling you to connect OpenSearch Dashboards in one AWS Region to OpenSearch domains in other Regions within the same partition for centralized data visualization."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Parallel Computing Service",
26+
"contributor": "",
27+
"description": "This release adds support for Slurm 25.11 with expedited requeue enabled by default for jobs failing due to node issues, configurable requeue delay, health checks at node startup only, and unauthenticated HTTP endpoints disabled by default for improved security."
28+
}
29+
]
30+
}

.github/workflows/codebuild-ci-integration-tests.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/codebuild-ci.yml

Lines changed: 0 additions & 169 deletions
This file was deleted.

.github/workflows/pull-request-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Build SDK
22
on:
33
pull_request:
4+
merge_group:
45
types: [opened, synchronize, ready_for_review]
56

67
concurrency:
@@ -27,7 +28,7 @@ jobs:
2728
role-to-assume: ${{secrets.PR_WORKFLOW_IAM_ROLE_ARN}}
2829
role-session-name: PullRequestBuildGitHubAction
2930
aws-region: us-west-2
30-
role-duration-seconds: 7200 # 2 hours
31+
role-duration-seconds: 10800 # 3 hrs
3132
- name: Download Build Script
3233
run: |
3334
aws s3 cp s3://aws-sdk-builds-github-assets-prod-us-west-2/$SCRIPT_LOCATION ./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION --no-progress

0 commit comments

Comments
 (0)