Skip to content

Version 6.0.5

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 03 Jul 11:48
· 12 commits to master since this release
18f62a1

This patch release makes the emitter pause for 5 seconds in case events fail to be removed from the event store. This aims to reduce the number of duplicates caused in case of issues with removing events from the SQLite event store.

It also adds a warning to the API docs that the self-describing event and entity data may needs to be serializable to JSON.

Bug fixes

  • Stop sending if events fail to be removed from the event store
  • Add warning for the serialization of data in self-describing event and entity (#898)