Releases: cloudflare/artifact-fs
Releases · cloudflare/artifact-fs
ArtifactFS 1.0.0-rc.3
Release candidate for ArtifactFS 1.0.
This supersedes 1.0.0-rc.2. The rc.2 tag was cut before the PR branch's required Go 1.25 modernize fix landed; rc.3 points at the merged, build-passing main commit.
Changes since 1.0.0-rc.1:
- Update Go dependencies, including
modernc.org/sqliteto v1.53.0,github.com/jacobsa/fuseto the 2026-06-03 revision, andgithub.com/urfave/clito v1.22.17. - Update the Cloudflare Sandbox SDK example dependencies, including
@cloudflare/sandboxto 0.12.2,wranglerto 4.105.0, Workers types to 4.20260626.1, TypeScript to 6.0.3, and Node types to 26.0.1. - Include the async hydration performance fixes and overlay/stat-cache fixes that landed after rc.1.
- Apply the Go 1.25 modernize updates required by CI for hydrator tests and benchmarks.
Potential breaking changes:
- ArtifactFS now requires Go 1.25+ to build. The updated
modernc.org/sqlitestack declares Go 1.25, and the README has been updated to match. - The sandbox example now tracks newer pre-1.0
@cloudflare/sandboxpackages. Pre-1.0 minor releases can include API changes, so downstream examples copied from this package should re-run type checks. - The example type environment moved to TypeScript 6 and
@types/node26. That can expose stricter type errors in copied or extended example code.
Verification:
ArtifactFS 1.0.0-rc.2
Release candidate for ArtifactFS 1.0.
Changes since 1.0.0-rc.1:
- Update Go dependencies, including
modernc.org/sqliteto v1.53.0,github.com/jacobsa/fuseto the 2026-06-03 revision, andgithub.com/urfave/clito v1.22.17. - Update the Cloudflare Sandbox SDK example dependencies, including
@cloudflare/sandboxto 0.12.2,wranglerto 4.105.0, Workers types to 4.20260626.1, TypeScript to 6.0.3, and Node types to 26.0.1. - Include the async hydration performance fixes and overlay/stat-cache fixes that landed after rc.1.
- Keep the example lockfile in sync with the updated package manifest.
Potential breaking changes:
- ArtifactFS now requires Go 1.25+ to build. The updated
modernc.org/sqlitestack declares Go 1.25, and the README has been updated to match. - The sandbox example now tracks newer pre-1.0
@cloudflare/sandboxpackages. Pre-1.0 minor releases can include API changes, so downstream examples copied from this package should re-run type checks. - The example type environment moved to TypeScript 6 and
@types/node26. That can expose stricter type errors in copied or extended example code.
Verification:
go build ./cmd/artifact-fsgo vet ./...go test ./...npm run typecheckinexamples/cloudflare-sandbox-sdk
ArtifactFS 1.0.0-rc.1
Release candidate for ArtifactFS 1.0.
Includes the Git-backed FUSE filesystem with lazy blob hydration, persistent writable overlay support, Git workflow compatibility, and the latest ctime/stat-cache fixes for overlay writes and renames.