0.93.0 #3513
ramfox
announced in
Announcements
0.93.0
#3513
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.
-
removed
MdnsDiscovery::new
is now privateMdnsDiscoveryBuilder::new
is now privateMdnsDiscovery::builder()
to create anMdnsDiscoveryBuilder
MdnsDiscoveryBuilder::default()
to create anMdnsDiscoveryBuilder
iroh::Endpoint::direct_addresses
iroh::Endpoint::home_relay
iroh::Endpoint::add_node_addr
iroh::Endpoint::remote_info
iroh::Endpoint::remote_info_iter
iroh::RemoteInfo
iroh::discovery::DiscoveryItem
added
MdnsDiscoveryBuilder::service_name()
iroh::Endpoint::online
iroh::Endpoint::watch_node_addr
changed
iroh::Endpoint::node_addr
now returns synchronously the current addressing informationiroh::Endpoint::watch_node_addr
now returns a watchable forNodeAddr
notOption<NodeAddr>
iroh::discovery::mdns::DiscoveryItem
iroh::Endpoint::latency
iroh::PublicKey::fmt_short
now returns aimpl Display
rather than aString
To use it conveniently in
tracing
orlogging
precede thefmt_short()
call with a%
:wire breaking changes
iroh.local.swarm
toirohv1
DiscoveryItem
changed fromlocal.swarm.discovery
tomdns
X-Iroh
headers for the captive portal challenges, this is currently backwards compatible and will remain so until the next release⛰️ Features
MdnsDiscoveryBuilder::service_name
method (#3482) - (9a88cc5)online
method (#3467) - (d815cae)🐛 Bug Fixes
impl<T: Discovery> Discovery for Arc<T>
(#3495) - (f5381bc)🚜 Refactor
local_endpoints
usages todirect_addresses
(#3472) - (9c8540f)📚 Documentation
⚙️ Miscellaneous Tasks
Beta Was this translation helpful? Give feedback.
All reactions