2020-11-25 15:30:13 +01:00
|
|
|
# 0.6.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.5.0 [2020-11-09]
|
2020-10-31 01:51:27 +11:00
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
2020-10-16 20:36:47 +02:00
|
|
|
# 0.4.0 [2020-10-16]
|
2020-09-23 21:28:15 +02:00
|
|
|
|
|
|
|
- Update dependencies.
|
|
|
|
|
2020-09-09 12:20:25 +02:00
|
|
|
# 0.3.0 [2020-09-09]
|
2020-08-23 16:57:20 +02:00
|
|
|
|
2020-09-07 17:25:15 +02:00
|
|
|
- Add support for opt-in request-based flow-control to any
|
2020-09-09 11:04:20 +02:00
|
|
|
request-response protocol via `RequestResponse::throttled()`.
|
2020-09-07 17:25:15 +02:00
|
|
|
[PR 1726](https://github.com/libp2p/rust-libp2p/pull/1726).
|
|
|
|
|
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.2.0 [2020-08-18]
|
2020-08-04 11:30:09 +02:00
|
|
|
|
2020-08-13 13:13:23 +02:00
|
|
|
- Fixed connection keep-alive, permitting connections to close due
|
|
|
|
to inactivity.
|
2020-08-04 11:30:09 +02:00
|
|
|
- Bump `libp2p-core` and `libp2p-swarm` dependencies.
|
|
|
|
|
2020-07-13 12:35:32 +02:00
|
|
|
# 0.1.1
|
|
|
|
|
|
|
|
- Always properly `close()` the substream after sending requests and
|
|
|
|
responses in the `InboundUpgrade` and `OutboundUpgrade`. Otherwise this is
|
|
|
|
left to `RequestResponseCodec::write_request` and `RequestResponseCodec::write_response`,
|
|
|
|
which can be a pitfall and lead to subtle problems (see e.g.
|
|
|
|
https://github.com/libp2p/rust-libp2p/pull/1606).
|
|
|
|
|
2020-06-29 17:08:40 +02:00
|
|
|
# 0.1.0
|
|
|
|
|
2020-07-01 15:36:20 +02:00
|
|
|
- Initial release.
|
2020-06-29 17:08:40 +02:00
|
|
|
|