testdriverai 7.8.0-test.11 → 7.8.0-test.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/docs/changelog.mdx +12 -1
  2. package/package.json +1 -1
@@ -5,8 +5,19 @@ rss: true
5
5
  icon: "code-compare"
6
6
  ---
7
7
 
8
+ <Update label="v7.8.0-test.11" description="March 2026" tags={["test"]}>
9
+ This release includes all changes from v7.8.0-test.10 with version bumps across all packages. No additional user-facing changes.
10
+ </Update>
11
+
8
12
  <Update label="v7.8.0-test.10" description="March 2026" tags={["test"]}>
9
- This release includes all changes from v7.8.0-test.9 with version bumps across all packages. No additional user-facing changes.
13
+
14
+ 🔧 Improvements
15
+
16
+ - **Parallel test concurrency** — Concurrency limits are now enforced with atomic slot tracking, eliminating a race condition where multiple tests launching at the same time could all bypass the limit. If you hit your concurrency cap, the SDK waits and retries automatically.
17
+ - **Dashboard access for all plans** — Test recordings and metrics on the [dashboard](https://console.testdriver.ai) are now visible to all users, including those on the Free plan.
18
+ - **Sandbox message throttling** — High-frequency interactions no longer risk hitting connection limits. The SDK automatically paces outgoing messages during fast command sequences.
19
+ - **Windows Dashcam stability** — Web log tracking on Windows sandboxes now handles errors gracefully instead of failing the test.
20
+
10
21
  </Update>
11
22
 
12
23
  <Update label="v7.8.0-test.9" description="March 2026" tags={["test"]}>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testdriverai",
3
- "version": "7.8.0-test.11",
3
+ "version": "7.8.0-test.12",
4
4
  "description": "Next generation autonomous AI agent for end-to-end testing of web & desktop",
5
5
  "main": "sdk.js",
6
6
  "types": "sdk.d.ts",