Skip to content

Releases: n0-computer/iroh-gossip

v0.31.0

14 Jan 20:34
Compare
Choose a tag to compare

What's Changed

  • chore: add project tracking by @Arqu in #28
  • chore: upgrade to iroh@v0.31.0 by @ramfox in #30

Full Changelog: v0.30.1...v0.31.0

v0.30.1

20 Dec 16:02
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Add missing Sync bound to EventStream's inner - (d7039c4)

v0.30.0

20 Dec 16:02
Compare
Choose a tag to compare

⛰️ Features

  • Remove rpc from default features - (10e9b68)
  • [breaking] Introduce builder pattern to construct Gossip (#17) - (0e6fd20)
  • Update to iroh 0.30 - (b3a5a33)

🐛 Bug Fixes

  • Improve connection handling (#22) - (61e64c7)
  • Prevent task leak for rpc handler task (#20) - (03db85d)

🚜 Refactor

  • Adapt ProtocolHandler impl (#16) - (d5285e7)
  • [breaking] Align api naming between RPC and direct calls - (35d73db)
  • Manually track dials, instead of using iroh::dialer (#21) - (2d90828)

📚 Documentation

  • Add "Getting Started" to the README and add the readme to the docs (#19) - (1625123)

v0.29.0

04 Dec 10:15
Compare
Choose a tag to compare

⛰️ Features

🐛 Bug fix

  • remove subscriptions when all senders and receivers are gone #13

🚜 Refactor

  • Use hex for debugging and display - (b487112)

⚙️ Miscellaneous Tasks