cross-tab-worker-databus 0.20.23 → 0.20.25

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
@@ -2,6 +2,18 @@
2
2
 
3
3
  本项目遵循 [Semantic Versioning](https://semver.org/);变更记录格式参考 [Keep a Changelog](https://keepachangelog.com/)。
4
4
 
5
+ ## [0.20.25] - 2026-09-03
6
+
7
+ ### Added
8
+
9
+ - Added WebSocket, Centrifuge, and shared publication-parser compatibility coverage for legacy frames, nested envelopes, unknown fields, invalid optional metadata, and unknown worker protocol variants.
10
+
11
+ ## [0.20.24] - 2026-09-03
12
+
13
+ ### Added
14
+
15
+ - Added a long-running replay/dedup regression covering quiet-period TTL sweeps, re-acceptance after expiry, durable retention cleanup, asynchronous hydration, and lifecycle timer shutdown.
16
+
5
17
  ## [0.20.23] - 2026-09-03
6
18
 
7
19
  ### Added
package/docs/roadmap.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Roadmap
2
2
 
3
- 0.20.23 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.25 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.25 delivered scope
6
+
7
+ - Added protocol compatibility coverage for legacy and nested WebSocket/Centrifuge publication frames, unknown fields, invalid metadata, and unknown worker messages.
8
+
9
+ ## 0.20.24 delivered scope
10
+
11
+ - Added a combined replay/dedup quiet-period regression covering TTL expiry, periodic sweeps, durable retention cleanup, async hydration, and timer shutdown.
4
12
 
5
13
  ## 0.20.23 delivered scope
6
14
 
@@ -1,6 +1,14 @@
1
1
  # 路线图
2
2
 
3
- 0.20.23 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
3
+ 0.20.25 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
4
+
5
+ ## 0.20.25 已完成范围
6
+
7
+ - 新增协议兼容性覆盖:旧版与嵌套 WebSocket/Centrifuge publication 帧、未知字段、非法可选元数据和未知 worker 消息。
8
+
9
+ ## 0.20.24 已完成范围
10
+
11
+ - 新增 replay/dedup 组合长时回归,覆盖 TTL 过期、静默周期 sweep、durable retention 清理、异步 hydration 与定时器停止。
4
12
 
5
13
  ## 0.20.23 已完成范围
6
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cross-tab-worker-databus",
3
- "version": "0.20.23",
3
+ "version": "0.20.25",
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",