Releases: nerves-project-attic/system_registry
Releases · nerves-project-attic/system_registry
v0.8.2
v0.8.1
- 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
-
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 optionnotify_on_error: true
must be set.
v0.1.1
v0.1.1
- Bug Fixes
- Processes were being monitored multiple times
- State processor was not handling deletes properly