Skip to content

Releases: dnanexus/dxfuse

v1.0.0-rc.2 Fix xattr, remove CGO

14 Sep 01:00
Compare
Choose a tag to compare
Pre-release

Fix xattr support for setting properties and tags in -limitedWrite mode. Fix crash when attempting to append to a remote file and return EPERM.

Switch from github.com/mattn/go-sqlite3 to modernc.org/sqlite to remove the CGO requirement. Bump dxda to latest release v0.5.7.

Run dxfuse applet and local tests in github actions.

v1.0.0-rc.1 -limitedWrite support

08 Sep 19:54
Compare
Choose a tag to compare
Pre-release

Backwards incompatible release candidate of dxfuse v1.0.0-rc.1.

New flag -limitedWrite for supporting append only writes to DNAnexus. See README of append-only-writes branch for supported operations and limitations https://github.com/dnanexus/dxfuse/tree/append-only-writes#limited-write-mode.

Removed dxfuse -sync command previously used for syncing writeable files to DNAnexus.

Enable FUSE options for kernel readahead and pagecache to support shared read-only mmap.

v0.25.0 Fix folders with quotes, noatime

08 Sep 04:54
42bf9f7
Compare
Choose a tag to compare

Mount with noatime option. Fix sql statements to handle folder names with quotes.

v0.24.3 Fix manifest input

24 Aug 22:34
5974663
Compare
Choose a tag to compare

Do not throw an error if a manifest file is provided as input and the file contains all of the describe information.

v0.24.2 Support single quote ' in filename

03 Jun 18:24
32ddb89
Compare
Choose a tag to compare

Utilize prepared SQL statements for queries with filenames. Allows filenames with ' single quotes.

v0.24.1 Increase startup wait time

10 May 16:09
8551c08
Compare
Choose a tag to compare

Increase wait for dxfuse to initialize from 10 seconds to 90 seconds.

v0.24.0 Optimize first read of remote directory

02 Feb 22:53
bf41851
Compare
Choose a tag to compare

Reduce time to list folder contents with thousands of objects upon first read of directory by optimizing the posix conversion for objects.
Bump to golang 1.15.7

v0.23.3 Log go panics to logfile

28 Jan 18:27
d5103fe
Compare
Choose a tag to compare

Log go panics to the dxfuse logfile by redirecting the daemon subprocess's stderr to the logfile.

v0.23.2 Increase number of http retries from 3 --> 10

15 Jan 17:19
51811ca
Compare
Choose a tag to compare

Increase default number of retries of http requests from 3 --> 10.

v0.23.1 Bump dxda to v0.5.4

13 Jan 21:25
d2af5f7
Compare
Choose a tag to compare

Bump dxda dependency from v0.5.1 --> v0.5.4. Should decrease dxfuse crashes when an http request fails.