Skip to content

gossipsub: v17.0.0

Choose a tag to compare

@tabcat tabcat released this 14 Aug 04:01
c43e093

17.0.0 (2026-08-13)

⚠ BREAKING CHANGES

  • gossipsub: gossipsub now caps the memory a single remote peer may occupy in the topics map via maxTopicBytesPerPeer (default 1 MiB, ~1000 topics per peer). Subscriptions beyond a peer's budget are ignored; raise the option to restore the previous unbounded behaviour.

Bug Fixes

  • gossipsub: bound subscribed topic bytes per peer (#3593) (d553417)