cross-tab-worker-databus 0.20.49 → 0.20.50
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 +6 -0
- package/docs/roadmap.md +4 -2
- package/docs/zh/roadmap.md +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/docs/roadmap.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Roadmap
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.50 is the current development line. The project is intentionally continuing through reliability-focused minor releases before a 1.0.0 stability freeze.
|
|
4
4
|
|
|
5
|
-
## 0.20.
|
|
5
|
+
## 0.20.50 delivered scope
|
|
6
|
+
|
|
7
|
+
- Added owner-handoff unsubscribe coverage proving a handed-off route is not recreated after the surviving tab unsubscribes.
|
|
6
8
|
|
|
7
9
|
- Added unsubscribe-before-reconnect coverage proving removed topics are not replayed after lifecycle recovery.
|
|
8
10
|
|
package/docs/zh/roadmap.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# 路线图
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.50 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
|
|
4
4
|
|
|
5
|
-
## 0.20.
|
|
5
|
+
## 0.20.50 已完成范围
|
|
6
|
+
|
|
7
|
+
- 新增 owner handoff 后取消订阅覆盖,验证存活 tab 取消后不会重建路由。
|
|
6
8
|
|
|
7
9
|
- 新增 reconnect 前取消订阅覆盖,验证已移除 topic 不会在恢复后重放。
|
|
8
10
|
|
package/package.json
CHANGED