v0.34.0 #3238
ramfox
announced in
Announcements
v0.34.0
#3238
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.
-
irohendpoint::Builder::tls_x509to enable using X.509 TLS certificates.By default iroh endpoints will now use the new
RawPublicKeyTLS configuration. This means they will not be able to talk to older iroh nodes. If needed, the old mechanism can still be used by configuring the endpoint like this:changed:
iroh::protocol::ProtocolHandler::acceptnow takesConnectioninstead ofConnectingiroh::discovery::local_swarm_discoverytoiroh::discovery::mdnsiroh::discovery::local_swarm_discovery::LocalSwarmDiscoverytoiroh::discovery::mdns::MdnsDiscoveryReloadingcertificate mode fromDERtoPEMProtocolHandler::accept(&self, connection: iroh::endpoint::Connection)used to take aniroh::endpoint::Connecting, now takes airoh::endpoint::Connection.iroh-net-reportiroh-base: We removed the unusedgetrandomoptional dependency. As such, there doesn't exist agetrandomfeature flag iniroh-baseanymore.MAPPED_ADDR_PORTis removed.IpMappedAddr::socket_addr->IpMappedAddr::private_socket_addr⛰️ Features
netwatch::netmon::Monitorand themetricsfeature in Wasm (#3206) - (7acfe39)DiscoveryItem::user_datamethod and adjustlocally-discovered-nodesexample (#3215) - (f6b5f5c)🐛 Bug Fixes
getrandomdependency (#3202) - (0c7a122)🚜 Refactor
magicsock::SocketStateandActorSocketState(#3203) - (2a49265)📚 Documentation
⚙️ Miscellaneous Tasks
backofftobackon(#3227) - (14795ab)This discussion was created from the release v0.34.0.
Beta Was this translation helpful? Give feedback.
All reactions