Skip to content

Releases: ipfs/go-ds-flatfs

v0.5.5

04 Mar 18:03
76553d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

01 Mar 05:49
9dc3aee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

28 Feb 04:52
771c473
Compare
Choose a tag to compare

What's Changed

  • Fix race condition due to concurrent use of rand source by @gammazero in #125

Full Changelog: v0.5.2...v0.5.3

v0.5.2

27 Feb 15:40
fab50f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

07 Apr 22:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Apr 22:58
27a1f1e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

10 Aug 18:14
v0.4.5
d5fa746
Compare
Choose a tag to compare

Fix renaming across directories for plan9

v0.4.4

17 Apr 21:39
6bc9dab
Compare
Choose a tag to compare

Better disk operation retry logic:

  1. Retry the disk operations directly instead of higher level operations.
  2. Retry renames and deletes.

v0.4.3

10 Apr 22:54
c1f339f
Compare
Choose a tag to compare
  • Make sure to clean up temporary files, even when making multiple writes to the same key.
  • Retry reads everywhere if we have too many files open.
  • Re-try on put with too many files open.

v0.4.2

10 Apr 04:40
01ce5da
Compare
Choose a tag to compare

Open files in "shared delete" mode on windows to ensure that concurrently reading and replacing a block doesn't return an error.