Skip to content
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

Merged
merged 35 commits into from
Oct 25, 2024
Merged

Release v0.24.1 #706

merged 35 commits into from
Oct 25, 2024

Conversation

gammazero
Copy link
Contributor

No description provided.

gammazero and others added 30 commits October 3, 2024 11:52
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.
Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those.
fix(bitswap/session): cleanup live wants on cancel
- 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
- 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
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)
Otherwise live wants get rebroadcasted/requested forever, even when we cancelled those.

(cherry picked from commit 1e02fa0)
(cherry picked from commit da0654d)
(cherry picked from commit cb59df1)
- 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)
- 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)
- Update go-libp2p-kad-dbt
- Replace use of `github.com/pkg/errors` with stdlib `errors`
- update go-ipfs-redirects-file
- 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)
- 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)
- 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)
@gammazero gammazero requested review from lidel and a team as code owners October 25, 2024 06:33
@gammazero gammazero merged commit a9085af into release Oct 25, 2024
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants