Skip to content

Releases: filedrive-team/go-graphsplit

graphsplit v0.5.0

23 May 07:48
8fd17db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

graphsplit v0.4.1

08 Jun 03:04
b5343d7
Compare
Choose a tag to compare
  • Feature

    • Add a field detail to the manifest.csv in the form of JSON string to record the inner file structure. #16
  • Bug Fix

    • Solved --parent-path doesn't work in some situation. #13 #15

graphsplit v0.4.0

04 Jun 08:12
d78531e
Compare
Choose a tag to compare
  • Add document about the work flow of graphsplit #8
  • Integrated PieceCID calculation feature into the chunk process, save PieceCID and PieceSize into manifest.csv #11
  • Add sub-command commP to calculate PieceCID and PieceSize for a single car file
  • Introduce filecoin-ffi as a submodule of graphsplit

graphsplit v0.3.0

28 May 06:40
b3143f6
Compare
Choose a tag to compare
  • just gives a warning log when non-car file found during the restore process
  • separate cli tool into cmd directory, so graphsplit can be import as a lib
  • making manifest.csv optional and export callback to handle saving the mapping between cids and slice names
  • README enhancement

graphsplit v0.2.1

07 May 03:08
8f77630
Compare
Choose a tag to compare

Modify

  • Change subcommand 'retrieve' to 'restore'.

graphsplit v0.2.0

20 Apr 10:47
d529560
Compare
Choose a tag to compare

New features:

  • Retrieve file from CAR

graphsplit v0.1.1

12 Mar 15:41
Compare
Choose a tag to compare

Create manifest.csv to mapping with payload cid and graph slice name.

graphsplit v0.1.0

10 Mar 07:53
Compare
Choose a tag to compare
edit readme - usage more readable