Skip to content

v0.8.0

Compare
Choose a tag to compare
@mobileoverlord mobileoverlord released this 19 Mar 17:57
· 22 commits to master since this release
  • Enhancements

    • Decouple producers from global state server.

    Prior to 0.8.0, committing transactions would block system_registry until the
    transaction was applied or rejected. Callers are now detached from the global
    state server.

    Important note:
    This change in behaviour means that transactions that fail validation
    will not return an error immediately. Instead, if a process is interested
    in errors, the transaction option notify_on_error: true must be set.