chore(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.6.0 to 0.7.1
Bumps github.com/libp2p/go-libp2p-peerstore from 0.6.0 to 0.7.1.
Release notes
Sourced from github.com/libp2p/go-libp2p-peerstore's releases.
v0.7.0
What's Changed
- sync: update CI config files by
@​web3-botin libp2p/go-libp2p-peerstore#190- implement a clean shutdown for the memory address book by
@​marten-seemannin libp2p/go-libp2p-peerstore#192- optimize allocations in the memory address book by
@​marten-seemannin libp2p/go-libp2p-peerstore#191- move AddrList to pstoremen, unexport it by
@​marten-seemannin libp2p/go-libp2p-peerstore#193- remove the addr package by
@​marten-seemannin libp2p/go-libp2p-peerstore#195- remove all calls to peer.ID.Validate by
@​marten-seemannin libp2p/go-libp2p-peerstore#194- sync: update CI config files by
@​web3-botin libp2p/go-libp2p-peerstore#196- pstoremem: fix slice preallocation in GetProtocols by
@​mrd0ll4rin libp2p/go-libp2p-peerstore#198- feat: use a clock interface to better support testing for pstoremem by
@​MarcoPoloin libp2p/go-libp2p-peerstore#199- feat: Use a clock interface in pstoreds as well by
@​MarcoPoloin libp2p/go-libp2p-peerstore#200New Contributors
@​mrd0ll4rmade their first contribution in libp2p/go-libp2p-peerstore#198@​MarcoPolomade their first contribution in libp2p/go-libp2p-peerstore#199Full Changelog: https://github.com/libp2p/go-libp2p-peerstore/compare/v0.6.0...v0.7.0
Commits
caf30dfMerge pull request #202 from libp2p/MarcoPolo-patch-1fa0eab3Release v0.7.1c80216fstop using the peer.Set (#201)9f3a96bMerge pull request #200 from libp2p/marco/with-clock-21f173bdBump versionb09e128Use mock clock in pstoreds and tests3bf1f8cMerge pull request #199 from libp2p/marco/with-clock143e7c9Use a clock interface to better support testinge9c56d2pstoremem: fix slice preallocation in GetProtocols (#198)f0dc314Merge pull request #196 from libp2p/web3-bot/sync- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@EclesioMeloJunior @edwardmack didn't we bump this recently already? 🤔
@qdm12 following the @edwardmack merged PR we updated:
go-libp2p-peerstore from v0.3.0 to v0.6.0
And now it is updating to v0.7.1
Superseded by #2765.