mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-10 18:57:57 +08:00
Some checks failed
CodeQL / codeql (push) Has been cancelled
Docker Build / docker-build (push) Has been cancelled
Gateway Conformance / gateway-conformance (push) Has been cancelled
Gateway Conformance / gateway-conformance-libp2p-experiment (push) Has been cancelled
Go Build / go-build (push) Has been cancelled
Go Check / go-check (push) Has been cancelled
Go Lint / go-lint (push) Has been cancelled
Go Test / go-test (push) Has been cancelled
Interop / interop-prep (push) Has been cancelled
Sharness / sharness-test (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled
Interop / helia-interop (push) Has been cancelled
Interop / ipfs-webui (push) Has been cancelled
* fix: boxo master with boxo#922 * test: gateway-conformance v0.8 https://github.com/ipfs/gateway-conformance/releases/tag/v0.8.0
1.3 KiB
1.3 KiB
Kubo changelog v0.36
This release was brought to you by the Shipyard team.
v0.36.0
Overview
🔦 Highlights
Update go-log to v2
go-log v2 has been out for quite a while now and it is time to deprecate v1.
- Replace all use of
go-logwithgo-log/v2 - Makes
/api/v0/log/tailuseful over HTTP - Fixes
ipfs log tail - Removes support for
ContextWithLoggableas this is not needed for tracing-like functionality