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
client::Blobs::read_at and read_at_to_bytes now take ReadAtLen instead of Option<usize>
by default node::Node::memory & persistent have docs disabled
removed
node::Builder::disable_docs
added
node::Builder::enable_docs
iroh-net
struct DirectAddrInfo now has field sources, which is a HashMap of endpoint::Source to Duration. The Source is how we heard about the remote, and the Duration is how long ago we heard about it. We keep only the shortest Duration.
iroh-blobs
changed
util::local_pool::LocalPool will now install the tracing subscriber of the thread creating the pool, into each thread managed by the pool. Practically this should not break any code already managing their tracing subscribers either manually inside tasks or by setting a global subscriber before creating the pool. But if you really liked the behaviour of swallowing the logs on doing this it's a breaking change
⛰️ Features
(iroh) Disable docs by default (#2748) - (eb4c4a6)
(iroh) [breaking] Make blobs::read_at more flexible (#2756) - (33dc559)
(iroh) Allow setting a custom quinn::TransportConfig (#2760) - (253f4f1)