Releases: ipfs/go-ds-crdt
Releases · ipfs/go-ds-crdt
v0.6.2
What's Changed
- Update examples by @gammazero in #248
- Close pubsub topic when broadcaster closes by @gammazero in #247
- Fix print statement at the end of migration
Full Changelog: v0.6.1...v0.6.2
v0.6.1
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
v0.5.3
What's Changed
- fix comment typo by @shinbunbun in #216
- Update dependencies by @gammazero in #233
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
Full Changelog: v0.4.0...v0.5.1
v0.4.0
What's Changed
- feat: upgrade to boxo by @guseggert in #200
New Contributors
- @guseggert made their first contribution in #200
Full Changelog: v0.3.10...v0.4.0
v0.3.10
What's Changed
- Bump github.com/libp2p/go-libp2p-pubsub from 0.8.0 to 0.8.1 by @dependabot in #175
- Bump github.com/ipfs/go-merkledag from 0.7.0 to 0.8.0 by @dependabot in #177
- Bump github.com/ipfs/go-merkledag from 0.7.0 to 0.8.1 by @dependabot in #181
- Bump go.uber.org/multierr from 1.8.0 to 1.9.0 by @dependabot in #182
- Dependency upgrades by @hsanjuan in #198
Full Changelog: v0.3.9...v0.3.10