v4.20.2
huggingface/speech-to-speechv4.20.2Aug 9, 2026by swilly22
AI Summary
This release introduces replication enhancements by defaulting to using effects for replication, which now includes indices and constraints. It adds query abort logic when paused and fixes constraint replication commands. It also implements logic to detect replica divergence and trigger full syncs.
Key Highlights
- Default replication using effects, extended to include indices and constraints
- Query abort logic when paused
- Fixed constraint replication command
- Replica divergence detection triggers full sync
New Features
- Replication using effects by default
- Effects extended to include indices and constraints
Full Release Notes
## What's Changed * Replicate using effects by default, extend effects to include indices and constraints #2398 * Abort query when paused #2372 * Fix constraint replication command #2261 * Detect replica divergence and trigger full sync #2247 * Queue queries on stub loading #2230 **Full Changelog**: https://github.com/FalkorDB/FalkorDB/compare/v4.20.1...v4.20.2