rust-multiaddr
rust-multiaddr copied to clipboard
`/webrtc` `/webrtc-direct` rename proceeding
Tracking next steps to do the /webrtc -> /webrtc-direct rename (https://github.com/multiformats/multiaddr/pull/150#issuecomment-1468791586) with potential for collision with the introduction of /webrtc (browser-to-browser) https://github.com/multiformats/rust-multiaddr/pull/79.
- [x] Release https://github.com/multiformats/rust-multiaddr/pull/84 as non-breaking change
- [ ] Release breaking change from
Protocol::WebRTCtoProtocol::WebRTCDirecthttps://github.com/multiformats/rust-multiaddr/pull/78. - [ ] Release https://github.com/multiformats/rust-multiaddr/pull/79 as a non-breaking change.
Should this be added to the v0.19 Milestone? Also, is there any help that is needed to roll forward with this? I have a project that would really benefit from the /webrtc browser-browser transport
Actually it looks like https://github.com/multiformats/rust-multiaddr/pull/110 will fix this issue, too. Along with several others