cross-tab-worker-databus 0.20.13 → 0.20.15
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
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
本项目遵循 [Semantic Versioning](https://semver.org/);变更记录格式参考 [Keep a Changelog](https://keepachangelog.com/)。
|
|
4
4
|
|
|
5
|
+
## [0.20.15] - 2026-09-03
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
|
|
9
|
+
- Added transport status-flapping regression coverage to ensure repeated connection state notifications do not duplicate or lose assigned topic subscriptions.
|
|
10
|
+
|
|
11
|
+
## [0.20.14] - 2026-09-03
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Release jobs now preserve published-consumer verification failures as explicit summary diagnostics without marking an otherwise successful publish as failed; local verification remains strict.
|
|
16
|
+
|
|
5
17
|
## [0.20.13] - 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.
|
|
3
|
+
0.20.15 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.15 delivered scope
|
|
6
|
+
|
|
7
|
+
- Added transport status-flapping coverage for duplicate `connected`/`disconnected`/`error` notifications and exact topic resubscription behavior.
|
|
8
|
+
|
|
9
|
+
## 0.20.14 delivered scope
|
|
10
|
+
|
|
11
|
+
- Release jobs keep publishing successful when only the post-publish consumer diagnostic fails, while preserving the exact check outcome in the step summary; local checks remain strict.
|
|
4
12
|
|
|
5
13
|
## 0.20.13 delivered scope
|
|
6
14
|
|
package/docs/zh/roadmap.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# 路线图
|
|
2
2
|
|
|
3
|
-
0.20.
|
|
3
|
+
0.20.15 正在推进。项目会先持续完成可靠性与协议兼容性的中版本迭代,再进入 1.0.0 稳定性冻结。
|
|
4
|
+
|
|
5
|
+
## 0.20.15 已完成范围
|
|
6
|
+
|
|
7
|
+
- 新增 transport 状态抖动覆盖,验证重复 `connected`/`disconnected`/`error` 通知不会造成订阅重复或丢失。
|
|
8
|
+
|
|
9
|
+
## 0.20.14 已完成范围
|
|
10
|
+
|
|
11
|
+
- Release 仅在发布后消费者诊断失败时保留明确 summary,不再阻断已经成功的发布;本地验证仍保持严格失败。
|
|
4
12
|
|
|
5
13
|
## 0.20.13 已完成范围
|
|
6
14
|
|
package/package.json
CHANGED