Skip to content

Latest commit

 

History

History
72 lines (42 loc) · 4.68 KB

CHANGELOG.md

File metadata and controls

72 lines (42 loc) · 4.68 KB

Changelog

All notable changes to iroh-gossip will be documented in this file.

0.31.0 - 2025-01-14

⚙️ Miscellaneous Tasks

0.30.1 - 2024-12-20

🐛 Bug Fixes

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

0.30.0 - 2024-12-17

⛰️ 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)

0.29.0 - 2024-12-04

⛰️ Features

🚜 Refactor

  • Use hex for debugging and display - (b487112)

⚙️ Miscellaneous Tasks

0.28.1 - 2024-11-04

🐛 Bug Fixes

  • Update to quic-rpc@0.14 - (7b73408)
  • Use correctly patched iroh-net - (276e36a)

⚙️ Miscellaneous Tasks

  • Release iroh-gossip version 0.28.1 - (efce3e1)