diff --git a/.changeset/pr-86.md b/.changeset/pr-86.md deleted file mode 100644 index 4c68ac7..0000000 --- a/.changeset/pr-86.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wdio/browserstack-service": minor ---- - -- Fixed SDK logs not being uploaded when a test run is interrupted (Ctrl-C or CI job cancellation); interrupted runs are now correctly reported with their termination reason. diff --git a/.changeset/pr-89.md b/.changeset/pr-89.md deleted file mode 100644 index 8941469..0000000 --- a/.changeset/pr-89.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@wdio/browserstack-service": patch ---- - -- Read the `apis` service-URL map from the binary's new `config.sessionData` bucket (SDK-6821 session.config split), with the flat `config.apis` as backward-compat fallback. Single-point change in `setConfig`; verified `npm run build` clean and the vitest suite shows zero new failures vs main (68 pre-existing environmental failures identical on both). diff --git a/packages/browserstack-service/CHANGELOG.md b/packages/browserstack-service/CHANGELOG.md index a532417..4f5d5c5 100644 --- a/packages/browserstack-service/CHANGELOG.md +++ b/packages/browserstack-service/CHANGELOG.md @@ -1,5 +1,15 @@ # @wdio/browserstack-service +## 9.33.0 + +### Minor Changes + +- e99828d: - Fixed SDK logs not being uploaded when a test run is interrupted (Ctrl-C or CI job cancellation); interrupted runs are now correctly reported with their termination reason. + +### Patch Changes + +- 74c2682: - Read the `apis` service-URL map from the binary's new `config.sessionData` bucket (SDK-6821 session.config split), with the flat `config.apis` as backward-compat fallback. Single-point change in `setConfig`; verified `npm run build` clean and the vitest suite shows zero new failures vs main (68 pre-existing environmental failures identical on both). + ## 9.32.1 ### Patch Changes diff --git a/packages/browserstack-service/package.json b/packages/browserstack-service/package.json index e7aa206..6128ad0 100644 --- a/packages/browserstack-service/package.json +++ b/packages/browserstack-service/package.json @@ -1,6 +1,6 @@ { "name": "@wdio/browserstack-service", - "version": "9.32.1", + "version": "9.33.0", "description": "WebdriverIO service for better Browserstack integration", "author": "BrowserStack ", "homepage": "https://github.com/browserstack/wdio-browserstack-service",