v1.1.0
- Adds support for https://github.com/textileio/go-ds-mongo (#468)
- Adds a datastore copy util (#469)
Net
GetRecords
improvements (#471)- Adds "thread edges" for more efficient log/record exchange (#477)
- Adds per-log records limit (#481)
- Extends net protocol with edge exchange
- Optimizes processing log records
- Removes unnecessary signature from on-the-wire messages
- Adds testground tests
- Adds thread head counters and thread migration logic
- Adds ability to control thread log pulling with
WithNetPulling
andWithNoNetPulling
- Migrates pubsub to https://github.com/textileio/go-libp2p-pubsub-rpc
DB
- Fix notifee deadlock on listener close (#476)
- Adds real count support for limit and skip (#478)
- Fix concurrent access in DB listeners (#490)
Thanks to community contributors!