Skip to content

Releases: TRON-US/go-unixfs

v0.4.8

09 Nov 01:02
e8bab05
Compare
Choose a tag to compare

Modified trickle dagmodifier to process token metadata.
Modified dagmodifier to add functionality to Append token metadata for balanced format DAG.

v0.4.7

07 Nov 02:10
ceb23f0
Compare
Choose a tag to compare
  • Change return type of GetChildrenForDagWithMeta to a struct containing
    MetaNode and DataNode to make it clear (instead of 2-slice)

v0.4.6

02 Nov 00:04
248fb7e
Compare
Choose a tag to compare
  • Support reading reed solomon files from btfs cat/get
  • UnixFS metadata support for Trickle format

v0.4.5

24 Oct 21:45
56ed8cb
Compare
Choose a tag to compare
Merge pull request #10 from TRON-US/BTFS-684

BTFS-684: added a function to get metadata dag root

v0.4.4

21 Oct 21:48
3eea1e8
Compare
Choose a tag to compare
Merge pull request #9 from TRON-US/BTFS-663

BTFS-663: new metadata implementation

v0.4.3-dev

21 Oct 01:08
Compare
Choose a tag to compare
v0.4.3-dev Pre-release
Pre-release

This version is only for development purpose. It is based on BTFS-663 branch for further testing in go-btfs.

v0.4.2

11 Oct 23:50
9d491c7
Compare
Choose a tag to compare
  • Switch go-ipfs-files to go-btfs-files

v0.4.1

10 Oct 00:10
05b8178
Compare
Choose a tag to compare
  • Merged reed-solomon changes with metadata

v0.3.3

05 Oct 03:39
1c64194
Compare
Choose a tag to compare

Fixed a unit test failure.

v0.4.0

03 Oct 17:46
610a240
Compare
Choose a tag to compare
  • Support multi-splitter chunker in balanced Layout builder