Releases: richardschneider/net-ipfs-engine
Releases · richardschneider/net-ipfs-engine
Release v0.13.0 (2019-08-22)
Features
- Ipfs.Engine:` run the peer manager (ae3564b)
- ObjectApi.LinksAsync: make faster (04b7a8f)
Bug Fixes
- GenericApi.Resolve: default recursive to true, fixes #142 (327052a)
- SwarmApi: white list is now a collection (ae59e5f)
- IpfsServer: webui prefers "n/a" for latency (d422e8a)
Release v0.12.0 (2019-08-15)
Bug Fixes
- ObjectApi.LinksAsync: return empty if CID is not an object (dag-pb) #135 (af3f00b)
- PinApi: use the cancellation token (f19ab9c)
Features
- csipfs:
- MigrationManager: migrating to repo versions (3e43d26)
- BlockRepositoryApi:
- get version number from the file (f133804)
- ask the migraion manager for the current version (aeea5ce)
- IpfsEngine: auto migrate the repo when engine is started (a843b95)
Release v0.11.3 (2019-07-31)
Release v0.11.2 (2019-07-29)
Fixes
-
PinApi:
- recursive removal of pins (7624498)
- store the original CID (02b4c24)
- cope with case insensitive file system (928430c)
-
BlockRepositoryApi:
Release v0.11.1 (2019-07-23)
Release v0.11.0 (2019-07-13)
Breaking Changes
- BlockApi: CID V1 default encoding is now "base32" (ab20edf)
Features
Bug Fixes
- FileSystemApi: balanced file system nodes #125 (f1fec34) (150c66f)
- SwamController: remove peer ID from addresses in swarm/peers
(4bea391)
Chore
Release v0.10.1 (2019-06-13)
Release v0.10.0 (2019-06-11)
Features
- FileSystemApi: advertise root node immediately #111 (1dd2793)
- BlockApi: tell DHT about new blocks #112 (c25dfd3)
- Ipfs.Engine: added IsStarted (a0209a8)
Bug Fixes
- FileStore.Put: delete file on exception (89422e6)
Release v0.9.1 (2019-06-01)
Release v0.9.0 (2019-05-30)
Breaking Changes
- .Net Standard 1.4 is no longer supported #99 (2afce11)
Features
- implement IBlockRepositoryApi (e384b79)
- random walk
- ipfsServer:
- browsing to the parent (7afa69d)
- if directory contains "index.html" then show it (b0e9276)
- show the IPFS webui for the node (2808695)
- server IPFS file/directory at '/ipfs/...' (76e0dee)
- show node ID on home page (1528a2a)
- return cache and etag headers #47 (bd0bb20)