testdriverai 7.8.0-canary.0 → 7.8.0-test.3
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/CHANGELOG.md +8 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
## 7.8.0-
|
|
1
|
+
## 7.8.0-test.3 (2026-03-13)
|
|
2
2
|
|
|
3
3
|
## ✨ Features
|
|
4
4
|
|
|
5
|
-
- Add comprehensive find() cache permutation integration tests to improve test coverage and reliability [API] (
|
|
5
|
+
- Add comprehensive find() cache permutation integration tests to improve test coverage and reliability [API] (6a957f69)
|
|
6
|
+
- Add changelog documentation to SDK package [SDK] (6a957f69)
|
|
6
7
|
|
|
7
8
|
## 🐛 Bug Fixes
|
|
8
9
|
|
|
9
|
-
- Fix dashcam URL parsing
|
|
10
|
+
- Fix dashcam URL parsing issues that could cause recording problems [SDK] (6a957f69)
|
|
10
11
|
|
|
11
12
|
## 🔧 Maintenance
|
|
12
13
|
|
|
13
|
-
- Update subdomain routing configuration
|
|
14
|
-
- Streamline GitHub
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
|
|
18
|
-
## 📝 Documentation
|
|
19
|
-
|
|
20
|
-
- Add changelog documentation to SDK docs [SDK] (6a957f69)
|
|
21
|
-
- Expand README with additional project information and setup instructions (6a957f69)
|
|
14
|
+
- Update subdomain routing configuration for improved service connectivity [API] (6a957f69)
|
|
15
|
+
- Streamline GitHub Actions workflows by consolidating publish processes [CI] (6a957f69)
|
|
16
|
+
- Update environment configuration for test, dev, and canary deployments [Infrastructure] (6a957f69)
|
|
17
|
+
- Improve development container and VS Code task configurations [Development] (6a957f69)
|
|
22
18
|
|
|
23
19
|
## 7.8.0-test.2 (2026-03-13)
|
|
24
20
|
|