*: Prepare v0.41.0 (#2342)

This commit is contained in:
Max Inden 2021-11-16 16:39:42 +01:00 committed by GitHub
parent 2066a192ad
commit 4bd44c812a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 30 additions and 14 deletions

View File

@ -42,11 +42,21 @@
# `libp2p` facade crate
## Version 0.41.0 [unreleased]
## Version 0.41.0 [2021-11-16]
- Update individual crates.
- `libp2p-floodsub`
- `libp2p-gossipsub`
- `libp2p-identify`
- `libp2p-kad`
- `libp2p-mdns`
- `libp2p-metrics`
- `libp2p-ping`
- `libp2p-relay`
- `libp2p-rendezvous`
- `libp2p-request-response`
- `libp2p-swarm-derive`
- `libp2p-swarm`
- `libp2p-websocket`
- Forward `wasm-bindgen` feature to `futures-timer`, `instant`, `parking_lot`, `getrandom/js` and `rand/wasm-bindgen`.

View File

@ -1,4 +1,4 @@
# 0.30.1 [unreleased]
# 0.30.1 [2021-11-16]
- Use `instant` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# 0.2.0 [unreleased]
# 0.2.0 [2021-11-16]
- Include gossipsub metrics (see [PR 2316]).

View File

@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-11-16]
- Update dependencies.

View File

@ -1,4 +1,4 @@
# 0.34.0 [unreleased]
# 0.34.0 [2021-11-16]
- Add topic and mesh metrics (see [PR 2316]).

View File

@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-11-16]
- Use `futures-timer` instead of `wasm-timer` (see [PR 2245]).
- Filter invalid peers from cache used in `addresses_of_peer` [PR 2338].

View File

@ -1,4 +1,4 @@
# 0.33.0 [unreleased]
# 0.33.0 [2021-11-16]
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# 0.33.0 [unreleased]
# 0.33.0 [2021-11-16]
- Update dependencies.

View File

@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-11-16]
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# 0.5.0 [unreleased]
# 0.5.0 [2021-11-16]
- Use `instant` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# 0.2.0 [unreleased]
# 0.2.0 [2021-11-16]
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# 0.14.0 [unreleased]
# 0.14.0 [2021-11-16]
- Use `instant` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,3 +1,9 @@
# 0.26.0 [2021-11-16]
- Adjust to advanced dialing requests API changes (see [PR 2317]).
[PR 2317]: https://github.com/libp2p/rust-libp2p/pull/2317
# 0.25.0 [2021-11-01]
- Update to latest `libp2p-swarm` changes (see [PR 2191]).

View File

@ -1,4 +1,4 @@
# 0.32.0 [unreleased]
# 0.32.0 [2021-11-16]
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).

View File

@ -1,4 +1,4 @@
# v0.32.0 [unreleased]
# v0.32.0 [2021-11-16]
- Handle websocket CLOSE with reason code (see [PR 2085]).