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
-
iroh
endpoint::Builder::tls_x509
to enable using X.509 TLS certificates.By default iroh endpoints will now use the new
RawPublicKey
TLS 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::accept
now takesConnection
instead ofConnecting
iroh::discovery::local_swarm_discovery
toiroh::discovery::mdns
iroh::discovery::local_swarm_discovery::LocalSwarmDiscovery
toiroh::discovery::mdns::MdnsDiscovery
Reloading
certificate mode fromDER
toPEM
ProtocolHandler::accept(&self, connection: iroh::endpoint::Connection)
used to take aniroh::endpoint::Connecting
, now takes airoh::endpoint::Connection
.iroh-net-report
iroh-base
: We removed the unusedgetrandom
optional dependency. As such, there doesn't exist agetrandom
feature flag iniroh-base
anymore.MAPPED_ADDR_PORT
is removed.IpMappedAddr::socket_addr
->IpMappedAddr::private_socket_addr
⛰️ Features
netwatch::netmon::Monitor
and themetrics
feature in Wasm (#3206) - (7acfe39)DiscoveryItem::user_data
method and adjustlocally-discovered-nodes
example (#3215) - (f6b5f5c)🐛 Bug Fixes
getrandom
dependency (#3202) - (0c7a122)🚜 Refactor
magicsock::SocketState
andActorSocketState
(#3203) - (2a49265)📚 Documentation
⚙️ Miscellaneous Tasks
backoff
tobackon
(#3227) - (14795ab)This discussion was created from the release v0.34.0.
Beta Was this translation helpful? Give feedback.
All reactions