Skip to content

Commit 5f7f49b

Browse files
committed
Merge branch 'relay-v2' into pr/9
2 parents 2de96d6 + c88cff1 commit 5f7f49b

File tree

16 files changed

+3
-201
lines changed

16 files changed

+3
-201
lines changed

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-metrics"
33
edition = "2021"
44
rust-version = "1.56.1"
55
description = "Metrics for libp2p"
6-
version = "0.3.0"
6+
version = "0.1.0"
77
authors = ["Max Inden <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"

protocols/gossipsub/CHANGELOG.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,3 @@
1-
# 0.35.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
9-
# 0.34.0 [2021-11-16]
10-
11-
- Add topic and mesh metrics (see [PR 2316]).
12-
13-
- Fix bug in internal peer's topics tracking (see [PR 2325]).
14-
15-
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).
16-
17-
- Update dependencies.
18-
19-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
20-
[PR 2325]: https://github.com/libp2p/rust-libp2p/pull/2325
21-
[PR 2316]: https://github.com/libp2p/rust-libp2p/pull/2316
22-
231
# 0.33.0 [2021-11-01]
242

253
- Add an event to register peers that do not support the gossipsub protocol

protocols/identify/CHANGELOG.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
# 0.33.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
9-
# 0.32.0 [2021-11-16]
10-
11-
- Use `futures-timer` instead of `wasm-timer` (see [PR 2245]).
12-
- Filter invalid peers from cache used in `addresses_of_peer`[PR 2338].
13-
14-
- Update dependencies.
15-
16-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
17-
[PR 2338]: https://github.com/libp2p/rust-libp2p/pull/2338
18-
191
# 0.31.0 [2021-11-01]
202

213
- Make default features of `libp2p-core` optional.

protocols/kad/CHANGELOG.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
# 0.34.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
9-
# 0.33.0 [2021-11-16]
10-
11-
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).
12-
13-
- Rename `KademliaEvent::InboundRequestServed` to `KademliaEvent::InboundRequest` and move
14-
`InboundPutRecordRequest` into `InboundRequest::PutRecord` and `InboundAddProviderRequest` into
15-
`InboundRequest::AddProvider` (see [PR 2297]).
16-
17-
- Populate the `key` field when converting `KadRequestMsg::PutValue` to `proto::Message` (see [PR 2309]).
18-
19-
- Update dependencies.
20-
21-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
22-
[PR 2297]: https://github.com/libp2p/rust-libp2p/pull/2297
23-
[PR 2309]: https://github.com/libp2p/rust-libp2p/pull/2309
24-
251
# 0.32.0 [2021-11-01]
262

273
- Make default features of `libp2p-core` optional.

protocols/relay/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# 0.6.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
9-
# 0.5.0 [2021-11-16]
10-
11-
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
12-
13-
- Update dependencies.
14-
15-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
16-
171
# 0.4.0 [2021-11-01]
182

193
- Make default features of `libp2p-core` optional.

protocols/rendezvous/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
# 0.3.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
9-
# 0.2.0 [2021-11-16]
10-
11-
- Use `instant` and `futures-timer` instead of `wasm-timer` (see [PR 2245]).
12-
13-
- Update dependencies.
14-
15-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
16-
171
# 0.1.0 [2021-11-01]
182

193
- Initial release.

protocols/request-response/CHANGELOG.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
# 0.15.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Remove unused `lru` crate (see [PR 2358]).
6-
7-
- Migrate to Rust edition 2021 (see [PR 2339]).
8-
9-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
10-
[PR 2358]: https://github.com/libp2p/rust-libp2p/pull/2358
11-
12-
# 0.14.0 [2021-11-16]
13-
14-
- Use `instant` instead of `wasm-timer` (see [PR 2245]).
15-
16-
- Update dependencies.
17-
18-
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
19-
201
# 0.13.0 [2021-11-01]
212

223
- Make default features of `libp2p-core` optional.

swarm-derive/CHANGELOG.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
# 0.26.1 [unreleased]
2-
3-
- Remove unnecessary clone of error in `inject_dial_failure` (see [PR 2349]).
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
[PR 2349]: https://github.com/libp2p/rust-libp2p/pull/2349
9-
10-
# 0.26.0 [2021-11-16]
11-
12-
- Adjust to advanced dialing requests API changes (see [PR 2317]).
13-
14-
[PR 2317]: https://github.com/libp2p/rust-libp2p/pull/2317
15-
161
# 0.25.0 [2021-11-01]
172

183
- Update to latest `libp2p-swarm` changes (see [PR 2191]).

transports/deflate/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# 0.31.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
91
# 0.30.0 [2021-11-01]
102

113
- Make default features of `libp2p-core` optional.

transports/dns/CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
# 0.31.0 [unreleased]
2-
3-
- Update dependencies.
4-
5-
- Migrate to Rust edition 2021 (see [PR 2339]).
6-
7-
[PR 2339]: https://github.com/libp2p/rust-libp2p/pull/2339
8-
91
# 0.30.0 [2021-11-01]
102

113
- Make default features of `libp2p-core` optional.

0 commit comments

Comments
 (0)