kubo/docs/changelogs/v0.26.md
2023-12-19 19:52:50 -05:00

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:

📝 Changelog

  • Export a kubo.Start function so users can programmatically start Kubo from within a go program.

👨‍👩‍👧‍👦 Contributors