v8.0.0-pre.13
Pre-release
Pre-release
·
335 commits
to main
since this release
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.