- Fix packaging.
- Bump partisan dependencies.
- Delta dissemination supports forced propagation after update.
- Added experimental Redis backend.
- Add partial replication support to the reverse topological sort behavior.
- Fix bad plumtree dependency.
- Prototype support for partial replication if you're using the default peer service manager with no broadcast trees. This feature adds the ability to make nodes interested in certain replication topics using
interested/1
anddisinterested/1
, and tag objects accordingly usingset_topic/2
andremove_topic/2
. Objects that have topics not matching the node interests will be not replicated during the normal anti-entropy process using an algorithms inspired by the Footloose protocol. This dissemination mechanism is experimental and not supported when broadcast trees are enabled, nor under any of the partially connected overlays.