testdriverai 7.9.52-test → 7.9.53-test
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.
- package/docs/changelog.mdx +27 -0
- package/package.json +1 -1
package/docs/changelog.mdx
CHANGED
|
@@ -5,6 +5,33 @@ rss: true
|
|
|
5
5
|
icon: "code-compare"
|
|
6
6
|
---
|
|
7
7
|
|
|
8
|
+
<Update label="v7.9.51-canary" description="April 2026" tags={["canary"]}>
|
|
9
|
+
|
|
10
|
+
🚀 Canary release
|
|
11
|
+
|
|
12
|
+
This release promotes changes from `v7.9.4-test` through `v7.9.51-test` to canary, rolling up all updates since `v7.9.3`.
|
|
13
|
+
|
|
14
|
+
✨ New features
|
|
15
|
+
|
|
16
|
+
- (Internal) **Autoscaling**
|
|
17
|
+
- (Internal) **End-to-end distributed tracing**
|
|
18
|
+
|
|
19
|
+
🔧 Improvements
|
|
20
|
+
|
|
21
|
+
- **Faster image matching**
|
|
22
|
+
- **Storage and infra hardening**
|
|
23
|
+
- **Sentry environment consistency**
|
|
24
|
+
- **Chrome extension interaction reliability**
|
|
25
|
+
- **Docs and onboarding refresh** — Updated v7 docs, SDK examples, and VS Code onboarding/init flows.
|
|
26
|
+
|
|
27
|
+
🐛 Bug fixes
|
|
28
|
+
|
|
29
|
+
- **Windows AMI build stability** — Fixed `chrome.exe` startup/build failures.
|
|
30
|
+
- **Realtime cleanup reliability** — Fixed connection cleanup leaks in session shutdown paths.
|
|
31
|
+
- **Environment and deployment fixes**
|
|
32
|
+
|
|
33
|
+
</Update>
|
|
34
|
+
|
|
8
35
|
<Update label="v7.8.0-test.22" description="March 2026" tags={["test"]}>
|
|
9
36
|
|
|
10
37
|
Releases test.11 through test.22 include version bumps and internal CI improvements across all packages. No new user-facing changes — see [v7.8.0-test.10](#v780-test10) for the latest updates in this release stream.
|