mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
Prepare release. (#1797)
This commit is contained in:
parent
dc56d44edb
commit
a5f210adf3
@ -23,7 +23,7 @@
|
|||||||
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
|
- [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md)
|
||||||
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
|
- [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md)
|
||||||
|
|
||||||
# Version 0.29.0 [unreleased]
|
# Version 0.29.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core`, `libp2p-floodsub`, `libp2p-gossipsub`, `libp2p-mplex`,
|
- Update `libp2p-core`, `libp2p-floodsub`, `libp2p-gossipsub`, `libp2p-mplex`,
|
||||||
`libp2p-noise`, `libp2p-plaintext`, `libp2p-pnet`, `libp2p-request-response`,
|
`libp2p-noise`, `libp2p-plaintext`, `libp2p-pnet`, `libp2p-request-response`,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Rework transport boxing and move timeout configuration
|
- Rework transport boxing and move timeout configuration
|
||||||
to the transport builder.
|
to the transport builder.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.9.3 [unreleased]
|
# 0.9.3 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.8.3 [unreleased]
|
# 0.8.3 [2020-10-16]
|
||||||
|
|
||||||
- Fix a regression resulting in a panic with the `V1Lazy` protocol.
|
- Fix a regression resulting in a panic with the `V1Lazy` protocol.
|
||||||
[PR 1783](https://github.com/libp2p/rust-libp2p/pull/1783).
|
[PR 1783](https://github.com/libp2p/rust-libp2p/pull/1783).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- More granular execution of pending flushes, better logging and
|
- More granular execution of pending flushes, better logging and
|
||||||
avoiding unnecessary hashing.
|
avoiding unnecessary hashing.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.26.0 [unreleased]
|
# 0.26.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core`.
|
- Update `libp2p-core`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-swarm` and `libp2p-core`.
|
- Update `libp2p-swarm` and `libp2p-core`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.24.0 [unreleased]
|
# 0.24.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core` and `libp2p-swarm`.
|
- Update `libp2p-core` and `libp2p-swarm`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-swarm` and `libp2p-core`.
|
- Update `libp2p-swarm` and `libp2p-core`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.25.0 [unreleased]
|
# 0.25.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-swarm` and `libp2p-core`.
|
- Update `libp2p-swarm` and `libp2p-core`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Improve error logging
|
- Improve error logging
|
||||||
[PR 1759](https://github.com/libp2p/rust-libp2p/pull/1759).
|
[PR 1759](https://github.com/libp2p/rust-libp2p/pull/1759).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.19.2 [unreleased]
|
# 0.19.2 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.4.0 [unreleased]
|
# 0.4.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Require a `Boxed` transport to be given to the `Swarm`
|
- Require a `Boxed` transport to be given to the `Swarm`
|
||||||
or `SwarmBuilder` to avoid unnecessary double-boxing of
|
or `SwarmBuilder` to avoid unnecessary double-boxing of
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core`.
|
- Update `libp2p-core`.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core` dependency.
|
- Update `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-10-16]
|
||||||
|
|
||||||
- Update `libp2p-core` dependency.
|
- Update `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.24.0 [unreleased]
|
# 0.24.0 [2020-10-16]
|
||||||
|
|
||||||
- Update dependencies.
|
- Update dependencies.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user