This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
noosphere-ipfs: v0.2.0
0.2.0 (2023-03-14)
⚠ BREAKING CHANGES
- Petname resolution and synchronization in spheres and gateways (#253)
- Reconfigure module dependencies so that noosphere-ipfs depends on noosphere-storage, and not the other way around creating a cycle. (#254)
- Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252)
Features
- Implement
IpfsClient::get_block
for Kubo for orb/orb-ns integration with IPFS. (#251) (f18db24) - Introduce
noosphere-gateway
crate (#238) (791bc39) - Petname resolution and synchronization in spheres and gateways (#253) (f7ddfa7)
Bug Fixes
- Reconfigure module dependencies so that noosphere-ipfs depends on noosphere-storage, and not the other way around creating a cycle. (#254) (b79872a)
Miscellaneous Chores
- Templatize the two IPFS HTTP APIs as noosphere_ipfs::IpfsClient, and reconfigure KuboStorage as IpfsStorage, operating on IpfsClient rather than a URL. (#252) (518beae)
Dependencies
- The following workspace dependencies were updated
- dependencies
- noosphere-storage bumped from 0.4.2 to 0.5.0
- dev-dependencies
- noosphere-storage bumped from 0.4.2 to 0.5.0
- noosphere-core bumped from 0.6.3 to 0.7.0
- dependencies