You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libp2p-noise = { version = "0.44.0", path = "transports/noise" }
95
95
libp2p-perf = { version = "0.3.1", path = "protocols/perf" }
96
-
libp2p-ping = { version = "0.44.1", path = "protocols/ping" }
96
+
libp2p-ping = { version = "0.44.2", path = "protocols/ping" }
97
97
libp2p-plaintext = { version = "0.41.0", path = "transports/plaintext" }
98
98
libp2p-pnet = { version = "0.24.0", path = "transports/pnet" }
99
99
libp2p-quic = { version = "0.10.3", path = "transports/quic" }
100
100
libp2p-relay = { version = "0.17.3", path = "protocols/relay" }
101
101
libp2p-rendezvous = { version = "0.14.1", path = "protocols/rendezvous" }
102
-
libp2p-request-response = { version = "0.26.3", path = "protocols/request-response" }
102
+
libp2p-request-response = { version = "0.26.4", path = "protocols/request-response" }
103
103
libp2p-server = { version = "0.12.7", path = "misc/server" }
104
104
libp2p-stream = { version = "0.1.0-alpha.1", path = "protocols/stream" }
105
-
libp2p-swarm = { version = "0.44.2", path = "swarm" }
105
+
libp2p-swarm = { version = "0.44.3", path = "swarm" }
106
106
libp2p-swarm-derive = { version = "=0.34.2", path = "swarm-derive" } # `libp2p-swarm-derive` may not be compatible with different `libp2p-swarm` non-breaking releases. E.g. `libp2p-swarm` might introduce a new enum variant `FromSwarm` (which is `#[non-exhaustive]`) in a non-breaking release. Older versions of `libp2p-swarm-derive` would not forward this enum variant within the `NetworkBehaviour` hierarchy. Thus the version pinning is required.
107
107
libp2p-swarm-test = { version = "0.3.0", path = "swarm-test" }
108
108
libp2p-tcp = { version = "0.41.1", path = "transports/tcp" }
Copy file name to clipboardExpand all lines: protocols/kad/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## 0.46.0 -- unreleased
1
+
## 0.46.0
2
2
3
3
- Changed `FIND_NODE` response: now includes a list of closest peers when querying the recipient peer ID. Previously, this request yielded an empty response.
4
4
See [PR 5270](https://github.com/libp2p/rust-libp2p/pull/5270)
0 commit comments