rust-multiaddr icon indicating copy to clipboard operation
rust-multiaddr copied to clipboard

Mark `/wss` as deprecated

Open thomaseizinger opened this issue 2 years ago • 0 comments

According to the multiaddr spec, /wss is deprecated, see https://github.com/multiformats/multiaddr/blob/master/protocols.csv#L33.

We should reflect this in the code such that downstream users can upgrade accordingly. I'd suggest we mark it as #[deprecated] first, do a point release and remove it in 0.19.

thomaseizinger avatar Sep 12 '23 00:09 thomaseizinger