v0.26.0 #2762
ramfox
announced in
Announcements
v0.26.0
#2762
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
client::Blobs::read_at
andread_at_to_bytes
now takeReadAtLen
instead ofOption<usize>
node::Node::memory
&persistent
have docs disablednode::Builder::disable_docs
node::Builder::enable_docs
iroh-net
DirectAddrInfo
now has fieldsources
, which is aHashMap
ofendpoint::Source
toDuration
. TheSource
is how we heard about the remote, and theDuration
is how long ago we heard about it. We keep only the shortestDuration
.iroh-blobs
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
quinn::TransportConfig
(#2760) - (253f4f1)iroh gossip subscribe
CLI cmd (#2751) - (90fd6f0)🐛 Bug Fixes
collection-provide
,hello-world-provide
andrpc
work again (#2749) - (25c8305)🚜 Refactor
📚 Documentation
This discussion was created from the release v0.26.0.
Beta Was this translation helpful? Give feedback.
All reactions