Skip to content

Latest commit

 

History

History
120 lines (86 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

120 lines (86 loc) · 12.2 KB

Changelog

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

0.32.0 - 2025-02-05

⚙️ Miscellaneous Tasks

  • Remove individual repo project tracking (#29) - (7c4c871)
  • Upgrade to iroh, iroh-gossip, and iroh-blobs v0.32.0 (#33) - (85ea65d)

0.31.0 - 2025-01-14

⚙️ Miscellaneous Tasks

0.30.0 - 2024-12-17

⛰️ Features

  • [breaking] Remove rpc from the default feature flag set - (5897668)
  • [breaking] Add Docs which wraps the Engine (#18) - (857f0dc)
  • [breaking] Update to iroh@0.30.0 & MSRV 1.81 - (31b6698)

🚜 Refactor

📚 Documentation

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

0.29.0 - 2024-12-04

⛰️ Features

🚜 Refactor

  • Extract RPC definitions into here - (176715a)
  • Remove all blobs gc related tests - (c63bae3)
  • Switch to hex - (e8fa3da)

⚙️ Miscellaneous Tasks

[0.28.0] - 2024-11-04

⛰️ Features

  • (iroh-gossip) Configure the max message size (#2340) - (8815bed)
  • (iroh-net) [breaking] Improve initial connection latency (#2234) - (62afe07)
  • (iroh-net) Own the public QUIC API (#2279) - (6f4c35e)
  • (iroh-net) [breaking] Upgrade to Quinn 0.11 and Rustls 0.23 (#2595) - (add0bc3)
  • [breaking] New quic-rpc, simlified generics, bump MSRV to 1.76 (#2268) - (9c49883)
  • Set derive_more to 1.0.0 (no beta!) (#2736) - (9e517d0)
  • Ci (#1) - (6b2c973)

🐛 Bug Fixes

  • (docs) Prevent deadlocks with streams returned from docs actor (#2346) - (6251369)
  • (iroh-docs) Ensure docs db write txn gets closed regularly under all circumstances (#2474) - (ea226dd)
  • (iroh-docs) [breaking] Add flush_store and use it to make sure the default author is persisted (#2471) - (f67a8b1)
  • (iroh-docs) Do not dial invalid peers (#2470) - (dc7645e)
  • (iroh-net) Prevent adding addressing info that points back to us (#2333) - (54d5991)
  • (iroh-net) Fix a compiler error with newer derive_more versions (#2578) - (3f93765)
  • (iroh-net) [breaking] DiscoveredDirectAddrs need to update the timestamp (#2808) - (916aedd)
  • Properly wait for docs engine shutdown (#2389) - (5b48493)
  • Pin derive_more to avoid sudden breakages (#2584) - (cfda981)

🚜 Refactor

  • (iroh) [breaking] Remove tags from downloader (#2348) - (38f75de)
  • (iroh-docs) Replace flume with async_channel in docs (#2540) - (335b6b1)
  • (iroh-net) [breaking] Rename MagicEndpoint -> Endpoint (#2287) - (86e7c07)
  • Renames iroh-sync & iroh-bytes (#2271) - (f1c3cf9)
  • Move docs engine into iroh-docs (#2343) - (28cf40b)
  • [breaking] Metrics (#2464) - (4938055)
  • [breaking] Migrate to tokio's AbortOnDropHandle (#2701) - (cf05227)
  • Extract ProtocolHandler impl into here - (16bc7fe)

📚 Documentation

⚙️ Miscellaneous Tasks