Skip to content

v1.63.3

Choose a tag to compare

@MichaelSowah MichaelSowah released this 26 Jun 23:10
6f52ba4

[1.63.3] - 2026-06-26 — Yildun

Theme: blob writes are now auditable. BlobRepository was constructed without an
ApplicationContext, so its create/update/delete never dispatched entity events — meaning blob
uploads emitted no EntityCreatedEvent and couldn't be audited. Patch release — bugfix, no new
env, no migrations, no action required.

Fixed

  • BlobRepository is now constructed with the ApplicationContext, so its create/update/delete
    dispatch their Entity{Created,Updated,Deleted} events (BaseRepository::dispatchEvent() no-ops
    without a context). Blob uploads now emit an EntityCreatedEvent and can be recorded by an audit/
    activity consumer — previously they were silently un-audited.