From effdc1ea2fbe6beb42b120e3c81f8cce43a736be Mon Sep 17 00:00:00 2001 From: Aakash Hotchandani Date: Wed, 29 Jul 2026 17:24:03 +0530 Subject: [PATCH] chore(v8): add missing changeset for #87 (SDK-6983, patch) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR #87 (SDK-6983: rescue SDK-log upload on signal termination, v8 port of #86) merged to v8 without a changeset — v8 doesn't have the changeset-from-pr auto-generator (that workflow lives only on main, #71), so no changeset was created and the Version Packages PR was never opened for this fix. This backfills the changeset from #87's Release section (patch; customer-facing note). Once merged, release.yml opens the Version Packages PR (8.49.1 -> 8.49.2). Co-Authored-By: Claude Opus 4.8 (1M context) --- .changeset/sdk-6983-rescue-log-upload-on-signal-v8.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/sdk-6983-rescue-log-upload-on-signal-v8.md diff --git a/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md b/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md new file mode 100644 index 0000000..3ea1c21 --- /dev/null +++ b/.changeset/sdk-6983-rescue-log-upload-on-signal-v8.md @@ -0,0 +1,5 @@ +--- +"@wdio/browserstack-service": patch +--- + +- Fixed SDK logs not being uploaded when a test run is interrupted (Ctrl-C or CI job cancellation); interrupted runs are now reported with their termination reason on the build record.