-
Notifications
You must be signed in to change notification settings - Fork 100
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.24.0 #683
Release v0.24.0 #683
Conversation
Merge release v0.23.0
implements ipfs/specs#484
* ipld/unixfs/hamt: catch panic in walkChildren * Add test for nil link and shard * rename test * Update CHANGELOG.md --------- Co-authored-by: Lucas Molas <schomatis@gmail.com> Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>
Co-authored-by: Marcin Rataj <lidel@lidel.org>
feat: add routing filtering to delegated routing server IPIP-484
* Do not fetch size for WantHave blocks * Option to set replaceHasWithBlockMaxSize * Log if replace logic enabled/disabled * docs: WithWantHaveReplaceSize --------- Co-authored-by: Marcin Rataj <lidel@lidel.org>
* feat: add filtering on client * refactor: abstract add filters to url function * feat: add client filtering to FindPeers * test: test filtering in findPeers --------- Co-authored-by: Daniel N <2color@users.noreply.github.com> Co-authored-by: gammazero <11790789+gammazero@users.noreply.github.com>
* Update to latest go-libp2p
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gammazero lgtm, (updated changelog :))
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## release #683 +/- ##
===========================================
+ Coverage 60.26% 60.32% +0.06%
===========================================
Files 241 243 +2
Lines 30707 31004 +297
===========================================
+ Hits 18505 18703 +198
- Misses 10555 10634 +79
- Partials 1647 1667 +20
|
(cherry picked from commit a2fc8e7)
Suggested version: Changes in configuration file(s): (empty)
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Closes #680
Required by kubo for Upgrade to Boxo v0.24.0