Skip to content

chore: version packages - #6

Merged
danlapid merged 1 commit into
mainfrom
changeset-release/main
Sep 5, 2026
Merged

danlapid merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

durable-object-fs@1.0.0

Minor Changes

  • #5 127ad2d Thanks @danlapid! - Add mount-aware synchronous file descriptors for local backends, including positional
    I/O, append flags, truncation, sync, and POSIX stat mode bits for Emscripten NODERAWFS.
    Descriptors are isolated by mount context and remain attached to their original files
    across unmount, local rename, and unlink.

    Store SQLite file contents in 64 KiB pages to support large files, sparse writes, and
    incremental streams without exceeding the SQLite row limit. Existing inline BLOBs
    migrate on mutation. Construct LocalDOFilesystem with the full DurableObjectStorage
    object to enable transactional paged writes and writable descriptors; the existing
    SqlStorage constructor retains small inline writes and can read both formats.

Patch Changes

  • Updated dependencies [127ad2d]:
    • worker-fs-mount@0.2.0

worker-fs-mount@0.2.0

Minor Changes

  • #5 127ad2d Thanks @danlapid! - Add mount-aware synchronous file descriptors for local backends, including positional
    I/O, append flags, truncation, sync, and POSIX stat mode bits for Emscripten NODERAWFS.
    Descriptors are isolated by mount context and remain attached to their original files
    across unmount, local rename, and unlink.

    Store SQLite file contents in 64 KiB pages to support large files, sparse writes, and
    incremental streams without exceeding the SQLite row limit. Existing inline BLOBs
    migrate on mutation. Construct LocalDOFilesystem with the full DurableObjectStorage
    object to enable transactional paged writes and writable descriptors; the existing
    SqlStorage constructor retains small inline writes and can read both formats.

r2-fs@1.0.0

Patch Changes

  • Updated dependencies [127ad2d]:
    • worker-fs-mount@0.2.0

@danlapid
danlapid merged commit b5a9064 into main Sep 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant