0.44.0
- Implement refactored
Transport. See PR 4568 - Allow wss connections on IP addresses. See PR 5525.
- Add support for
/tls/wsand keep/wssbackward compatible. See PR 5523.
0.43.2
- fix: Avoid websocket panic on polling after errors. See PR 5482.
0.43.1
0.43.0
0.42.1
- Bump
futures-rustlsto0.24.0. This is a part of the resolution of the RUSTSEC-2023-0052. See PR 4378.
0.42.0
Raise MSRV to 1.65. See PR 3715.
Remove
WsConfig::use_deflateoption. This allows us to remove the dependency on thezlibshared library. See PR 3949.
0.41.0
- Update to
libp2p-corev0.39.0.
0.40.0
Update to
libp2p-corev0.38.0.Update
rust-versionto reflect the actual MSRV: 1.60.0. See PR 3090.
0.39.0
- Update to
libp2p-corev0.37.0.
0.38.0
- Update to
libp2p-corev0.36.0.
0.37.0
- Update to
libp2p-corev0.35.0.
0.36.0
- Update to
libp2p-corev0.34.0. - Add
Transport::pollandTransport::remove_listenerand removeTransport::ListenerforWsConfig. See PR 2652.
0.35.0
Update to
libp2p-corev0.33.0.Remove implementation of
CloneonWsConfig. See PR 2682.
0.34.0 [2022-02-22]
- Update to
libp2p-corev0.32.0.
0.33.0 [2022-01-27]
Update dependencies.
Migrate to Rust edition 2021 (see PR 2339).
v0.32.0 [2021-11-16]
- Handle websocket CLOSE with reason code (see PR 2085).
0.31.0 [2021-11-01]
Make default features of
libp2p-coreoptional. PR 2181Update dependencies.
0.30.0 [2021-07-12]
- Update dependencies.
0.29.0 [2021-03-17]
Update
libp2p-core.Permit dialing
/p2paddresses.
0.28.0 [2021-01-12]
- Update dependencies.
0.27.0 [2020-12-17]
- Update
libp2p-core.
0.26.3 [2020-12-10]
- Update
async-tls.
0.26.2 [2020-12-09]
- Update minimum patch version for
async-tls.
0.26.1 [2020-12-07]
- Update
rustls.
0.26.0 [2020-11-25]
- Update dependencies.
0.25.0 [2020-11-09]
- Update dependencies.
0.24.0 [2020-10-16]
- Update dependencies.
0.23.0 [2020-09-09]
- Bump
libp2p-coredependency.
0.22.0 [2020-08-18]
- Bump
libp2p-coredependency.
0.21.1 [2020-07-09]
- Update
async-tlsandrustlsdependency.
0.21.0 [2020-07-02]
- Update
libp2p-core.
0.20.0 [2020-06-22]
- Updated
sokettodependency which caused some smaller API changes (PR 1603).