2021-01-12 12:48:37 +01:00
|
|
|
# 0.28.0 [unreleased]
|
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
2020-12-18 10:03:20 +01:00
|
|
|
# 0.27.0 [2020-12-17]
|
2020-12-15 14:40:39 +01:00
|
|
|
|
|
|
|
- Update `libp2p-swarm` and `libp2p-core`.
|
|
|
|
|
2020-12-08 12:07:20 +01:00
|
|
|
# 0.26.0 [2020-12-08]
|
2020-12-03 13:30:52 +01:00
|
|
|
|
2020-12-08 11:47:35 +01:00
|
|
|
- Create multiple multicast response packets as required to avoid
|
|
|
|
hitting the limit of 9000 bytes per MDNS packet.
|
|
|
|
[PR 1877](https://github.com/libp2p/rust-libp2p/pull/1877).
|
|
|
|
|
2020-12-03 13:30:52 +01:00
|
|
|
- Detect interface changes and join the MDNS multicast
|
|
|
|
group on all interfaces as they become available.
|
|
|
|
[PR 1830](https://github.com/libp2p/rust-libp2p/pull/1830).
|
|
|
|
|
|
|
|
- Replace the use of macros for abstracting over `tokio`
|
|
|
|
and `async-std` with the use of `async-io`. As a result
|
|
|
|
there may now be an additional reactor thread running
|
|
|
|
called `async-io` when using `tokio`, with the futures
|
|
|
|
still being polled by the `tokio` runtime.
|
|
|
|
[PR 1830](https://github.com/libp2p/rust-libp2p/pull/1830).
|
|
|
|
|
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-10-05 10:11:50 +02:00
|
|
|
|
|
|
|
- Double receive buffer to 4KiB. [PR 1779](https://github.com/libp2p/rust-libp2p/pull/1779/files).
|
|
|
|
|
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-08-18 14:51:03 +02:00
|
|
|
- Allow libp2p-mdns to use either async-std or tokio to drive required UDP
|
|
|
|
socket ([PR 1699](https://github.com/libp2p/rust-libp2p/pull/1699)).
|
|
|
|
|
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.
|