v0.28.1 #2902
ramfox
announced in
Announcements
v0.28.1
#2902
Replies: 1 comment 1 reply
-
If the iroh CLI is deprecated, is the intended usage of iroh from here on solely as a library? Would you discourage a third party from developing a new CLI or adopting the old one? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🛑 deprecations
iroh-blobs
,iroh-docs
,iroh-gossip
will not longer be re-exported in iroh and must be added as their own crates by v0.29.0Node::client
is deprecated and will be removed in v0.29.0iroh-net
secret_key
property of theiroh-relay
configiroh_net::relay::server::ServerActorTask::secret_key
iroh_net::relay::server::ServerActorTask::public_key
iroh_net::relay::server::ServerActorTask::meta_cert
secret_key
iniroh_net::relay::server::RelayConfig
iroh_net::portmapper
is moved to its own crate:portmapper
iroh_net::net
has been split and added to thenetwatch
crateiroh_net::relay::server::ServerActorTask::new
now takes no argumentsMagicsockMetrics
is now#[non_exhaustive]
. This allows us to add more metrics without breaking backwards compatibility in the future. The struct is not meant to be constructed outside ofiroh-net
anyways.iroh-base
iroh_base::rpc::RpcError
iroh_base::rpc::RpcResult
iroh
iroh::node::ProtocolHandler
->iroh::router::ProtocolHandler
🐛 Bug Fixes
📚 Documentation
⚙️ Miscellaneous Tasks
Beta Was this translation helpful? Give feedback.
All reactions