cross-tab-worker-databus 0.20.41 → 0.20.43

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.20.43] - 2026-09-04
4
+
5
+ ### Added
6
+
7
+ - Added repeated WebSocket stop/start cleanup coverage proving subscriptions and stale callbacks are cleared across lifecycle cycles.
8
+
9
+ ## [0.20.42] - 2026-09-04
10
+
11
+ ### Added
12
+
13
+ - Added repeated Dedicated Worker stop/start cleanup coverage proving STOP boundaries detach stale worker delivery across lifecycle cycles.
14
+
3
15
  ## [0.20.41] - 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.41 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
3
+ 0.20.43 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.43 delivered scope
6
+
7
+ - Added repeated WebSocket stop/start cleanup coverage proving subscriptions and stale callbacks are cleared across lifecycle cycles.
8
+
9
+ ## 0.20.42 delivered scope
10
+
11
+ - Added repeated Dedicated Worker stop/start cleanup coverage proving STOP boundaries detach stale worker delivery across lifecycle cycles.
4
12
 
5
13
  ## 0.20.41 delivered scope
6
14
 
@@ -1,6 +1,14 @@
1
1
  # 路线图
2
2
 
3
- 0.20.41 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
3
+ 0.20.43 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
4
+
5
+ ## 0.20.43 已完成范围
6
+
7
+ - 新增 WebSocket 多轮 stop/start 清理覆盖,验证订阅集合和旧回调会在连续生命周期切换中清除。
8
+
9
+ ## 0.20.42 已完成范围
10
+
11
+ - 新增 Dedicated Worker 多轮 stop/start 清理覆盖,验证 STOP 边界会在连续生命周期切换中隔离旧 worker 投递。
4
12
 
5
13
  ## 0.20.41 已完成范围
6
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-tab-worker-databus",
3
- "version": "0.20.41",
3
+ "version": "0.20.43",
4
4
  "description": "Framework-agnostic cross-tab data bus with Dedicated/Shared Worker clustering and Centrifuge support.",
5
5
  "type": "module",
6
6
  "license": "MIT",