github zen-fs/core v1.10.0
1.10.0

latest releases: v2.4.4, v2.4.3, v2.4.2...
10 months ago

New backend: SingleBuffer (#162)

This release adds the SingleBuffer backend, which allows you to work with a file system contained within a single buffer. This is very useful for synchronous multi-threaded file system interaction using SharedArrayBuffer. Please note there is no built-in concurrent access prevention.

Usage statistics

All of the core backends now include usage statistics. This includes Passthrough, Fetch (IndexFS), Overlay, InMemory. Additionally, the optional usage method was added to Store.

baseUrl in Fetch options

You are now required to pass an explicit baseUrl parameter to Fetch. This is primarily a security change to avoid misconfigurations. Additionally, the change prevents an issue where a missing baseUrl resulted in an attempt to create an invalid URL.

Don't miss a new core release

NewReleases is sending notifications on new releases.