libp2p / go-libp2p-kad-dht

A Kademlia DHT implementation on go-libp2p
https://github.com/libp2p/specs/tree/master/kad-dht
MIT License
517 stars 221 forks source link

chore: migrate go-libipfs to boxo #832

Closed Jorropo closed 1 year ago

Jorropo commented 1 year ago

Depends on (tags need to be bumped):

github-actions[bot] commented 1 year ago

Suggested version: v0.22.0

Comparing to: v0.21.1 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

# github.com/libp2p/go-libp2p-kad-dht/crawler
## incompatible changes
Crawler: changed from struct{parallelism int; connectTimeout time.Duration; host github.com/libp2p/go-libp2p/core/host.Host; dhtRPC *github.com/libp2p/go-libp2p-kad-dht/pb.ProtocolMessenger} to interface{Run(ctx context.Context, startingPeers []*github.com/libp2p/go-libp2p/core/peer.AddrInfo, handleSuccess HandleQueryResult, handleFail HandleQueryFail)}
New: removed
## compatible changes
DefaultCrawler: added
NewDefaultCrawler: added
WithDialAddrExtendDuration: added

# github.com/libp2p/go-libp2p-kad-dht/fullrt
## compatible changes
WithBulkSendParallelism: added
WithCrawlInterval: added
WithCrawler: added
WithProviderManagerOptions: added
WithSuccessWaitFraction: added
WithTimeoutPerOperation: added

# github.com/libp2p/go-libp2p-kad-dht/providers
## incompatible changes
ProviderAddrTTL: value changed from 1800000000000 to 86400000000000

# diagnostics
required module github.com/microcosm-cc/bluemonday@v1.0.1 retracted by module author: Retract older versions as only latest is to be depended upon

# summary
Suggested version: v0.22.0

gocompat says:

Your branch is up to date with 'origin/master'.

Cutting a Release (and modifying non-markdown files)

This PR is modifying both version.json and non-markdown files. The Release Checker is not able to analyse files that are not checked in to master. This might cause the above analysis to be inaccurate. Please consider performing all the code changes in a separate PR before cutting the release.

Automatically created GitHub Release

A draft GitHub Release has been created. It is going to be published when this PR is merged. You can modify its' body to include any release notes you wish to include with the release.