multiformats / rust-multiaddr

multiaddr implementation in rust
https://crates.io/crates/multiaddr
Other
86 stars 45 forks source link

fix: Rename `Protocol::WebRTC` string rep `/webrtc` to `/webrtc-direct` #84

Closed mxinden closed 1 year ago

mxinden commented 1 year ago

Considered non-breaking change as /webrtc will still be parsed to Protocol::WebRTC and no known production deployment of libp2p-webrtc known.

See https://github.com/multiformats/multiaddr/pull/150#issuecomment-1468791586 for context.

@melekes @thomaseizinger can you take a look?

mxinden commented 1 year ago

Tagged and published.