Skip to content

Files

Latest commit

 

History

History
190 lines (109 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

190 lines (109 loc) · 13.8 KB

Changelog

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

0.35.0 - 2025-05-12

⛰️ Features

  • [breaking] Allow configuring the downloader when creating a blobs protocol handler (#76) - (60be4ff)

🐛 Bug Fixes

🚜 Refactor

  • [breaking] Update to latest iroh-metrics version, use non-global metrics collection (#85) - (0308a77)

⚙️ Miscellaneous Tasks

  • (deps) Bump mozilla-actions/sccache-action from 0.0.8 to 0.0.9 in the github-actions group (#79) - (d2ff3b1)
  • Post correct link to discord about flaky failures. (#83) - (ce939a2)
  • Fix redb version to the latest version that uses edition 2021 (#88) - (25af32b)
  • Update to iroh v0.35 (#91) - (8a975ec)

0.34.1 - 2025-04-07

⛰️ Features

⚙️ Miscellaneous Tasks

  • Update bao-tree dependency and get rid of iroh-blake3 dep (#81) - (2e823f6)

0.34.0 - 2025-03-18

⛰️ Features

⚙️ Miscellaneous Tasks

  • (deps) Bump mozilla-actions/sccache-action from 0.0.7 to 0.0.8 in the github-actions group (#66) - (3e9662c)
  • Update to latest iroh (#77) - (253a8c6)
  • Update lockfile - (65a84bb)

0.33.1 - 2025-03-11

🐛 Bug Fixes

  • Do not panic when parsing invalid hashes (#68) - (cfdfca0)

⚙️ Miscellaneous Tasks

0.33.1 - 2025-03-11

🐛 Bug Fixes

  • Do not panic when parsing invalid hashes (#68) - (cfdfca0)

⚙️ Miscellaneous Tasks

0.33.1 - 2025-03-11

🐛 Bug Fixes

  • Do not panic when parsing invalid hashes (#68) - (cfdfca0)

⚙️ Miscellaneous Tasks

0.33.0 - 2025-02-25

📚 Documentation

⚙️ Miscellaneous Tasks

  • Patch to use main branch of iroh dependencies (#58) - (57cb626)
  • Upgrade to latest iroh and quic-rpc (#63) - (a198ccc)

Example

0.32.0 - 2025-02-04

⛰️ Features

  • Update quic-rpc to 0.18 (#46) - (030420e)
  • [breaking] Simplify LocalPool handling (#47) - (b29991d)

⚙️ Miscellaneous Tasks

  • Fix URL to beta workflow (#50) - (5cacccb)
  • Remove individual repo project tracking (#48) - (64b6ae6)
  • Upgrade to iroh@v0.32.0 and quic-rpc@v0.18.1 (#52) - (7dccac9)

0.31.0 - 2025-01-14

⚙️ Miscellaneous Tasks

0.30.0 - 2024-12-17

⛰️ Features

  • Update to new protocolhandler (#29) - (dba7850)
  • Import iroh_base::ticket::BlobTicket and iroh_base::hash - (f9d3ae1)
  • [breaking] Update to iroh@0.30.0 (#41) - (74f1ee3)

🐛 Bug Fixes

  • [breaking] Make net_protocol feature work without rpc (#27) - (4c1446f)
  • Fix the task leak with the lazy in-mem rpc client while still keeping it lazy (#31) - (9ae2e52)
  • Fix silent failure to add data of more than ~16MB via add_bytes or add_bytes_named (#36) - (dec9643)

🚜 Refactor

  • [breaking] Make Dialer trait private and inline iroh::dialer::Dialer (#34) - (d91b2ce)
  • [breaking] Remove the migration from redb v1 (#33) - (ae91f16)
  • Simplify quinn rpc test (#39) - (60dfdbb)

📚 Documentation

  • Add "getting started" instructions to the readme (#32) - (dd6673e)

⚙️ Miscellaneous Tasks

0.29.0 - 2024-12-04

⛰️ Features

🚜 Refactor

  • Avoid get_protocol, just keep Arc<Blobs> around - (7b404f1)

📚 Documentation

  • Add simple file transfer example - (7ba883d)

🧪 Testing

  • Update iroh-test to 0.29 - (cda9756)

⚙️ Miscellaneous Tasks

Examples

  • Import examples from main repo - (1579555)

0.28.1 - 2024-11-04

🐛 Bug Fixes

  • Use correctly patched iroh-quinn and iroh-net - (b3c5f76)

⚙️ Miscellaneous Tasks

  • Release iroh-blobs version 0.28.1 - (191cd2a)