File tree Expand file tree Collapse file tree 16 files changed +3
-201
lines changed
Expand file tree Collapse file tree 16 files changed +3
-201
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "libp2p-metrics"
33edition = " 2021"
44rust-version = " 1.56.1"
55description = " Metrics for libp2p"
6- version = " 0.3 .0"
6+ version = " 0.1 .0"
77authors = [
" Max Inden <[email protected] >" ]
88license = " MIT"
99repository = " https://github.com/libp2p/rust-libp2p"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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] ).
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments