0.8.3
  
  0.8.2
- Bump version of telemetry_pollerdependency. #212
  
  0.8.1
  
  0.8.0
- Horde.DynamicSupervisorbehaviour in a netsplit has changed. Previously, when a netsplit heals,- Horde.DynamicSupervisorwould try to clean up any duplicate processes. It no longer does this, leaving that responsibility to- Horde.Registry. #196
- Horde.DynamicSupervisorand- Horde.Registrynow support the option- members: :autoto automatically detect other identically-named supervisors or registries. #184
- Horde.DynamicSupervisornow supports the option- process_redistribution: :activeto rebalance processes actively (aka, when a node joins or leaves the cluster). The default is- :passive, which only redistributes processes when a node dies or loses quorum. #164.
  
  0.7.1
- Use MFA for on_diffinstead of anonymous function, avoids passing around functions (which can be error-prone). #167.
  
  0.7.0
  
  0.6.1
- Module-based Horde.Supervisorcan overridechild_spec/1. #135
- Added guides for handling clustering, process state handoff (during deploys), and special considerations for eventual consistency to the documentation.
- Horde.Supervisornow uses libring to distribute processes over nodes. #130
- Horde.Supervisorpublishes metrics with- :telemetry(- [:horde, :supervisor, :supervised_process_count]). #132
- Horde.Supervisorand- Horde.Registrynow support option- delta_crdt_options, which you can use to tune your cluster. Also updated to the most recent DeltaCRDT. #100
  
  0.6.0