-
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 #696
Release v0.24.1 #696
Conversation
Merge release v0.24.0
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
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. |
Wrong base |
No description provided.