feat(startup): 支持等待 ContextLoader 启动
Publish UPM package / publish (push) Successful in 2s

This commit is contained in:
2026-08-28 03:44:10 +08:00
parent 52bda43e3c
commit 57512d9a31
7 changed files with 165 additions and 15 deletions
+15
View File
@@ -0,0 +1,15 @@
# Changelog
本文件记录 `ShrinkContext.AppAdapter` 的包内变更。
## [0.1.4] - 2026-08-28
### Added
- `ShrinkAppLoaderBootstrapper.WaitUntilStartedAsync(CancellationToken)` 支持多个调用方并发等待 ContextLoader 完成启动。
- `ShrinkAppLoaderBootstrapper.StartError` 暴露启动失败异常。
### Changed
- ContextLoader 启动失败时发布 `ShrinkAppStartFailedEvent`,等待方收到原始异常,不再依赖轮询。
- 精确依赖 `ShrinkApp.Core 0.1.3`