v0.35.0 #3304
ramfox
announced in
Announcements
v0.35.0
#3304
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
iroh
pub fn default_from_node(url: RelayUrl, stun_port: u16) -> RelayMap
pub fn from_url(url: RelayUrl) -> RelayMap
, useFrom<RelayUrl>
insteadRouter::spawn
is now a plain function instead of anasync fn
Router::spawn
is now infallible, instead of returninganyhow::Result<()>
iroh::metrics::{MagicsockMetrics, PortmapMetrics, NetReportMetrics}
) now implementMetricsGroup
from the new version0.34
ofiroh-metrics
and no longer implement traits from[email protected]
.Core
.iroh
does not usestatic_core
feature ofiroh-metrics
. Metrics are now exposed from the subsystems that track them, see e.g.Endpoint::metrics
.Metrics
argument. You can always passDefault::default
if you don't want to unify metrics tracking with other sections.pkarr::SignedPacket
, as used as a parameter iniroh::dns::node_info::NodeInfo::to_pkarr_signed_packet
andiroh::dns::node_info::NodeInfo::from_pkarr_signed_packet
is now expectingpkarr
at major version3
instead of2
iroh-relay
From
impls forConnSendError
due to changing the underlying library⛰️ Features
net-report
method on theiroh::Endpoint
that returns aWatchable<Report>
(#3293) - (3448b4b)endpoint::Builder
(#3217) - (8a24a95)RelayMap
s from lists ofRelayUrls
(#3292) - (cd0a47a)🐛 Bug Fixes
NodeId
out of theServerName
in verifiers (#3290) - (af882a6)⚙️ Miscellaneous Tasks
echo-no-router.rs
example (#3267) - (7e13aa3)Deps
This discussion was created from the release v0.35.0.
Beta Was this translation helpful? Give feedback.
All reactions