feat(cordis): 接入上下文组合与模组事务热替换

This commit is contained in:
2026-08-16 23:20:40 +08:00
commit ad256f109b
676 changed files with 52168 additions and 0 deletions
@@ -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 重写,补齐桥接范式、事件语义和接入说明。