gossip 2.1.3
gossip: ^2.1.3 copied to clipboard
A Dart library for implementing gossip-based distributed event synchronization with vector clocks, anti-entropy, and peer-to-peer messaging
2.1.3 #
- lots of little stability improvements
2.1.2 #
- Deduplicate event notifications
2.1.1 #
- FIX(gossip): added missing async package dependency.
2.1.0 #
- Added a unifed onEvent stream
2.0.1 #
- fix(gosoved a premature clock save that could lead to dropped events
2.0.0 #
- Bump "gossip" to
2.0.0
.
1.0.12 #
1.0.11 #
1.0.10 #
- Bump "gossip" to
1.0.10
.
1.0.9 #
1.0.8 #
1.0.7 #
1.0.6 #
1.0.5 #
- Bump "gossip" to
1.0.5
.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.1 - 2024-12-30 #
Added #
- Initial stable release
- Gossip-based distributed event synchronization
- Vector clock implementation for causal ordering
- Anti-entropy mechanisms for eventual consistency
- Peer-to-peer messaging capabilities
- Memory-based event store
- Comprehensive event handling and validation
- Transport layer abstraction for network communication
Features #
- Event creation and management
- Node discovery and peer management
- Configurable gossip parameters
- Vector clock persistence support
- Exception handling for distributed scenarios