Files
cneicy 0d1a7d0fb5
Publish UPM package / publish (push) Successful in 3s
chore: release 0.1.5
2026-08-28 04:31:01 +08:00

22 lines
602 B
Markdown

# Changelog
本文件记录 `ShrinkContext.AppAdapter` 的包内变更。
## [0.1.5] - 2026-08-28
### Changed
- 精确依赖 `ShrinkApp.Core 0.1.4``ShrinkEventBus 2.0.1`
## [0.1.4] - 2026-08-28
### Added
- `ShrinkAppLoaderBootstrapper.WaitUntilStartedAsync(CancellationToken)` 支持多个调用方并发等待 ContextLoader 完成启动。
- `ShrinkAppLoaderBootstrapper.StartError` 暴露启动失败异常。
### Changed
- ContextLoader 启动失败时发布 `ShrinkAppStartFailedEvent`,等待方收到原始异常,不再依赖轮询。
- 精确依赖 `ShrinkApp.Core 0.1.3`