-
Update dependencies.
-
Migrate to Rust edition 2021 (see PR 2339).
-
Add metrics for network and configuration performance analysis (see PR 2346).
-
Improve bandwidth performance by tracking IWANTs and reducing duplicate sends (see PR 2327).
-
Implement
Serialize
andDeserialize
forMessageId
andFastMessageId
(see PR 2408) -
Fix
GossipsubConfigBuilder::build()
requiring&self
to live for'static
(see PR 2409) -
Implement Unsubscribe backoff as per libp2p specs PR 383 (see PR 2403).
-
Add topic and mesh metrics (see PR 2316).
-
Fix bug in internal peer's topics tracking (see PR 2325).
-
Use
instant
andfutures-timer
instead ofwasm-timer
(see PR 2245). -
Update dependencies.
-
Add an event to register peers that do not support the gossipsub protocol PR 2241
-
Make default features of
libp2p-core
optional. PR 2181 -
Improve internal peer tracking. PR 2175
-
Update dependencies.
-
Allow
message_id_fn
s to accept closures that capture variables. PR 2103 -
Implement std::error::Error for error types. PR 2254
-
Update dependencies.
-
Reduce log levels across the crate to lessen noisiness of libp2p-gossipsub (see PR 2101).
- Keep connections to peers in a mesh alive. Allow closing idle connections to peers not in a mesh PR-2043.
- Remove
regex-filter
feature flag thus always enablingregex::RegexSubscriptionFilter
PR 2056.
-
Update
libp2p-swarm
. -
Update dependencies.
-
Update
libp2p-swarm
. -
Update dependencies.
-
Prevent non-published messages being added to caches. PR 1930
-
Update dependencies.
-
Update dependencies.
-
Implement Gossipsub v1.1 specification. PR 1720
- Update
libp2p-swarm
andlibp2p-core
.
- Update
libp2p-swarm
andlibp2p-core
.
- Update dependencies.
- Update dependencies.
- Update
libp2p-swarm
andlibp2p-core
.
-
Add public API to list topics and peers. PR 1677.
-
Add message signing and extended privacy/validation configurations. PR 1583.
-
Debug
instance forGossipsub
. PR 1673. -
Bump
libp2p-core
andlibp2p-swarm
dependency.
- Updated dependencies.
- Maintenance release fixing linter warnings.
- Updated dependencies.