ipfs-shipyard / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
35 stars 13 forks source link

'file' command removed in Kubo 0.26.0 #32

Closed Arlodotexe closed 3 months ago

Arlodotexe commented 5 months ago

As of the 0.26.0 release of Kubo, the ipfs file and ipfs file ls command that were deprecated in November 2020 were fully removed.

If you're keeping Kubo updated (or automatically pulling the latest version to bootstrap), you'll see that a lot of commands have stopped working.

Try to stick with 0.25.0 until we get the library updated to accommodate the changes.

Arlodotexe commented 5 months ago

To prevent these surprises in the future, we should do a pass and mark all deprecated APIs in Kubo with an [Obsolete] attribute in our codebase.