-
Notifications
You must be signed in to change notification settings - Fork 96
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.17.0 #542
Release v0.17.0 #542
Conversation
Merge Release v0.16.0
…nlined and folded at compiletime Fixes #67
From: ``` init github.com/ipfs/boxo/gateway/assets @26 ms, 18 ms clock, 9887320 bytes, 1496 allocs ``` To: ``` init github.com/ipfs/boxo/gateway/assets @10 ms, 3.3 ms clock, 3368 bytes, 11 allocs ``` This is not optimal but better solutions (like lazy loading) require breaking the API and it's a better job for future someone else.
It appears there's a typo in the package name. It should be opentelemetry-go instead of opentelemtry-go.
blockservice is explicitely tolerent to having a nil exchange. The constructor even logs that as running an offline blockservice. Everything is tolerent except close, which panics. It is confusing for consumers to only have to call close based on if it's online or offline. They could also instead call close directly on the exchange (then we could remove blockservice's Close method). Anyway here is as a simple fix, add a nil check.
Codecov ReportAttention:
@@ Coverage Diff @@
## release #542 +/- ##
===========================================
- Coverage 65.66% 65.60% -0.06%
===========================================
Files 207 207
Lines 25543 25590 +47
===========================================
+ Hits 16772 16789 +17
- Misses 7306 7328 +22
- Partials 1465 1473 +8
|
2a28291
to
ad4e2b2
Compare
Suggested version: Changes in (empty)
Cutting a Release (and modifying non-markdown files)This PR is modifying both Automatically created GitHub ReleaseA draft GitHub Release has been created. |
Sister Kubo PR: ipfs/kubo#10285