ipfs-shipyard / net-ipfs-core

MIT License
21 stars 8 forks source link

Release 0.7.0: API cleanup, Filestore support, WebRTC-Direct support #41

Closed Arlodotexe closed 1 week ago

Arlodotexe commented 1 week ago

[Breaking] Fixed WebRTC-Direct support added in Kubo 0.30.0. Removed the Object API completely, since Kubo replaced it with the DAG API and no longer offers it. Refactored the FileSystem API to:

[New] Added IFilestoreApi and the corresponding types. Added a new type DagCid that can be used to automatically create IPLD link references when serialized. Added the IBlockStat type, analogous to the BlockStat struct in Kubo.