kubo/docs/changelogs/v0.36.md
Marcin Rataj cf096c2a85
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(gateway): gateway-conformance v0.8 (#10818)
* fix: boxo master with boxo#922

* test: gateway-conformance v0.8

https://github.com/ipfs/gateway-conformance/releases/tag/v0.8.0
2025-05-28 21:45:15 +02:00

1.3 KiB
Raw Permalink Blame History

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-log with go-log/v2
  • Makes /api/v0/log/tail useful over HTTP
  • Fixes ipfs log tail
  • Removes support for ContextWithLoggable as this is not needed for tracing-like functionality

📦 Important dependency updates

  • update go-libp2p-kad-dht to v0.33.0
  • update boxo to v0.31.0
  • update gateway-conformance to v0.8

📝 Changelog

👨‍👩‍👧‍👦 Contributors