diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c25ea28..73052a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ - [`parity-multiaddr` CHANGELOG](misc/multiaddr/CHANGELOG.md) - [`libp2p-core-derive` CHANGELOG](misc/core-derive/CHANGELOG.md) -# Version 0.30.0 [unreleased] +# Version 0.30.0 [2020-11-09] - Update `libp2p-mdns`, `libp2p-tcp` and `libp2p-uds` as well as `libp2p-core` and all its dependers. diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 28a7abba..10fe52ec 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Remove `ConnectionInfo` trait and replace it with `PeerId` everywhere. This was already effectively the case because diff --git a/misc/multistream-select/CHANGELOG.md b/misc/multistream-select/CHANGELOG.md index d81960df..ac24466f 100644 --- a/misc/multistream-select/CHANGELOG.md +++ b/misc/multistream-select/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.8.5 [unreleased] +# 0.8.5 [2020-11-09] - During negotiation do not interpret EOF error as an IO error, but instead as a negotiation error. See https://github.com/libp2p/rust-libp2p/pull/1823. diff --git a/muxers/mplex/CHANGELOG.md b/muxers/mplex/CHANGELOG.md index 4ace9b94..fc2b7f19 100644 --- a/muxers/mplex/CHANGELOG.md +++ b/muxers/mplex/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Change the default configuration to use `MaxBufferBehaviour::Block` and yield from waiting for the next substream or reading from a @@ -7,6 +7,7 @@ chance to read from the buffer(s) before the `MaxBufferBehaviour` takes effect. This is primarily relevant for `MaxBufferBehaviour::ResetStream`. + [PR 1825](https://github.com/libp2p/rust-libp2p/pull/1825/). - Tweak the naming in the `MplexConfig` API for better consistency with `libp2p-yamux`. diff --git a/muxers/yamux/CHANGELOG.md b/muxers/yamux/CHANGELOG.md index aec332ca..819b6782 100644 --- a/muxers/yamux/CHANGELOG.md +++ b/muxers/yamux/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.27.0 [unreleased] +# 0.27.0 [2020-11-09] - Tweak the naming in the `MplexConfig` API for better consistency with `libp2p-mplex`. diff --git a/protocols/deflate/CHANGELOG.md b/protocols/deflate/CHANGELOG.md index a7451c9f..1741e693 100644 --- a/protocols/deflate/CHANGELOG.md +++ b/protocols/deflate/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/floodsub/CHANGELOG.md b/protocols/floodsub/CHANGELOG.md index 3632206d..3995f183 100644 --- a/protocols/floodsub/CHANGELOG.md +++ b/protocols/floodsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/gossipsub/CHANGELOG.md b/protocols/gossipsub/CHANGELOG.md index 215c7610..880b743e 100644 --- a/protocols/gossipsub/CHANGELOG.md +++ b/protocols/gossipsub/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/identify/CHANGELOG.md b/protocols/identify/CHANGELOG.md index 68cc1635..0ae41665 100644 --- a/protocols/identify/CHANGELOG.md +++ b/protocols/identify/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/kad/CHANGELOG.md b/protocols/kad/CHANGELOG.md index 540d4b55..030d6f27 100644 --- a/protocols/kad/CHANGELOG.md +++ b/protocols/kad/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.25.0 [unreleased] +# 0.25.0 [2020-11-09] - Upon newly established connections, delay routing table updates until after the configured protocol name has diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 5f5175c5..bebc82b6 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/noise/CHANGELOG.md b/protocols/noise/CHANGELOG.md index ffbb292f..99818b7b 100644 --- a/protocols/noise/CHANGELOG.md +++ b/protocols/noise/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.26.0 [unreleased] +# 0.26.0 [2020-11-09] - Update dependencies. diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md index 6b57940b..a393c52e 100644 --- a/protocols/ping/CHANGELOG.md +++ b/protocols/ping/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/plaintext/CHANGELOG.md b/protocols/plaintext/CHANGELOG.md index 14d587d1..4b37cd4b 100644 --- a/protocols/plaintext/CHANGELOG.md +++ b/protocols/plaintext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/protocols/request-response/CHANGELOG.md b/protocols/request-response/CHANGELOG.md index dded86a6..7e70804a 100644 --- a/protocols/request-response/CHANGELOG.md +++ b/protocols/request-response/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.5.0 [unreleased] +# 0.5.0 [2020-11-09] - Update dependencies. diff --git a/protocols/secio/CHANGELOG.md b/protocols/secio/CHANGELOG.md index ebe22110..9abfe808 100644 --- a/protocols/secio/CHANGELOG.md +++ b/protocols/secio/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 1042bc43..cf727919 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/transports/dns/CHANGELOG.md b/transports/dns/CHANGELOG.md index 4dfa9b24..f0a9481e 100644 --- a/transports/dns/CHANGELOG.md +++ b/transports/dns/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/transports/tcp/CHANGELOG.md b/transports/tcp/CHANGELOG.md index af2c2547..8f7e865f 100644 --- a/transports/tcp/CHANGELOG.md +++ b/transports/tcp/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/transports/uds/CHANGELOG.md b/transports/uds/CHANGELOG.md index 4b98c00f..893614cc 100644 --- a/transports/uds/CHANGELOG.md +++ b/transports/uds/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Update dependencies. diff --git a/transports/wasm-ext/CHANGELOG.md b/transports/wasm-ext/CHANGELOG.md index 33f3bfae..dfdafbb6 100644 --- a/transports/wasm-ext/CHANGELOG.md +++ b/transports/wasm-ext/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.24.0 [unreleased] +# 0.24.0 [2020-11-09] - Fix the WebSocket implementation parsing `x-parity-ws` multiaddresses as `x-parity-wss`. - Update dependencies. diff --git a/transports/websocket/CHANGELOG.md b/transports/websocket/CHANGELOG.md index 5831952d..650039dc 100644 --- a/transports/websocket/CHANGELOG.md +++ b/transports/websocket/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.25.0 [unreleased] +# 0.25.0 [2020-11-09] - Update dependencies.