You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients will dial /relay instead of /derp, this means all 0.21 nodes are only compatible with relays >= 0.20
API Changes
iroh-cli
top level commands
author -> authors
blob -> blobs
doc -> docs
tag -> tags
sub commands
new -> create
added metrics_dump_path on the top level CLI parameters, which if set will make sure metrics are collected at regular intervals and written to the provided path in CSV format.
iroh
removed deprecated
client::MemIroh use iroh::client::Iroh instead
client::QuicIroh use iroh::client::Iroh instead
client::MemDocuse iroh::client::docs::Doc instead
client::QuicDoc use iroh::client::docs::Doc instead