- Use new cypher names
- Allow Epmd strategy to reconnect after connection failures
- Detect Self Signed Certificate Authority for Kubernetes Strategy
- Remove calls to deprecated
Logger.warn/2
- Correct misspell of 'Empd' -> 'Epmd' in
Cluster.Strategy.LocalEpmd
moduledoc
- Telemetry events added for tracking node connects and disconnects
- Default multicast address is now 233.252.1.32, was 230.1.1.251, commit
- Clustering strategy for the Rancher container platform (see: https://github.com/rancher/rancher)
- LocalEpmd strategy that uses epmd to discover nodes on the local host
- Gossip strategy multicast interface is used for adding multicast membership
- Configurable
connect
anddisconnect
options for implementing strategies on top of custom topologies - The ability to start libcluster for more than a single topology
- Added
polling_interval
option to Kubernetes strategy - Added ability to specify a list of hosts for the Epmd strategy to connect to on start
- Cluster.Events module, as it was redundant and unused
- Configuration format has changed significantly, please review the docs