Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Releases: ipfs/go-unixfs

v0.4.6

25 May 15:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.6

v0.4.5

24 Mar 01:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.5

v0.4.4

02 Mar 08:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

09 Feb 18:59
467d139
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.1

14 Nov 11:58
5e0105a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Jun 09:43
59752ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

22 Nov 22:23
Compare
Choose a tag to compare

Highlights

This is a patch release over v0.3.0 fixing some incorrect dependencies.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 Nov 22:25
87e5542
Compare
Choose a tag to compare

Highlights

  • Support for threshold based automatic unsharding using a DynamicDirectory (replacement for the UpgradeableDirectory)
  • Some fixes related to automatic sharding
  • A custom HAMT link enumeration function that walks deeper in the tree earlier rather than being more BFS-like #111
  • Support for the latest go-datastore
  • Switch to Unified CI (https://github.com/protocol/.github)

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.3.0

v0.2.3

06 Jan 00:42
da35b26
Compare
Choose a tag to compare

This fixes go-unixfs to correctly return an error when seeking in a file that doesn't support seeking.