Skip to content

Latest commit

 

History

History
431 lines (185 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

431 lines (185 loc) · 11.7 KB

0.10.3 (2019-03-26)

Bug Fixes

  • handle shard updates that create subshards of subshards (#47) (1158951)

0.10.2 (2019-03-18)

0.10.1 (2019-03-18)

Bug Fixes

  • correct hamt structure when modifying deep sub-shards (#46) (c08a42f), closes #45
  • expect dir size without protobuf (ba5b9dc)

0.10.0 (2019-03-18)

Bug Fixes

  • expect dir size without protobuf (d2ab171)

0.9.2 (2019-02-19)

Bug Fixes

  • validate and coerce count param for read in HTTP API (73dc2fc)

0.9.1 (2019-01-31)

0.9.0 (2019-01-31)

Bug Fixes

  • parser does not end until file data is consumed (af4d6f7)

0.8.2 (2019-01-16)

0.8.1 (2019-01-04)

Bug Fixes

  • initialise progress as noop (2a8cf65)

0.8.0 (2018-12-04)

Features

  • add streaming option to http (d832277)

0.7.7 (2018-12-04)

Bug Fixes

  • flush should error on non-existent entries (dbe7089)

0.7.6 (2018-12-04)

Features

  • push sorting out of core (4ce16b7)

0.7.5 (2018-12-04)

Bug Fixes

  • fix regex for splitting files (a8142d3)

0.7.4 (2018-12-03)

0.7.3 (2018-12-02)

Bug Fixes

0.7.2 (2018-12-01)

Bug Fixes

  • handle sub-sub shards properly (9302f01)
  • make sure hashes are the same after shard changes (b2fbd5d)

0.7.1 (2018-11-29)

Performance Improvements

  • do not load a node when we only want the hash or size (a029c7e)

0.7.0 (2018-11-28)

Features

Performance Improvements

  • do not list directory contents when statting files (d16a4e4)

0.6.0 (2018-11-28)

Features

  • support sharded directories (e1c7308)

0.5.2 (2018-11-16)

Bug Fixes

  • support count as well as length (e787bf9), closes #21

0.5.1 (2018-11-16)

Features

  • allow write and mkdir with different hash algs and cid versions (0a12b3e)

0.5.0 (2018-11-12)

Bug Fixes

0.4.2 (2018-10-24)

0.4.1 (2018-10-01)

Bug Fixes

0.4.0 (2018-09-28)

Bug Fixes

  • allow for graceful release with datastore-level (64ff6a1)
  • avoid creating a cid with a null result (59bcf3c)
  • update database not found error (62212c4)
  • update read cli to use returned pull stream (62cf0cd)

0.3.2 (2018-08-23)

0.3.1 (2018-08-20)

Bug Fixes

  • make error messages consistent with go for interop tests (08f60c3)

0.3.0 (2018-08-09)

Performance Improvements

  • write files to repo outside of write lock (63940b4)

0.2.5 (2018-08-02)

Bug Fixes

0.2.4 (2018-07-31)

Bug Fixes

  • prevent returning from http write command early (1018e7d)

0.2.3 (2018-07-26)

0.2.2 (2018-07-20)

0.2.1 (2018-07-20)

0.2.0 (2018-07-19)

0.1.1 (2018-07-19)

Features

  • adds --cid-base argument to stringify cids in different bases (5ee75a6)
  • support --raw-leaves (61f77dc)

0.1.0 (2018-07-13)

0.0.17 (2018-07-13)

0.0.16 (2018-07-10)

Bug Fixes

  • handle copying files onto each other (749b7a2)

0.0.15 (2018-07-10)

Bug Fixes

  • refuse to read directories (1a81d66)

0.0.14 (2018-07-05)

0.0.13 (2018-07-04)

0.0.12 (2018-07-04)

0.0.11 (2018-07-03)

0.0.10 (2018-07-03)

0.0.9 (2018-07-03)

0.0.8 (2018-07-02)

0.0.7 (2018-06-29)

0.0.6 (2018-06-27)

0.0.5 (2018-06-27)

0.0.4 (2018-06-14)

0.0.3 (2018-06-13)

0.0.2 (2018-06-12)

Features

  • added mv command (1577094)
  • adds rm command (682c478)
  • allow for truncating files (c515184)
  • basic mfs.write command (ccecb1b)
  • copy directories (cb0135c)
  • Happy path mfs.write command (2ea064b)
  • implement streaming mfs.read methods (3e5620b)
  • integrate with jsipfs cli (79981d8)
  • mfs ls and mkdir commands (bad24b3)
  • More stat tests (d4fc07e)
  • most of the cp command (5d189a6)
  • Replacing chunks of files that do not increase the size of the file (77b5c32)
  • simple mfs.read command (035fde5)
  • Stat command working on directories (4671b2e)

Initial release. No features but also no bugs.