- Update to multihash
v0.17. See PR 63.
-
Add
WebRTCinstance forMultiaddr. See PR 59. -
Add
Certhashinstance forMultiaddr. See PR 59. -
Add support for Noise protocol. See PR 53.
-
Use
multibaseinstead ofbs58for base58 encoding. See PR 56.
-
Add support for TLS protocol (see PR 48).
-
Update to
multihashv0.15(see PR 50). -
Update to
multihashv0.16(see [PR 51]).
-
Merge multiaddr and parity-multiaddr (see PR 40).
-
Functionality to go from a
u64to amultiadddr::Protocoland back is removed. Please open an issue on multiaddr in case this is still needed. -
Given that
multiaddr::Protocolnow represents both the protocol identifier as well as the protocol data (e.g. protocol identifier55(dns6) and protocol datasome-domain.example)multiaddr::Protocolis no longerCopy.
-
- Add
Multiaddr::ends_with().
- Update dependencies
- Update dependencies
- Fix compilation with serde-1.0.119. PR 1912
- Upgrade multihash to
0.13.
- Move the
from_urlmodule and functionality behind theurlfeature, enabled by default. PR 1843.
- Limit initial memory allocation in
visit_seq. PR 1833.
- Update dependencies.
- Update dependencies.
- Add
Ordinstance forMultiaddr.
- Updated dependencies.