Everest v0.10.0¶
Changelog¶
✨ New features and improvements
- Fast mounts on large repositories. Ranges and metaranges are now fetched lazily from the local cache on first access instead of being downloaded up front. Mounts complete in seconds regardless of repository size or network latency, and no longer hit the client's 30-second timeout.
- Apply --log-level, --log-format, and --log-output to every command. The logging flags are now global, so diff, commit, and the other subcommands honor them the same way mount does.
- Richer request logging via the user-agent string. HTTP requests now identify themselves with the Everest version, host OS, and mount protocol (e.g. everest/1.2.3 linux/6.17.0-23-generic FUSE), making server-side logs far easier to trace.
🐛 Bug fixes
- NFS mounts survive handler panics. A panic in any NFS handler or filesystem operation is now recovered and logged with its stack trace instead of crashing the mount-server process.
- Clear error for unsupported mount sources. Mounting a non-lakefs:// source (such as local:// or file://) previously crashed the mount server with a nil-pointer panic. The mount command now rejects these sources up front with a clear "use lakefs://" message.
- Idle-read timeout for lakeFS HTTP clients. Hung connections no longer stall mounts indefinitely — an idle-read timeout closes stuck reads so the mount can recover.
Assets¶
checksums.txt | 504 Bytes | 2026-06-14 | |
everest_0.10.0_Darwin_arm64.tar.gz | sha256:ef3245808af612772a96a4c1bc5ec853b5207337fe799fb6576e964a16de601d | 15.4 MB | 2026-06-14 |
everest_0.10.0_Darwin_x86_64.tar.gz | sha256:ec06cc130ee5b2cfccb238e8b787bba39f6ce57b97a2ac91b21d88708f46fdbf | 16.5 MB | 2026-06-14 |
everest_0.10.0_Linux_arm64.tar.gz | sha256:baaac1678e7779964a1fe910fb1b1ce730e14b5456cb9f7fd036657b76411179 | 14.6 MB | 2026-06-14 |
everest_0.10.0_Linux_x86_64.tar.gz | sha256:54ac8228fc5767e794980fcc0f2c57ac9299df464595c9b1bda7ebd9d216ca44 | 16.1 MB | 2026-06-14 |
everest_0.10.0_Windows_x86_64.zip | sha256:78a52fa0a133c9f1a8fdd68473be1e5ebd84261762e57eb5a4360b1b111258b1 | 16.2 MB | 2026-06-14 |