v4.20.2
CoreBunch/Instaticv4.20.2Aug 9, 2026by swilly22
AI Summary
Introduces significant replication improvements by defaulting to effect-based replication for indices and constraints. It also enhances query stability by aborting paused queries and implementing robust divergence detection.
Key Highlights
- Replication now uses effects by default, including indices and constraints.
- Queries are now aborted when the system is paused.
- Replica divergence is detected, triggering a full sync automatically.
- Queries are queued during stub loading to prevent failures.
New Features
- Effect-based replication for indices and constraints.
- Query abortion mechanism for paused states.
- Replica divergence detection and synchronization.
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