v4.20.2

qdm12/gluetun-serversv4.20.2Aug 9, 2026by swilly22

AI Summary

This release introduces significant changes to replication logic by defaulting to effects-based replication and extending it to include indices and constraints. It also improves query handling by aborting queries when paused and fixes issues with replica divergence detection.

Key Highlights

  • Defaulted to effects-based replication with support for indices and constraints
  • Added query abortion when the system is paused
  • Fixed constraint replication commands
  • Implemented replica divergence detection triggering full sync

New Features

  • Effects-based replication
  • Query abortion on pause

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