Skip to content

Releases: n0-computer/iroh

v0.10.0

08 Nov 10:54
Compare
Choose a tag to compare

⛰️ Features

  • (iroh-sync) Read only replicas (#1770) - (c1ebea8)
  • (iroh-sync) Queries and "views" (#1766) - (899768a)
  • Add ability to connect just by node id - (5ee69a4)

🐛 Bug Fixes

🚜 Refactor

  • ()* Rename Peer to Node in peer_map related code (#1771) - (fbeeab7)
  • (iroh-net) Remove cli ping (#1764) - (2b70426)
  • (iroh-net) Rename PeerAddr to NodeAddr, introduce NodeId alias (#1765) - (215953f)

⚙️ Miscellaneous Tasks

  • (iroh-net) Demote 'pong not received in timeout' message to debug (#1769) - (56e92ca)
  • Switch to git-cliff for changelog generation - (bcdccb3)

v0.9.0 - Stabilized Connections

31 Oct 10:50
Compare
Choose a tag to compare

Bug Fixes

Features

  • console: blob share ticket (#1746) (fa9fa83)
  • iroh: add ticket prefixes and a doctor ticket-inspect command (#1711) (2d292e3)
  • iroh: pass a runtime to Doc client to spawn close task on drop (#1758) (0c145d5)

v0.8.0 - Better sync, faster blobs

23 Oct 18:10
Compare
Choose a tag to compare

Breaking API Changes

  • iroh::baomap is now iroh_bytes::store.
  • Doc opening and closing is now more complete
    • iroh::client::Doc.leave() will stop listening to changes
    • iroh::client::DocsClient.drop_doc() will delete a doc

Bug Fixes

Features

Performance Improvements

v0.7.0 - syncing intensifies

11 Oct 19:10
Compare
Choose a tag to compare

Bug Fixes

Features

Performance Improvements

v0.6.0 - Let that sync in

25 Sep 21:06
Compare
Choose a tag to compare

v0.6.0 is a big step toward iroh 1.0. It introduces documents. See our docs pages for a detailed look at the new iroh.

Introducing documents

Documents are mutable key-value stores that authors read from, write to, and sync with, subscribing to live updates in real time. For more on documents, see the documents, uh, documentation

Iroh console is here to help

this release includes iroh console an admin, debugging, and API exploration tool. It's a REPL that can give live feedback as documents change, users sync, etc. For a detailed rundown on console commands, see the iroh command documentation

Bug Fixes

Features

v0.6.0-alpha.1 - Better Sync

05 Sep 11:20
Compare
Choose a tag to compare
Pre-release

This release includes important fixes and improvements based on recent testing. Document sync is now more correct and faster!

Bug Fixes

Features

  • get list of ConnectionInfos or an individual node's ConnectionInfo (#1435) (bdf966e)
  • iroh-sync: validate timestamps and move validation up (#1439) (4e8ff56)

v0.6.0-alpha.0 - Sync the world

28 Aug 20:36
Compare
Choose a tag to compare
Pre-release

This is the first alpha preview of iroh v0.6.0. iroh v0.6.0 is targeting a Sept 25th release date.

v0.6.0 is a big step toward iroh 1.0. It introduces documents, see our docs pages for a detailed look at the new iroh.

Introducing documents

Documents are mutable key-value stores that authors read from, write to, and sync with, subscribing to live updates in real time. For more on documents, see the docmuents, uh, documentation

iroh console is here to help

This release includes iroh console an admin, debugging, and API exploration tool. It's a REPL that can give live feedback as documents change, users sync, etc. For a detailed rundown on console commands, see the iroh command documentation

v0.5.1 - Connectivity Intensifies

18 Jul 11:40
Compare
Choose a tag to compare

First you have to find one another, before you can interact.

This release is all about finding and connecting with your peers. Before iroh could only connect with peers that were directly reachable, eg. static IP address or local LAN peers. Thanks to NATs and the various complications of IPv4 and IPv6 these are not that many machines in the world, and especially mobile devices are hard to discover.

So we are proud to present the first version of iroh with builtin NAT traversal, hole punching and automatic relaying when everything fails.

If you want to find out the details on how all of this works, header over to the [Iroh Hole Punching](https://www.notion.so/Iroh-Hole-Punching-b9a38cc228fb47328a73e71d10520418?pvs=21).

Of course that is not all, we have also fixed some pesky bugs, as well added some more features, like generic collections and pluggable authentication.

On a practical side, iroh is now split into multiple crates:

  • iroh - The CLI and main library entry point.
  • iroh-bytes - The core data transfer protocol, including resume.
  • iroh-net - Nat traversal, peer management and general networking tools.
  • iroh-metrics - Metrics collection using prometheus

This should open up more possibilities when integrating just the pieces you need from iroh into your app.

[Note: this ended up being 0.5.1 for iroh and iroh-net due to a publish issue with iroh-net@0.5.0]

v0.4.1

03 Apr 19:39
Compare
Choose a tag to compare

Bug Fixes

  • Fix for error when transferring large files (#920)

v0.4.0

29 Mar 11:31
Compare
Choose a tag to compare

Bug Fixes

Features