mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
*: Prepare v0.24.0 release (#1713)
* */CHANGELOG: Update dates * Cargo.toml: Update to 0.24.0
This commit is contained in:
parent
d3b1c5d0b0
commit
3d07a05f8b
@ -23,9 +23,10 @@
|
|||||||
- [`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.24.0 [unreleased]
|
# Version 0.24.0 [2020-08-18]
|
||||||
|
|
||||||
- Update `libp2p-core`, `libp2p-swarm` and dependent crates.
|
- Update `libp2p-core`, `libp2p-gossipsub`, `libp2p-kad`, `libp2p-mdns`,
|
||||||
|
`libp2p-ping`, `libp2p-request-response`, `libp2p-swarm` and dependent crates.
|
||||||
|
|
||||||
# Version 0.23.0 (2020-08-03)
|
# Version 0.23.0 (2020-08-03)
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Peer-to-peer networking library"
|
description = "Peer-to-peer networking library"
|
||||||
version = "0.23.0"
|
version = "0.24.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/libp2p/rust-libp2p"
|
repository = "https://github.com/libp2p/rust-libp2p"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Add `transport::Builder::multiplex_ext` for further customisation during
|
- Add `transport::Builder::multiplex_ext` for further customisation during
|
||||||
`StreamMuxer` creation. [PR 1691](https://github.com/libp2p/rust-libp2p/pull/1691).
|
`StreamMuxer` creation. [PR 1691](https://github.com/libp2p/rust-libp2p/pull/1691).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` and `libp2p-swarm` dependency.
|
- Bump `libp2p-core` and `libp2p-swarm` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Add public API to list topics and peers. [PR 1677](https://github.com/libp2p/rust-libp2p/pull/1677).
|
- Add public API to list topics and peers. [PR 1677](https://github.com/libp2p/rust-libp2p/pull/1677).
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.22.0 [unreleased]
|
# 0.22.0 [2020-08-18]
|
||||||
|
|
||||||
- Store addresses in provider records.
|
- Store addresses in provider records.
|
||||||
See [PR 1708](https://github.com/libp2p/rust-libp2p/pull/1708).
|
See [PR 1708](https://github.com/libp2p/rust-libp2p/pull/1708).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.23.0 [unreleased]
|
# 0.23.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Refactor the ping protocol for conformity by (re)using
|
- Refactor the ping protocol for conformity by (re)using
|
||||||
a single substream for outbound pings, addressing
|
a single substream for outbound pings, addressing
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.2.0 // unreleased
|
# 0.2.0 [2020-08-18]
|
||||||
|
|
||||||
- Fixed connection keep-alive, permitting connections to close due
|
- Fixed connection keep-alive, permitting connections to close due
|
||||||
to inactivity.
|
to inactivity.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Add missing delegation calls in some `ProtocolsHandler` wrappers.
|
- Add missing delegation calls in some `ProtocolsHandler` wrappers.
|
||||||
See [PR 1710](https://github.com/libp2p/rust-libp2p/pull/1710).
|
See [PR 1710](https://github.com/libp2p/rust-libp2p/pull/1710).
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Update `libp2p-core` dependency.
|
- Update `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.21.0 [unreleased]
|
# 0.21.0 [2020-08-18]
|
||||||
|
|
||||||
- Update `libp2p-core` dependency.
|
- Update `libp2p-core` dependency.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# 0.22.0 [unreleased]
|
# 0.22.0 [2020-08-18]
|
||||||
|
|
||||||
- Bump `libp2p-core` dependency.
|
- Bump `libp2p-core` dependency.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user