Skip to content

Latest commit

 

History

History
106 lines (62 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

106 lines (62 loc) · 2.79 KB

0.16.0 [2022-11-04]

  • Create protocol_stack for Multiaddr. See PR 60.

  • Add QuicV1 instance for Multiaddr. See PR 64.

0.15.0 [2022-10-20]

  • Add WebRTC instance for Multiaddr. See PR 59.

  • Add Certhash instance for Multiaddr. See PR 59.

  • Add support for Noise protocol. See PR 53.

  • Use multibase instead of bs58 for base58 encoding. See PR 56.

0.14.0 [2022-02-02]

  • Add support for TLS protocol (see PR 48).

  • Update to multihash v0.15 (see PR 50).

  • Update to multihash v0.16 (see [PR 51]).

0.13.0 [2021-07-08]

  • Update to multihash v0.14.0 (see PR 44).

  • Update to rand v0.8.4 (see PR 45).

0.12.0 [2021-05-26]

  • Merge multiaddr and parity-multiaddr (see PR 40).

    • Functionality to go from a u64 to a multiadddr::Protocol and back is removed. Please open an issue on multiaddr in case this is still needed.

    • Given that multiaddr::Protocol now represents both the protocol identifier as well as the protocol data (e.g. protocol identifier 55 (dns6) and protocol data some-domain.example) multiaddr::Protocol is no longer Copy.

0.11.2 [2021-03-17]

  • Add Multiaddr::ends_with().

0.11.1 [2021-02-15]

  • Update dependencies

0.11.0 [2021-01-12]

  • Update dependencies

0.10.1 [2021-01-12]

  • Fix compilation with serde-1.0.119. PR 1912

0.10.0 [2020-11-25]

  • Upgrade multihash to 0.13.

0.9.6 [2020-11-17]

  • Move the from_url module and functionality behind the url feature, enabled by default. PR 1843.

0.9.5 [2020-11-14]

  • Limit initial memory allocation in visit_seq. PR 1833.

0.9.4 [2020-11-09]

  • Update dependencies.

0.9.3 [2020-10-16]

  • Update dependencies.

0.9.2 [2020-08-31]

  • Add Ord instance for Multiaddr.

0.9.1 [2020-06-22]

  • Updated dependencies.