mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-09 17:46:52 +00:00
*: Prepare v0.36.0 release
This commit is contained in:
parent
45f07bf863
commit
0934b0178d
@ -42,7 +42,7 @@
|
||||
|
||||
# `libp2p` facade crate
|
||||
|
||||
## Version 0.36.0 [unreleased]
|
||||
## Version 0.36.0 [2021-03-17]
|
||||
|
||||
- Consolidate top-level utility functions for constructing development
|
||||
transports. There is now just `development_transport()` (available with default features)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- `Network::dial()` understands `/p2p` addresses and `Transport::dial`
|
||||
gets a "fully qualified" `/p2p` address when dialing a specific peer,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.11.2 [unreleased]
|
||||
# 0.11.2 [2021-03-17]
|
||||
|
||||
- Add `Multiaddr::ends_with()`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.10.3 [unreleased]
|
||||
# 0.10.3 [2021-03-17]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.31.0 [unreleased]
|
||||
# 0.31.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.29.0 [unreleased]
|
||||
# 0.29.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.29.0 [unreleased]
|
||||
# 0.29.0 [2021-03-17]
|
||||
|
||||
- Add `KademliaCaching` and `KademliaConfig::set_caching` to configure
|
||||
whether Kademlia should track, in lookups, the closest nodes to a key
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.29.0 [unreleased]
|
||||
# 0.29.0 [2021-03-17]
|
||||
|
||||
- Introduce `MdnsConfig` with configurable TTL of discovered peer
|
||||
records and configurable multicast query interval. The default
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.1.0 [unreleased]
|
||||
# 0.1.0 [2021-03-17]
|
||||
|
||||
- First release supporting all major features of the circuit relay v1
|
||||
specification. [PR 1838](https://github.com/libp2p/rust-libp2p/pull/1838).
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.10.0 [unreleased]
|
||||
# 0.10.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-swarm`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- New error variant `DialError::InvalidAddress`
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.30.0 [unreleased]
|
||||
# 0.30.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.28.0 [unreleased]
|
||||
# 0.28.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.29.0 [unreleased]
|
||||
# 0.29.0 [2021-03-17]
|
||||
|
||||
- Update `libp2p-core`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user