Kubo v0.37.0-rc1 is out!
This RC1 brings embedded migrations, gateway performance controls, and complete configuration transparency through AutoConf improvements.
Highlights
- Repository migration v16→v17: Built-in config migration complete without downloading external binaries.
- Gateway limits: New
Gateway.RetrievalTimeout(30s) andGateway.MaxConcurrentRequests(4096) with Prometheus metrics - AutoConf placeholders: Config fields support
["auto"]for dynamic network defaults. - Named pins:
ipfs add --pin-name=testname file.jpg - Reprovider fixes: Strategy now consistently respected, memory improvements for
all. - Revamped logging:
ipfs log level allshows all subsystems, unified get/set interface - IPNS options: new config at
Ipns.DelegatedPublishers, new/improved CLI flags - Anonymous telemetry: Optional usage metrics for feature prioritization (opt-out:
IPFS_TELEMETRY=off)
Resources
- Release Notes: kubo/docs/changelogs/v0.37.md at master · ipfs/kubo · GitHub
- Sources: Release v0.37.0-rc1 · ipfs/kubo · GitHub
- Binaries: /ipns/dist.ipfs.tech/kubo/v0.37.0-rc1/
- Docker:
docker pull ipfs/kubo:v0.37.0-rc1