v0.27.0 #2822
ramfox
announced in
Announcements
v0.27.0
#2822
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.
Uh oh!
There was an error while loading. Please reload this page.
-
iroh-net
iroh-net: Endpoint::connect_by_node_id
is deprecated (to be removed next release)TEST_DNS_NODE_ORIGIN
IROH_FORCE_STAGING_RELAYS
is set to a non empty valueiroh_net::Endpoint::direct_addresses
now returns a stream yielding Items ofBTreeSet<DirectAddr>
instead ofVec<DirectAddr>
iroh-net: Endpoint::connect
now takes animpl Into<NodeAddr>
instead of aNodeAddr
NodeTicket::new
no longer returnsResult
but always succeeds (as it already did). This matches it'sFrom<NodeAddr>
impl which also never fails.⛰️ Features
🐛 Bug Fixes
generated-docs-preview
for only the last 25 PRs (#2758) - (8420674)try_send
rather thansend
so we dont block the local swarm discovery service (#2794) - (2d04306)🚜 Refactor
ConnectionType::Mixed
(#2793) - (c349c43)📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
Deps
This discussion was created from the release v0.27.0.
Beta Was this translation helpful? Give feedback.
All reactions