mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 21:07:45 +08:00
1.8 KiB
1.8 KiB
Kubo changelog v0.26
v0.26.0
Overview
🔦 Highlights
Kubo binary imports
For users of Kubo preloaded plugins there is now a way to create a kubo instance with your plugins by depending on the cmd/ipfs/kubo package rather than rebuilding kubo with the included plugins.
See the customization docs for more information.
Several deprecated commands have been removed
Several deprecated commands have been removed:
ipfs urlstoredeprecated in April 2019, Kubo 0.4.21, useipfs add -q --nocopy --cid-version=1 {url}instead.ipfs repo fsckdeprecated in July 2019, Kubo 0.5.0ipfs file(andipfs file ls) deprecated in November 2020, Kubo 0.8.0, useipfs lsandipfs files lsinstead.ipfs dnsdeprecated in April 2022, Kubo 0.13, useipfs resolve /ipns/{name}instead.ipfs tardeprecated April 2022, Kubo 0.13
📝 Changelog
- Export a
kubo.Startfunction so users can programmatically start Kubo from within a go program.