mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-29 02:31:20 +00:00
*: Prepare v0.41.0 (#2342)
This commit is contained in:
parent
2066a192ad
commit
4bd44c812a
12
CHANGELOG.md
12
CHANGELOG.md
@ -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`.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.30.1 [unreleased]
|
||||
# 0.30.1 [2021-11-16]
|
||||
|
||||
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.2.0 [unreleased]
|
||||
# 0.2.0 [2021-11-16]
|
||||
|
||||
- Include gossipsub metrics (see [PR 2316]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.32.0 [unreleased]
|
||||
# 0.32.0 [2021-11-16]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.34.0 [unreleased]
|
||||
# 0.34.0 [2021-11-16]
|
||||
|
||||
- Add topic and mesh metrics (see [PR 2316]).
|
||||
|
||||
|
@ -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].
|
||||
|
@ -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]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.33.0 [unreleased]
|
||||
# 0.33.0 [2021-11-16]
|
||||
|
||||
- Update dependencies.
|
||||
|
||||
|
@ -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]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.5.0 [unreleased]
|
||||
# 0.5.0 [2021-11-16]
|
||||
|
||||
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
|
||||
|
||||
|
@ -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]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# 0.14.0 [unreleased]
|
||||
# 0.14.0 [2021-11-16]
|
||||
|
||||
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
|
||||
|
||||
|
@ -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]).
|
||||
|
@ -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]).
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# v0.32.0 [unreleased]
|
||||
# v0.32.0 [2021-11-16]
|
||||
|
||||
- Handle websocket CLOSE with reason code (see [PR 2085]).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user