Skip to content

v1.1.0

Compare
Choose a tag to compare
@sanderpick sanderpick released this 22 Aug 05:19
· 32 commits to master since this release
aeec4dd

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 and WithNoNetPulling
  • 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!

@dgtony
@mcrakhman
@chad
@bbigras