v1.63.3
[1.63.3] - 2026-06-26 — Yildun
Theme: blob writes are now auditable.
BlobRepositorywas constructed without an
ApplicationContext, so its create/update/delete never dispatched entity events — meaning blob
uploads emitted noEntityCreatedEventand couldn't be audited. Patch release — bugfix, no new
env, no migrations, no action required.
Fixed
BlobRepositoryis now constructed with theApplicationContext, so its create/update/delete
dispatch theirEntity{Created,Updated,Deleted}events (BaseRepository::dispatchEvent()no-ops
without a context). Blob uploads now emit anEntityCreatedEventand can be recorded by an audit/
activity consumer — previously they were silently un-audited.