Releases: TRON-US/go-btfs-chunker
Releases · TRON-US/go-btfs-chunker
v0.3.0
- Upgrade to upstream IPFS 0.5.1 module
v0.2.7
Merge pull request #11 from TRON-US/BTFS-1266
BTFS-1266
v0.2.6
Supporting changes for BTFS-1191: Reed Solomon based operations on directory object in one replication unit.
v0.2.5
- Fix an offline add issue with reed solomon chunker
v0.2.4
minor changes for go-btfs unit tests for metadata
v0.2.3
- Add a MetaData() interface to chunkers, specifically for Reed Solomon to return relevant chunk-related information of the scheme
v0.2.2
- Added additional method ChunkSize() to Splitter interface for the new metadata implementation
v0.2.1
- Switch and use latest go-btfs-files so that Size() can be read correctly during online mode
- Make Size() failure fallback to reading stream into buffer - so it won't crash again
- Address a comment in #2 to make NextBytes() use more clear
v0.2.0
- Add reed solomon multi-splitter chunker