Net Ipfs Engine Versions Save

IPFS Core API implementation in .Net

v0.13.0

4 years ago

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)

v0.12.0

4 years ago

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)

v0.11.3

4 years ago

Chore

v0.11.2

4 years ago

Fixes

  • PinApi:

    • recursive removal of pins (7624498)
    • store the original CID (02b4c24)
    • cope with case insensitive file system (928430c)
  • BlockRepositoryApi:

    • stats on blocks #129 (6caa0e0)
    • implement garbage collection (0a3401d)

v0.11.1

4 years ago

Chore

v0.11.0

4 years ago

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

v0.10.1

4 years ago

Chore

  • update dependecies (d1f85df)
  • source link and symbol package (#116) (0ab06b9)

v0.10.0

4 years ago

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)

v0.9.1

4 years ago

Bug Fixes

  • tar node with raw and cms files (f3c5591)
  • listing raw and cms files #108 (aca8cc9)

v0.9.0

4 years ago

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)