@cryptotaxi247 / kubo / commits / 287444bc6

chore: update changelog

Adin Schmahmann committed Dec 19, 2023 at 15:43 UTC 287444bc6e56ac9bdcbb797c75ce51d0e584aea3
1 file changed +8
docs/changelogs/v0.26.md
+8
@@ -14,6 +14,12 @@
14
15 ### 🔦 Highlights
16
17 +#### Kubo binary imports
18 +
19 +For users of [Kubo preloaded plugins](https://github.com/ipfs/kubo/blob/master/docs/plugins.md#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.
20 +
21 +See the [customization docs](https://github.com/ipfs/kubo/blob/master/docs/customizing.md) for more information.
22 +
23 #### Several deprecated commands have been removed
24
25 Several deprecated commands have been removed:
@@ -26,4 +32,6 @@ Several deprecated commands have been removed:
32
33 ### 📝 Changelog
34
35 +- Export a `kubo.Start` function so users can programmatically start Kubo from within a go program.
36 +
37 ### 👨‍👩‍👧‍👦 Contributors