Skip to content

v8.0.0-pre.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 08:52
· 335 commits to main since this release
8e07bc6

8.0.0-pre.13 (2023-10-05)

Code Refactoring

BREAKING CHANGES

  • operator: the IEventManager is not part
    of the operator anymore. To publish events, inject the
    EventPublisher delegate and use it to publish
    events on entities with reason and message.
    The name of the events are not base32 encoded but
    hex encoded sha512 values now.