Skip to content

Commit 06b8fe6

Browse files
committed
docs(changelog): восстановить запись 5.6.2 (AuditLogWriter [Inject]), потерянную в merge 2fc8cb9
1 parent 27bf734 commit 06b8fe6

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Assets/CoreAiUnity/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,18 @@ Unity host: **CoreAI.Source** build, EditMode / PlayMode tests, Editor menus, do
110110
active (same cooperative stop as the `CoreAI/Benchmarks/Stop Running Benchmark` menu item: finishes the
111111
current scenario, saves a partial report); shows "Stopping…" once requested.
112112

113+
## [5.6.2] - 2026-07-12
114+
115+
### Fixed
116+
117+
- **`AuditLogWriter` DI-конструктор помечен `[Inject]`.** VContainer.SourceGenerator выбирал
118+
конструктор с максимумом параметров — `internal AuditLogWriter(string folder)` (тестовый seam) — и
119+
контейнер падал на старте хоста с `VContainerException: No such registration of type: System.String`
120+
(ломался весь `LifetimeScope.Build()` в проектах, вызывающих `RegisterAuditLog()`).
121+
122+
> Примечание: hotfix-версия вне lockstep (только `com.neoxider.coreaiunity`); фикс вошёл в 5.7.0.
123+
> Секция была потеряна при merge `2fc8cb94` и восстановлена задним числом.
124+
113125
## 5.6.1 - Build-time policy registration + code-style pass (2026-07-11)
114126

115127
- **`AgentBuilder.Build()` auto-registers with the global policy** when one exists (immediate routability);

0 commit comments

Comments
 (0)