Skip to content

Commit

Permalink
Merge branch 'master' of github.com:libp2p/rust-libp2p into update-we…
Browse files Browse the repository at this point in the history
…brtc
  • Loading branch information
jxs committed Jan 9, 2025
2 parents 91562c1 + 75b6dfe commit fa33d9f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions protocols/identify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
## 0.46.0

- Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.
See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507).
- Make `identify::Config` fields private and add getter functions.
See [PR 5663](https://github.com/libp2p/rust-libp2p/pull/5663).
- Discard `Info`s received from remote peers that contain a public key that doesn't match their peer ID.
See [PR 5707](https://github.com/libp2p/rust-libp2p/pull/5707).

## 0.45.1

- Add `hide_listen_addrs` option to prevent leaking (local) listen addresses.
See [PR 5507](https://github.com/libp2p/rust-libp2p/pull/5507).

## 0.45.0

- Address translation is moved here from `libp2p-core`.
Expand Down

0 comments on commit fa33d9f

Please sign in to comment.