Skip to content

Latest commit

 

History

History
72 lines (40 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

72 lines (40 loc) · 4.54 KB

Changelog

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

0.30.0 - 2024-12-17

⛰️ Features

🐛 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)