Skip to content

Releases: nerves-project-attic/system_registry

v0.8.2

20 Feb 16:25
Compare
Choose a tag to compare
  • Bug fixes
    • Update SystemRegistry.Task to use new supervisor spec

v0.8.1

15 Jan 21:11
Compare
Choose a tag to compare
  • Bug fixes
    • Updated docs and simplified code
    • Remove superfluous calls to Processor.Server.apply/1
    • Prevent calls to Kernel.get_in/3 from raising an exception

v0.8.0

19 Mar 17:57
Compare
Choose a tag to compare
  • 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.

v0.1.1

12 May 21:32
Compare
Choose a tag to compare

v0.1.1

  • Bug Fixes
    • Processes were being monitored multiple times
    • State processor was not handling deletes properly