1.0.0-rc.2

Pre-release

cloudflare/artifact-fs1.0.0-rc.2Jun 26, 2026by elithrar

AI Summary

Release candidate for ArtifactFS 1.0 with dependency updates and lockfile sync.

Key Highlights

  • Updated Go and Sandbox SDK dependencies
  • Include async hydration performance fixes
  • Keep example lockfile in sync

Breaking Changes

  • ArtifactFS now requires Go 1.25+ to build
  • Sandbox example now tracks newer packages with potential API changes
  • TypeScript environment moved to version 6

New Features

  • Dependency updates
  • Async hydration performance fixes
  • Overlay/stat-cache fixes

Full Release Notes

Release candidate for ArtifactFS 1.0.

Changes since 1.0.0-rc.1:

- Update Go dependencies, including `modernc.org/sqlite` to v1.53.0, `github.com/jacobsa/fuse` to the 2026-06-03 revision, and `github.com/urfave/cli` to v1.22.17.
- Update the Cloudflare Sandbox SDK example dependencies, including `@cloudflare/sandbox` to 0.12.2, `wrangler` to 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/sqlite` stack declares Go 1.25, and the README has been updated to match.
- The sandbox example now tracks newer pre-1.0 `@cloudflare/sandbox` packages. 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/node` 26. That can expose stricter type errors in copied or extended example code.

Verification:

- `go build ./cmd/artifact-fs`
- `go vet ./...`
- `go test ./...`
- `npm run typecheck` in `examples/cloudflare-sandbox-sdk`