v0.7.0
This is a minor release, bringing some useful new features and fixing a pathology with reconnect loops.
It also implements the pruned peer backoff logic that was recently proposed in spec.
What's Changed
- feat: msgIdGenerator by @Wondertan in #468
- Add Backoff For Pruned Peers by @nisdas in #473
- Add in Backoff Filter When Grafting New Peers by @nisdas in #474
- Update README.md by @ManicDevs in #476
- fix unused GossipSubHistoryGossip, make seenMessages ttl configurable by @protolambda in #484
- Publishing option for signing a message with a custom private key by @iulianpascalau in #486
- Adds exponential backoff to re-spawing new streams for supposedly dead peers by @yhassanzadeh13 in #483
New Contributors
- @Wondertan made their first contribution in #468
- @ManicDevs made their first contribution in #476
- @iulianpascalau made their first contribution in #486
- @yhassanzadeh13 made their first contribution in #483
Full Changelog: v0.6.1...v0.7.0