generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.21.0 #622
Merged
Merged
Release v0.21.0 #622
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1bcd545 - Browse repository at this point
Copy the full SHA 1bcd545View commit details
Commits on May 27, 2024
-
Merge pull request #614 from ipfs/merge-release-v0.20.0
Merge release v0.20.0
Configuration menu - View commit details
-
Copy full SHA for 625ba76 - Browse repository at this point
Copy the full SHA 625ba76View commit details
Commits on Jun 17, 2024
-
routing/http: fix goroutine/memory leak
I've noticed some memory and goroutine buildup, linked to that function. It seems like when the context get cancelled, the consumer could be gone, but that function would still attempt to write in the channel and block forever.
Configuration menu - View commit details
-
Copy full SHA for 435d838 - Browse repository at this point
Copy the full SHA 435d838View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1fccf46 - Browse repository at this point
Copy the full SHA 1fccf46View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aaf9a04 - Browse repository at this point
Copy the full SHA aaf9a04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2d250 - Browse repository at this point
Copy the full SHA 4f2d250View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d99b7e8 - Browse repository at this point
Copy the full SHA d99b7e8View commit details -
fix(routing/http/contentrouter): additional FindPeer checks (#616)
* fix(routing/http/contentrouter): return error when no responses are found in FindPeer * fix(routing/http/contentrouter): fix findpeer iteration log message * fix(routing/http/contentrouter): only return information for FindPeer that matches the requested peerID * fix(routing/http/contentrouter): only return information for FindPeer if there are actual addresses * fix(routing/http/contentrouter): switch logging from Warnw -> Warnf where there aren't key pairs * docs: update CHANGELOG.md --------- Co-authored-by: Marcin Rataj <lidel@lidel.org>
Configuration menu - View commit details
-
Copy full SHA for fa17571 - Browse repository at this point
Copy the full SHA fa17571View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b15a2 - Browse repository at this point
Copy the full SHA c5b15a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ad1c8d - Browse repository at this point
Copy the full SHA 5ad1c8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eec0e4 - Browse repository at this point
Copy the full SHA 4eec0e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.