-
Notifications
You must be signed in to change notification settings - Fork 228
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
Make v0.24.4 #901
Make v0.24.4 #901
Commits on Sep 18, 2023
-
tracing: fix DHT keys as string attribute not being valid utf-8
(cherry picked from commit a6403ab)
Configuration menu - View commit details
-
Copy full SHA for 003296b - Browse repository at this point
Copy the full SHA 003296bView commit details -
fix the server mode log in handleNewMessage by changing it to debug
(cherry picked from commit 3e31bcd)
Configuration menu - View commit details
-
Copy full SHA for 2b9cc95 - Browse repository at this point
Copy the full SHA 2b9cc95View commit details -
chore: bump go.mod to Go 1.20 and run go fix
(cherry picked from commit e7f837d)
Configuration menu - View commit details
-
Copy full SHA for 2f0189c - Browse repository at this point
Copy the full SHA 2f0189cView commit details -
chore: bump go-libp2p and/or quic-go to latest version
(cherry picked from commit cec389a)
Configuration menu - View commit details
-
Copy full SHA for bff3723 - Browse repository at this point
Copy the full SHA bff3723View commit details -
tracing: add protocol messages client tracing
(cherry picked from commit c4a4739)
Configuration menu - View commit details
-
Copy full SHA for f0c3b34 - Browse repository at this point
Copy the full SHA f0c3b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406ba15 - Browse repository at this point
Copy the full SHA 406ba15View commit details -
(cherry picked from commit b564493)
Configuration menu - View commit details
-
Copy full SHA for cd9b26c - Browse repository at this point
Copy the full SHA cd9b26cView commit details -
fix: properly iterate in tracing for protocol messenger
MB Copy Paste Typo, This caused panics while tracing. (cherry picked from commit 134f7e4)
Configuration menu - View commit details
-
Copy full SHA for 4b1432f - Browse repository at this point
Copy the full SHA 4b1432fView commit details -
chore: use go-libp2p-routing-helpers for tracing needs
go-libp2p-routing-helpers has an optimized implementation that does nothing if we are not tracing, it also properly log all IO of the request. (cherry picked from commit f901041)
Configuration menu - View commit details
-
Copy full SHA for e17b5b7 - Browse repository at this point
Copy the full SHA e17b5b7View commit details -
perf: don't buffer the output of FindProvidersAsync
We always select it against ctx and we don't rely on the fact it will always be non blocking since when count is zero we can't realistically preallocate. Buffering use more memory makes more garbage and is less efficient than direct copies. (cherry picked from commit 68c5dee)
Configuration menu - View commit details
-
Copy full SHA for 58b2c04 - Browse repository at this point
Copy the full SHA 58b2c04View commit details -
fix: cache addresses when receiving provider records
Extracted from 0c90569
Configuration menu - View commit details
-
Copy full SHA for 3cc0b9c - Browse repository at this point
Copy the full SHA 3cc0b9cView commit details
Commits on Sep 19, 2023
-
* chore: add or force update .github/workflows/go-test.yml * chore: add or force update .github/workflows/go-check.yml * chore: add or force update .github/workflows/releaser.yml * chore: add or force update .github/workflows/release-check.yml * chore: add or force update .github/workflows/tagpush.yml (cherry picked from commit 62a416e)
Configuration menu - View commit details
-
Copy full SHA for 46d487f - Browse repository at this point
Copy the full SHA 46d487fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0f4b7 - Browse repository at this point
Copy the full SHA 7b0f4b7View commit details