Skip to content

Releases: richardschneider/net-ipfs-engine

Release v0.13.0 (2019-08-22)

22 Aug 05:19
0319539
Compare
Choose a tag to compare

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)

15 Aug 05:28
3e16510
Compare
Choose a tag to compare

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)

31 Jul 10:28
9d1594e
Compare
Choose a tag to compare

Chore

Release v0.11.2 (2019-07-29)

28 Jul 23:54
c474eb9
Compare
Choose a tag to compare

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)

23 Jul 03:21
ba4097a
Compare
Choose a tag to compare

Chore

Release v0.11.0 (2019-07-13)

13 Jul 02:57
8d40963
Compare
Choose a tag to compare

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)

12 Jun 23:05
Compare
Choose a tag to compare

Chore

Release v0.10.0 (2019-06-11)

11 Jun 03:21
Compare
Choose a tag to compare

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)

01 Jun 10:24
c8c1842
Compare
Choose a tag to compare

Bug Fixes

Release v0.9.0 (2019-05-30)

30 May 04:22
Compare
Choose a tag to compare

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)