multiformats/rust-multiaddr

Mark `/wss` as deprecated

Open

#100 opened on 2023年9月12日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (55 forks)github user discovery
difficulty:easyhelp wanted

Repository metrics

Stars
 (101 stars)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド