Releases: libp2p/go-libp2p-pubsub
Releases · libp2p/go-libp2p-pubsub
v0.12.0
Release Highlights
This release includes the implementation of GossipSub v1.2; see libp2p/specs#548
What's Changed
- Missing flood protection check for number of message IDs when handling
Ihave
messages by @cortze in #560 - test: use the regular libp2p host by @Stebalien in #565
- Switch to the new peer notify mechanism by @Stebalien in #564
- test: test notify protocols updated by @Stebalien in #567
- Added missing Close call on the AddrBook member of GossipSubRouter by @sstanculeanu in #568
- ci: uci/copy-templates by @web3-bot in #570
- ci: disable testing on macos by @Stebalien in #571
- Re-enable disabled gossipsub test by @Stebalien in #566
- GossipSub v1.2: IDONTWANT control message and priority queue. by @ppopth in #553
- chore: upgrade go-libp2p by @sukunrt in #575
New Contributors
- @cortze made their first contribution in #560
- @sstanculeanu made their first contribution in #568
- @web3-bot made their first contribution in #570
- @ppopth made their first contribution in #553
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- chores: bump go-libp2p by @Wondertan in #558
- Fix: Own our CertifiedAddrBook by @MarcoPolo in #555
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Replace fragmentRPC with appendOrMergeRPC by @MarcoPolo in #557
- fix: Don't bother parsing an empty slice by @MarcoPolo in #556
v0.10.0
v0.9.3
v0.9.2
v0.9.1
What's Changed
- chore: update go-log dependency by @richard-ramos in #516
- fix(timecache): remove panic in first seen cache on Add by @Wondertan in #522
- Refactor timecache implementations by @vyzo in #523
Full Changelog: v0.9.0...v0.9.1
v0.9.0
v0.8.3
v0.8.2
What's Changed
- Enables injectable GossipSub router by @yhassanzadeh13 in #503
- perf: use msgio pooled buffers for received msgs by @Wondertan in #500
- perf: use msgio pooled buffers for message writes by @Wondertan in #507
- Improve handling of dead peers by @Wondertan in #508
- chore: ignore signing keys during WithLocalPublication publishing by @vgonkivs in #497
- Adds Application Specific RPC Inspector by @yhassanzadeh13 in #509
- Add docstring for WithAppSpecificRPCInspector by @lthibault in #510
New Contributors
Full Changelog: v0.8.1...v0.8.2