Skip to content

Commit

Permalink
chore: prepare libp2p v0.52.4
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#4625.
  • Loading branch information
jxs authored Oct 18, 2023
1 parent 8df38eb commit 014d735
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion libp2p/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.52.4 - unreleased
## 0.52.4

- Introduce `libp2p::websocket_websys` module behind `websocket-websys` feature flag.
This supersedes the existing `libp2p::wasm_ext` module which is now deprecated.
Expand Down
2 changes: 1 addition & 1 deletion protocols/gossipsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.45.2 - unreleased
## 0.45.2

- Deprecate `gossipsub::Config::idle_timeout` in favor of `SwarmBuilder::idle_connection_timeout`.
See [PR 4648].
Expand Down
2 changes: 1 addition & 1 deletion protocols/identify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.43.1 - unreleased
## 0.43.1

- Handle partial push messages.
Previously, push messages with partial information were ignored.
Expand Down
2 changes: 1 addition & 1 deletion protocols/kad/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.44.6 - unreleased
## 0.44.6

- Rename `Kademlia` symbols to follow naming convention.
See [PR 4547].
Expand Down
2 changes: 1 addition & 1 deletion protocols/relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.16.2 - unreleased
## 0.16.2

<!-- Internal changes
Expand Down
4 changes: 2 additions & 2 deletions protocols/rendezvous/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.13.1 - unreleased
## 0.13.1
- Refresh registration upon a change in external addresses.
See [PR 4629].

[PR 4629]: https://github.com/libp2p/rust-libp2p/pull/4629

## 0.13.0
## 0.13.0

- Changed the signature of the function `client::Behavior::register()`,
it returns `Result<(), RegisterError>` now.
Expand Down
2 changes: 1 addition & 1 deletion protocols/request-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.25.2 - unreleased
## 0.25.2

- Deprecate `request_response::Config::set_connection_keep_alive` in favor of `SwarmBuilder::idle_connection_timeout`.
See [PR 4029](https://github.com/libp2p/rust-libp2p/pull/4029).
Expand Down
2 changes: 1 addition & 1 deletion protocols/upnp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.1 - unreleased
## 0.1.1

- Fix high CPU usage due to repeated generation of failure events.
See [PR 4569](https://github.com/libp2p/rust-libp2p/pull/4569).
Expand Down
2 changes: 1 addition & 1 deletion swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.43.6 - unreleased
## 0.43.6

- Deprecate `libp2p::swarm::SwarmBuilder`.
Most users should use `libp2p::SwarmBuilder`.
Expand Down
4 changes: 2 additions & 2 deletions transports/deflate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.40.1 - unreleased
## 0.40.1

- Deprecate in preparation for removal from the workspace.
See [issue 4522](https://github.com/libp2p/rust-libp2p/issues/4522) for details.
See [PR 4540](https://github.com/libp2p/rust-libp2p/pull/4540).

## 0.40.0
## 0.40.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
4 changes: 2 additions & 2 deletions transports/dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 0.40.1 - unreleased
## 0.40.1

- Remove `Dns` prefix from types like `TokioDnsConfig` and `DnsConfig` in favor of modules that describe the different variants.
Users are encouraged to import the `libp2p::dns` module and refer to types as `dns::tokio::Transport` and `dns::async_std::Transport`.
See [PR 4505].

[PR 4505]: https://github.com/libp2p/rust-libp2p/pull/4505

## 0.40.0
## 0.40.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
4 changes: 2 additions & 2 deletions transports/plaintext/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 0.40.1 - unreleased
## 0.40.1

- Rename `Plaintext2Config` to `Config` to follow naming conventions across repository.
See [PR 4535](https://github.com/libp2p/rust-libp2p/pull/4535).

## 0.40.0
## 0.40.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
4 changes: 2 additions & 2 deletions transports/pnet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## 0.23.1 - unreleased
## 0.23.1

<!-- Interal changes:
- Allow new clippy lint.
-->

## 0.23.0
## 0.23.0

- Raise MSRV to 1.65.
See [PR 3715].
Expand Down
2 changes: 1 addition & 1 deletion transports/quic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9.3 - unreleased
## 0.9.3

- No longer report error when explicit closing of a QUIC endpoint succeeds.
See [PR 4621].
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc-websys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0-alpha - unreleased
## 0.2.0-alpha

- Rename `Error::JsError` to `Error::Js`.
See [PR 4653](https://github.com/libp2p/rust-libp2p/pull/4653)
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket-websys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 - unreleased
## 0.2.0

- Add Websys Websocket transport.

Expand Down

0 comments on commit 014d735

Please sign in to comment.