Releases: libp2p/go-libp2p-pubsub
v0.8.1
This is a patch release, adding support for using only parts of scoring configuration.
What's Changed
- Enables non-atomic validation for peer scoring parameters by @yhassanzadeh13 in #499
Full Changelog: v0.8.0...v0.8.1
v0.8.0
This is the first release to explicitly depend on go-libp2p, which is now a monorepo. The baseline dependency for this release is go-libp2p v0.22.0
What's Changed
- Gossipsub: Unsubscribe backoff by @MarcoPolo in #488
- Update Pubsub Dependencies by @nisdas in #491
- feat: WithLocalPublication option to enable local only publishing on a topic by @Wondertan in #481
- fix handling of dead peers by @vyzo in #492
- update go-libp2p to v0.22.0 by @marten-seemann in #498
New Contributors
- @MarcoPolo made their first contribution in #488
Full Changelog: v0.7.0...v0.8.0
v0.7.1
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
v0.6.1
v0.6.0
This release upgrades libp2p dependencies to plumb through datastore interface changes.
v0.5.6
v0.5.5
This is a small patch release that adds a new feature: peer filters, used by gossipsub to allow fine grained controled to the application on which peers can be part of the mesh and receive/emit gossip.
What's Changed
- Create peer filter option by @smnzhu in #451
- Remove peer filter check from subscriptions by @smnzhu in #453
New Contributors
Full Changelog: v0.5.4...v0.5.5