- fix: Return
Error::InvalidMultiaddr
when dialed to a/dnsaddr
address See PR 5613
- Implement refactored
Transport
. See PR 4568 - Allow wss connections on IP addresses. See PR 5525.
- Add support for
/tls/ws
and keep/wss
backward compatible. See PR 5523.
- fix: Avoid websocket panic on polling after errors. See PR 5482.
- Bump
futures-rustls
to0.24.0
. This is a part of the resolution of the RUSTSEC-2023-0052. See PR 4378.
-
Raise MSRV to 1.65. See PR 3715.
-
Remove
WsConfig::use_deflate
option. This allows us to remove the dependency on thezlib
shared library. See PR 3949.
- Update to
libp2p-core
v0.39.0
.
-
Update to
libp2p-core
v0.38.0
. -
Update
rust-version
to reflect the actual MSRV: 1.60.0. See PR 3090.
- Update to
libp2p-core
v0.37.0
.
- Update to
libp2p-core
v0.36.0
.
- Update to
libp2p-core
v0.35.0
.
- Update to
libp2p-core
v0.34.0
. - Add
Transport::poll
andTransport::remove_listener
and removeTransport::Listener
forWsConfig
. See PR 2652.
-
Update to
libp2p-core
v0.33.0
. -
Remove implementation of
Clone
onWsConfig
. See PR 2682.
- Update to
libp2p-core
v0.32.0
.
-
Update dependencies.
-
Migrate to Rust edition 2021 (see PR 2339).
- Handle websocket CLOSE with reason code (see PR 2085).
-
Make default features of
libp2p-core
optional. PR 2181 -
Update dependencies.
- Update dependencies.
-
Update
libp2p-core
. -
Permit dialing
/p2p
addresses.
- Update dependencies.
- Update
libp2p-core
.
- Update
async-tls
.
- Update minimum patch version for
async-tls
.
- Update
rustls
.
- Update dependencies.
- Update dependencies.
- Update dependencies.
- Bump
libp2p-core
dependency.
- Bump
libp2p-core
dependency.
- Update
async-tls
andrustls
dependency.
- Update
libp2p-core
.
- Updated
soketto
dependency which caused some smaller API changes (PR 1603).