v0.6.0
First time running this release will trigger some maintenance on the crdt-datastore to correct incoherent values caused by bug #238. This requires visiting every key that has been deleted and writing new values, so very large datastore with many delete keys will suffer a bit of startup penalty.
What's Changed
- Dependency upgrades by @hsanjuan in #240
- feat: update globaldb example by @dozyio in #236
- Fix #238: Non converging operations with unordered deletes. Migration to fix existing datastores. by @hsanjuan in #241
- Pass contexts around by @hsanjuan in #244
- Dependency upgrades by @hsanjuan in #245
New Contributors
Full Changelog: v0.5.3...v0.6.0