cross-tab-worker-databus 0.20.43 → 0.20.44

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.20.44] - 2026-09-04
4
+
5
+ ### Added
6
+
7
+ - Added a lifecycle contract regression proving stale WebSocket close/error callbacks cannot affect a restarted session.
8
+
3
9
  ## [0.20.43] - 2026-09-04
4
10
 
5
11
  ### Added
package/docs/roadmap.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Roadmap
2
2
 
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.
3
+ 0.20.44 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.44 delivered scope
6
+
7
+ - Added a lifecycle contract regression proving stale WebSocket close/error callbacks cannot affect a restarted session.
4
8
 
5
9
  ## 0.20.43 delivered scope
6
10
 
@@ -1,6 +1,10 @@
1
1
  # 路线图
2
2
 
3
- 0.20.43 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
3
+ 0.20.44 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
4
+
5
+ ## 0.20.44 已完成范围
6
+
7
+ - 新增生命周期契约回归,验证旧 WebSocket 的 close/error 回调不会影响重启后的会话。
4
8
 
5
9
  ## 0.20.43 已完成范围
6
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-tab-worker-databus",
3
- "version": "0.20.43",
3
+ "version": "0.20.44",
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",