Gets rid of our ipfs-message-port-* forks and versions the ipfs worker, because said libraries aren't backwards compatible (due to CID implementation changes).
How the versioning works:
We keep the old ipfs.html path, so older webnative clients know where to look.
We do a HTML redirect to the older version by using an ipfs hash.
Newer webnative clients will load in ipfs/v2.html which works as before, but with the new message-port libraries.
Will update to stable version which comes out soon.
Gets rid of our
ipfs-message-port-*
forks and versions the ipfs worker, because said libraries aren't backwards compatible (due toCID
implementation changes).How the versioning works:
ipfs.html
path, so older webnative clients know where to look.ipfs/v2.html
which works as before, but with the new message-port libraries.Will update to stable version which comes out soon.