-
Notifications
You must be signed in to change notification settings - Fork 95
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.1 #706
Release v0.24.1 #706
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2fc8e7 - Browse repository at this point
Copy the full SHA a2fc8e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3876e45 - Browse repository at this point
Copy the full SHA 3876e45View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ceb514c - Browse repository at this point
Copy the full SHA ceb514cView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30abd55 - Browse repository at this point
Copy the full SHA 30abd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf89a7 - Browse repository at this point
Copy the full SHA 7bf89a7View commit details
Commits on Oct 15, 2024
-
refactor: bitswap client does not need ProviderQueryManager (#676)
btswap client does not need ProviderQueryManager The bitswap Client does not to hold a reference to the provider query manager. The session maintains the ProviderQueryManager reference.
Configuration menu - View commit details
-
Copy full SHA for 08fb71d - Browse repository at this point
Copy the full SHA 08fb71dView commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2487a2 - Browse repository at this point
Copy the full SHA c2487a2View commit details -
fix(bitswap/session): cleanup live wants on cancel
Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those.
Configuration menu - View commit details
-
Copy full SHA for 1e02fa0 - Browse repository at this point
Copy the full SHA 1e02fa0View commit details
Commits on Oct 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d20c747 - Browse repository at this point
Copy the full SHA d20c747View commit details -
Configuration menu - View commit details
-
Copy full SHA for da0654d - Browse repository at this point
Copy the full SHA da0654dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb59df1 - Browse repository at this point
Copy the full SHA cb59df1View commit details -
Merge pull request #690 from Wondertan/cleanup-live-wants
fix(bitswap/session): cleanup live wants on cancel
Configuration menu - View commit details
-
Copy full SHA for 043c71c - Browse repository at this point
Copy the full SHA 043c71cView commit details -
fix: bitswap performance issue (#692)
- Fix exhausted wants problem resulting in possible performance issue - Minor improvements for GC. - RWLock not justified for time reading - replace unneeded RWMutex with Mutex - build strings with strings.Builder
Configuration menu - View commit details
-
Copy full SHA for 19bcc75 - Browse repository at this point
Copy the full SHA 19bcc75View commit details
Commits on Oct 22, 2024
-
chore: update dependencies (#693)
- update dependencies - Use sync/atomic instead of uber/atomic - mod tidy examples - test sharness with go1.23 - update go-unixfsnode - fix: extra go mod tidy
Configuration menu - View commit details
-
Copy full SHA for 7b7d634 - Browse repository at this point
Copy the full SHA 7b7d634View commit details -
chore: go-libp2p v0.36.5 (#686)
https://github.com/libp2p/go-libp2p/releases/tag/v0.36.5 (cherry picked from commit ceb514c)
Configuration menu - View commit details
-
Copy full SHA for 86a2d76 - Browse repository at this point
Copy the full SHA 86a2d76View commit details -
fix(routing/http/client): avoid escaping comma query separator (#688)
(cherry picked from commit 30abd55)
Configuration menu - View commit details
-
Copy full SHA for 22371e8 - Browse repository at this point
Copy the full SHA 22371e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7780b0e - Browse repository at this point
Copy the full SHA 7780b0eView commit details -
refactor: bitswap client does not need ProviderQueryManager (#676)
btswap client does not need ProviderQueryManager The bitswap Client does not to hold a reference to the provider query manager. The session maintains the ProviderQueryManager reference. (cherry picked from commit 08fb71d)
Configuration menu - View commit details
-
Copy full SHA for dee0351 - Browse repository at this point
Copy the full SHA dee0351View commit details -
feat(routing/http/client): DefaultProtocolFilter for IPIP-484 (#689)
(cherry picked from commit c2487a2)
Configuration menu - View commit details
-
Copy full SHA for ff556fd - Browse repository at this point
Copy the full SHA ff556fdView commit details -
fix(bitswap/session): cleanup live wants on cancel
Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those. (cherry picked from commit 1e02fa0)
Configuration menu - View commit details
-
Copy full SHA for f172ec1 - Browse repository at this point
Copy the full SHA f172ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d87e2 - Browse repository at this point
Copy the full SHA 07d87e2View commit details -
(cherry picked from commit cb59df1)
Configuration menu - View commit details
-
Copy full SHA for 3129f1e - Browse repository at this point
Copy the full SHA 3129f1eView commit details -
fix: bitswap performance issue (#692)
- Fix exhausted wants problem resulting in possible performance issue - Minor improvements for GC. - RWLock not justified for time reading - replace unneeded RWMutex with Mutex - build strings with strings.Builder (cherry picked from commit 19bcc75)
Configuration menu - View commit details
-
Copy full SHA for d168417 - Browse repository at this point
Copy the full SHA d168417View commit details -
chore: update dependencies (#693)
- update dependencies - Use sync/atomic instead of uber/atomic - mod tidy examples - test sharness with go1.23 - update go-unixfsnode - fix: extra go mod tidy (cherry picked from commit 7b7d634)
Configuration menu - View commit details
-
Copy full SHA for 443565c - Browse repository at this point
Copy the full SHA 443565cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4cc83 - Browse repository at this point
Copy the full SHA cb4cc83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40274db - Browse repository at this point
Copy the full SHA 40274dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d337b7f - Browse repository at this point
Copy the full SHA d337b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b8ab7 - Browse repository at this point
Copy the full SHA 62b8ab7View commit details -
Update go-libp2p-kad-dbt (#698)
- Update go-libp2p-kad-dbt - Replace use of `github.com/pkg/errors` with stdlib `errors` - update go-ipfs-redirects-file
Configuration menu - View commit details
-
Copy full SHA for a016a54 - Browse repository at this point
Copy the full SHA a016a54View commit details -
feat(provider): adjustable MaxBatchSize limit (#544)
(cherry picked from commit 62b8ab7)
Configuration menu - View commit details
-
Copy full SHA for 4b7cef9 - Browse repository at this point
Copy the full SHA 4b7cef9View commit details -
Update go-libp2p-kad-dbt (#698)
- Update go-libp2p-kad-dbt - Replace use of `github.com/pkg/errors` with stdlib `errors` - update go-ipfs-redirects-file (cherry picked from commit a016a54)
Configuration menu - View commit details
-
Copy full SHA for f4dc751 - Browse repository at this point
Copy the full SHA f4dc751View commit details -
Update go-libp2p-kad-dbt (#698)
- Update go-libp2p-kad-dbt - Replace use of `github.com/pkg/errors` with stdlib `errors` - update go-ipfs-redirects-file (cherry picked from commit a016a54)
Configuration menu - View commit details
-
Copy full SHA for 434a0e4 - Browse repository at this point
Copy the full SHA 434a0e4View commit details -
Update go-libp2p-kad-dbt (#698)
- Update go-libp2p-kad-dbt - Replace use of `github.com/pkg/errors` with stdlib `errors` - update go-ipfs-redirects-file (cherry picked from commit a016a54)
Configuration menu - View commit details
-
Copy full SHA for f999bec - Browse repository at this point
Copy the full SHA f999becView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ff6f30 - Browse repository at this point
Copy the full SHA 0ff6f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88cdbca - Browse repository at this point
Copy the full SHA 88cdbcaView commit details