docs: prepare v0.51.0

A large release with lots of changes I am looking forward to. Sorry for the long release cadence.

Anything folks would like to see included that is not yet in `master`? As usual I would like to only block on bug fixes.

Pull-Request: #3491.
This commit is contained in:
Max Inden
2023-02-24 11:42:29 +01:00
committed by GitHub
parent 622d0b00de
commit 71015ee16f
30 changed files with 30 additions and 31 deletions

View File

@ -45,7 +45,7 @@
# `libp2p` facade crate
# 0.51.0 [unreleased]
# 0.51.0
- Enable `NetworkBehaviour`s to manage connections.
This deprecates `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer`.

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Move `ConnectionId` to `libp2p-swarm`. See [PR 3221].
- Move `PendingPoint` to `libp2p-swarm` and make it crate-private. See [PR 3221].

View File

@ -1,4 +1,4 @@
# 0.12.0 [unreleased]
# 0.12.0
- Update to `prometheus-client` `v0.19.0`. See [PR 3207].

View File

@ -1,4 +1,4 @@
# 0.12.1 [Unreleased]
# 0.12.1
- Update `rust-version` to reflect the actual MSRV: 1.60.0. See [PR 3090].

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.43.0 [unreleased]
# 0.43.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.10.0 [unreleased]
# 0.10.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.9.0 [unreleased]
# 0.9.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.44.0 [unreleased]
# 0.44.0
- Update to `prometheus-client` `v0.19.0`. See [PR 3207].

View File

@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.43.0 [unreleased]
# 0.43.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.43.0 [unreleased]
# 0.43.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.15.0 [unreleased]
# 0.15.0
- Rename types as per [discussion 2174].
`Relay` has been renamed to `Behaviour`.

View File

@ -1,4 +1,4 @@
# 0.12.0 [unreleased]
# 0.12.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.24.0 [unreleased]
# 0.24.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0
- Fix `NetworkBehaviour` Derive macro for generic types when `out_event` was not provided. Previously the enum generated
didn't have the `NetworkBehaviour` impl constraints whilst using the generics for `<Generic>::OutEvent`.
@ -128,4 +128,3 @@ ambiguity. [PR 1681](https://github.com/libp2p/rust-libp2p/pull/1681).
mechanism through `#[behaviour(event_process = false)]`. This is
useful if users want to process all events while polling the
swarm through `SwarmEvent::Behaviour`.

View File

@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0
- Allow `NetworkBehaviour`s to manage connections.
We deprecate `NetworkBehaviour::new_handler` and `NetworkBehaviour::addresses_of_peer` in favor of four new callbacks:

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.42.0 [unreleased]
# 0.42.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.22.2 [unreleased]
# 0.22.2
- Update `rust-version` to reflect the actual MSRV: 1.60.0. See [PR 3090].

View File

@ -1,4 +1,4 @@
# 0.7.0-alpha.2 [unreleased]
# 0.7.0-alpha.2
- Update to `libp2p-tls` `v0.2.0`.

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.
- Fix a bug where we removed any other listener in `Transport::remove_listener` except for the one with the provided `ListenerId`. See [PR 3387].

View File

@ -1,4 +1,4 @@
# 0.1.0-alpha.2 [unreleased]
# 0.1.0-alpha.2
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.39.0 [unreleased]
# 0.39.0
- Update to `libp2p-core` `v0.39.0`.

View File

@ -1,4 +1,4 @@
# 0.4.0-alpha.2 [unreleased]
# 0.4.0-alpha.2
- Update to `libp2p-noise` `v0.42.0`.

View File

@ -1,4 +1,4 @@
# 0.41.0 [unreleased]
# 0.41.0
- Update to `libp2p-core` `v0.39.0`.