2021-11-15 14:17:23 +01:00
|
|
|
|
# 0.32.0 [unreleased]
|
2021-10-30 12:41:30 +02:00
|
|
|
|
|
|
|
|
|
- Use `futures-timer` instead of `wasm-timer` (see [PR 2245]).
|
2021-11-16 04:05:47 -08:00
|
|
|
|
- Filter invalid peers from cache used in `addresses_of_peer` – [PR 2338].
|
2021-10-30 12:41:30 +02:00
|
|
|
|
|
2021-11-15 14:17:23 +01:00
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2021-10-30 12:41:30 +02:00
|
|
|
|
[PR 2245]: https://github.com/libp2p/rust-libp2p/pull/2245
|
2021-11-16 04:05:47 -08:00
|
|
|
|
[PR 2338]: https://github.com/libp2p/rust-libp2p/pull/2338
|
2021-10-30 12:41:30 +02:00
|
|
|
|
|
2021-11-02 20:40:48 +01:00
|
|
|
|
# 0.31.0 [2021-11-01]
|
2021-07-22 22:34:13 +02:00
|
|
|
|
|
2021-08-18 12:08:45 +02:00
|
|
|
|
- Make default features of `libp2p-core` optional.
|
|
|
|
|
[PR 2181](https://github.com/libp2p/rust-libp2p/pull/2181)
|
|
|
|
|
|
2021-07-22 22:34:13 +02:00
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2021-10-27 18:25:37 +02:00
|
|
|
|
- Assist in peer discovery by optionally returning reported listen addresses
|
|
|
|
|
of other peers from `addresses_of_peer` (see [PR
|
|
|
|
|
2232](https://github.com/libp2p/rust-libp2p/pull/2232)), disabled by default.
|
2021-10-14 06:46:34 +11:00
|
|
|
|
|
2021-07-12 21:24:58 +02:00
|
|
|
|
# 0.30.0 [2021-07-12]
|
2021-05-27 14:04:33 +02:00
|
|
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2021-04-13 20:15:15 +02:00
|
|
|
|
# 0.29.0 [2021-04-13]
|
2021-03-18 12:47:01 +01:00
|
|
|
|
|
2021-03-22 10:53:30 +01:00
|
|
|
|
- Add support for configurable automatic push to connected peers
|
|
|
|
|
on listen addr changes. Disabled by default.
|
|
|
|
|
[PR 2004](https://github.com/libp2p/rust-libp2p/pull/2004)
|
|
|
|
|
|
2021-03-18 12:47:01 +01:00
|
|
|
|
- Implement the `/ipfs/id/push/1.0.0` protocol.
|
|
|
|
|
cf. https://github.com/libp2p/specs/tree/master/identify#identifypush
|
|
|
|
|
[PR 1999](https://github.com/libp2p/rust-libp2p/pull/1999)
|
|
|
|
|
|
2021-04-10 19:46:57 +02:00
|
|
|
|
- Emit `IdentifyEvent::Pushed` event after successfully pushing identification
|
|
|
|
|
information to peer [PR
|
|
|
|
|
2030](https://github.com/libp2p/rust-libp2p/pull/2030).
|
|
|
|
|
|
2021-03-17 15:28:13 +01:00
|
|
|
|
# 0.28.0 [2021-03-17]
|
2021-02-25 11:35:52 +01:00
|
|
|
|
|
|
|
|
|
- Update `libp2p-swarm`.
|
|
|
|
|
|
2021-03-15 12:31:21 +01:00
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2021-01-12 20:33:43 +01:00
|
|
|
|
# 0.27.0 [2021-01-12]
|
2021-01-12 12:48:37 +01:00
|
|
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2020-12-18 10:03:20 +01:00
|
|
|
|
# 0.26.0 [2020-12-17]
|
2020-12-15 14:40:39 +01:00
|
|
|
|
|
|
|
|
|
- Update `libp2p-swarm` and `libp2p-core`.
|
|
|
|
|
|
2020-11-25 15:30:13 +01:00
|
|
|
|
# 0.25.0 [2020-11-25]
|
2020-11-17 11:15:20 +01:00
|
|
|
|
|
|
|
|
|
- Update `libp2p-swarm` and `libp2p-core`.
|
|
|
|
|
|
2020-11-09 17:46:07 +01:00
|
|
|
|
# 0.24.0 [2020-11-09]
|
2020-10-31 01:51:27 +11:00
|
|
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
|
2020-10-16 20:36:47 +02:00
|
|
|
|
# 0.23.0 [2020-10-16]
|
2020-10-16 16:53:02 +02:00
|
|
|
|
|
|
|
|
|
- Update `libp2p-swarm` and `libp2p-core`.
|
|
|
|
|
|
2020-09-09 12:20:25 +02:00
|
|
|
|
# 0.22.0 [2020-09-09]
|
2020-08-23 16:57:20 +02:00
|
|
|
|
|
2020-09-03 12:31:04 +02:00
|
|
|
|
- Update `libp2p-swarm` and `libp2p-core`.
|
2020-08-23 16:57:20 +02:00
|
|
|
|
|
2020-08-18 17:04:34 +02:00
|
|
|
|
# 0.21.0 [2020-08-18]
|
2020-08-04 11:30:09 +02:00
|
|
|
|
|
|
|
|
|
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
|
|
|
|
|
2020-07-01 15:36:20 +02:00
|
|
|
|
# 0.20.0 [2020-07-01]
|
|
|
|
|
|
|
|
|
|
- Updated dependencies.
|
|
|
|
|
|
2020-06-22 11:41:28 +02:00
|
|
|
|
# 0.19.2 [2020-06-22]
|
|
|
|
|
|
2020-07-01 15:36:20 +02:00
|
|
|
|
- Updated dependencies.
|