feat(cordis): 接入上下文组合与模组事务热替换
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
本文件记录 `ShrinkNetwork.Integration.EventBus` 在当前工作区中的包内变更。
|
||||
|
||||
## [0.1.1] - 2026-04-06
|
||||
|
||||
### Added
|
||||
|
||||
- 提供更顺手的桥接扩展:`session.PublishEventAsync(...)`、`session.RequestEventAsync(...)`、`service.BroadcastEventAsync(...)`、`service.UseEventBusBridge(...)`。
|
||||
- 把 EventBus 事件桥接分为广播事件、请求事件、增量事件三类语义。
|
||||
|
||||
### Changed
|
||||
|
||||
- 桥接层转发过程中配合 `ShrinkEventBus` 语义修正,异步路径改为以克隆/快照方式分发,降低复用事件对象带来的污染风险。
|
||||
- README 重写,补齐桥接范式、事件语义和接入说明。
|
||||
Reference in New Issue
Block a user