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

fix: issues discovered in kubo v0.21.0-rc1 #851

Closed Jorropo closed 1 year ago

Jorropo commented 1 year ago

See commit history. Fixes #849 Closes #850

Jorropo commented 1 year ago

Need go.mod update and squash

marten-seemann commented 1 year ago

Removing goprocess? Nice!!

github-actions[bot] commented 1 year ago

Suggested version: v0.24.1

Comparing to: v0.24.0 (diff)

Changes in go.mod file(s):

(empty)

gorelease says:

gorelease: go: updates to go.sum needed, disabled by -mod=readonly

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.