ipfs-shipyard/py-ipfs-http-client

chore: pubsub deprecated in ipfs > 0.20.0

kasteph opened this issue · 3 comments

failing test

pubsub command will be deprecated in the next release: rel notes v0.19.0.

We can either remove this entirely or have it be supported for lower versions.

I believe if the actual Kubo IPFS doesn't support the pub-sub command it should be removed from the client as we already have a lot of version-related issues.

It would be more efficient to just remove the functionality.

I'll begin removing the pub-sub code from the client lib to restrict users from causing an error in their code from the usage of pub-sub.

@Wizock that sounds good to me, I would also rather remove it entirely from the client. Thanks a lot and appreciate you picking this up!

@kasteph I removed the pubsub tests in #326 :))