Skip to content

Releases: huggingface/hf-mount

v0.3.0

03 Apr 08:04
796639c

Choose a tag to compare

What's Changed

  • fix: remove stale staging file before download to prevent corruption by @XciD in #87
  • fix: prevent deadlock when shutdown is called concurrently by @XciD in #89
  • feat: add user-agent header with version to HTTP clients by @XciD in #92
  • chore: bump nfsserve dependency from 0.10 to 0.11 by @assafvayner in #93
  • feat: add hf-mount-sidecar binary for CSI sidecar injection by @XciD in #86

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Mar 22:44

Choose a tag to compare

What's Changed

  • perf: speed up tree listing by increasing page size and dropping expand by @XciD in #81

Full Changelog: v0.1.1...v0.2.0

v0.1.1

26 Mar 16:45
312284b

Choose a tag to compare

What's Changed

  • fix: re-check dirty status before poll deletes inode (TOCTOU race) by @XciD in #67
  • fix: schedule flush after NFS exclusive create with empty files by @jedisct1 in #71
  • perf: skip redundant HEAD revalidation after flush commit by @XciD in #73
  • fix: prevent file descriptor exhaustion on bulk NFS deletes by @XciD in #68
  • perf: chunk upload_files to bound FD usage during flush by @XciD in #72
  • fix: prevent poll from deleting inodes with open file handles by @XciD in #74
  • fix: prevent apply_commit from clobbering size/hash on generation mismatch by @XciD in #75
  • fix: serialize setattr truncate with write to prevent inode size race by @XciD in #76
  • fix: tolerate rename Phase 3 failure after remote mutation by @XciD in #77
  • chore: release v0.1.1 by @XciD in #79

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

25 Mar 16:34
bbc8258

Choose a tag to compare

What's Changed

  • refactor: empty default features by @XciD in #49
  • docs: add agentic storage blurb to README by @julien-c in #50
  • docs: add Kubernetes / CSI driver section by @XciD in #51
  • fix: replace .unwrap() with .expect() on mutex locks for consistency by @XciD in #52
  • refactor: extract VfsConfig struct from VirtualFs::new() parameters by @XciD in #53
  • docs: document lock ordering invariants on VirtualFs by @XciD in #54
  • Change image source for hf-mount thumbnail by @gary149 in #56
  • fix: block unlink while file has open handles in streaming mode by @XciD in #59
  • docs: note that streaming mode does not support text editors by @XciD in #61
  • fix: lazy-load repo tree instead of preloading at startup by @XciD in #57
  • feat: add --version flag to all binaries by @XciD in #63
  • fix: support unprivileged FUSE mounts (user namespaces) by @XciD in #64
  • feat: structured Hub errors with automatic retry on transient failures by @XciD in #55

New Contributors

Full Changelog: v0.0.1...v0.1.0

v0.0.1

23 Mar 17:32

Choose a tag to compare