Releases: TRON-US/go-unixfs
Releases · TRON-US/go-unixfs
v0.4.8
Modified trickle dagmodifier to process token metadata.
Modified dagmodifier to add functionality to Append token metadata for balanced format DAG.
v0.4.7
- Change return type of GetChildrenForDagWithMeta to a struct containing
MetaNode and DataNode to make it clear (instead of 2-slice)
v0.4.6
- Support reading reed solomon files from btfs cat/get
- UnixFS metadata support for Trickle format
v0.4.5
Merge pull request #10 from TRON-US/BTFS-684
BTFS-684: added a function to get metadata dag root
v0.4.4
Merge pull request #9 from TRON-US/BTFS-663
BTFS-663: new metadata implementation
v0.4.3-dev
This version is only for development purpose. It is based on BTFS-663 branch for further testing in go-btfs.
v0.4.2
- Switch go-ipfs-files to go-btfs-files
v0.4.1
- Merged reed-solomon changes with metadata
v0.3.3
Fixed a unit test failure.
v0.4.0
- Support multi-splitter chunker in balanced Layout builder