cross-tab-worker-databus 0.20.44 → 0.20.46
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 +12 -0
- package/docs/roadmap.md +9 -1
- package/docs/zh/roadmap.md +9 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.20.46] - 2026-09-04
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Added repeated worker capability-probe coverage proving auto backend selection remains deterministic across repeated checks.
|
|
8
|
+
|
|
9
|
+
## [0.20.45] - 2026-09-04
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Added repeated WebSocket error/restart coverage proving only the newest connection remains active.
|
|
14
|
+
|
|
3
15
|
## [0.20.44] - 2026-09-04
|
|
4
16
|
|
|
5
17
|
### Added
|
package/docs/roadmap.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# Roadmap
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.46 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
|
|
4
|
+
|
|
5
|
+
## 0.20.46 delivered scope
|
|
6
|
+
|
|
7
|
+
- Added repeated worker capability-probe coverage proving auto backend selection remains deterministic across repeated checks.
|
|
8
|
+
|
|
9
|
+
## 0.20.45 delivered scope
|
|
10
|
+
|
|
11
|
+
- Added repeated WebSocket error/restart coverage proving only the newest connection remains active.
|
|
4
12
|
|
|
5
13
|
## 0.20.44 delivered scope
|
|
6
14
|
|
package/docs/zh/roadmap.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# 路线图
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.46 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
|
|
4
|
+
|
|
5
|
+
## 0.20.46 已完成范围
|
|
6
|
+
|
|
7
|
+
- 新增重复 worker 能力探测覆盖,验证 auto backend 选择在多次探测中保持确定性。
|
|
8
|
+
|
|
9
|
+
## 0.20.45 已完成范围
|
|
10
|
+
|
|
11
|
+
- 新增 WebSocket 多轮 error/restart 覆盖,验证始终只有最新连接保持活跃。
|
|
4
12
|
|
|
5
13
|
## 0.20.44 已完成范围
|
|
6
14
|
|
package/package.json
CHANGED