v0.92.0 #3459
ramfox
announced in
Announcements
v0.92.0
#3459
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
MdnsDiscovery::new(node_id: NodeId)
→MdnsDiscovery::new(node_id: NodeId, advertise: bool)
subscribe
method for theDiscovery
trait now returns a stream ofDiscoveryEvent
rather than aDiscoveryItem
. A discovery event now includes expiry events that notify you when a node that was passively discovered (usually by mDNS) can no longer be found.fn subscribe(&self) -> Option<BoxStream<DiscoveryItem>>
→fn subscribe(&self) -> Option<BoxStream<DiscoveryEvent>>
⛰️ Features
🐛 Bug Fixes
🚜 Refactor
RelayTransport
instead of theActiveRelayActor
(#3421) - (b791123)📚 Documentation
⚙️ Miscellaneous Tasks
test-utils
cfg forinsecure_cert
call in the transfer example (#3458) - (c81fe21)Cargo
This discussion was created from the release v0.92.0.
Beta Was this translation helpful? Give feedback.
All reactions