Version Packages - #142
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
|
github-actions
Bot
force-pushed
the
release
branch
from
September 11, 2026 15:47
2ec7450 to
b42428c
Compare
commit: |
github-actions
Bot
force-pushed
the
release
branch
from
September 11, 2026 15:51
b42428c to
c3c08ca
Compare
github-actions
Bot
force-pushed
the
release
branch
from
September 11, 2026 16:45
c3c08ca to
a5da267
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request was opened by the release workflow. Merge it to publish the versions below. Pending changesets on
mainwill update this pull request.Releases
@cloudflare/computer@0.4.0
Minor Changes
#124
Workspace.fsgainsrename(oldPath, newPath), exposing the store's existing transactional move through the public surface and throughWorkspaceFilesystemStub. An existing destination is replaced when the two ends agree on kind — a file or symbolic link for a file or symbolic link, an empty directory for a directory — and the operation reportsENOENT,ENOTEMPTY,EISDIR,ENOTDIR,EINVAL, andEROFSas documented indocs/04_filesystem_interface.md. The Worker shell'smvnow calls it, so an interrupted move no longer leaves the entry at both paths or a directory half copied. (e6a92c5) - Thanks @aron-cf#124
findacceptsexclude, a list of glob patterns matched against the same directory-relative path as the inclusion glob. Exclusion is decided first, so it always wins, and an excluded directory is pruned during traversal: neither it nor anything below it is read.limitandoffsetapply to the matches that survive. The option travels throughWorkspaceFilesystem,WorkspaceFilesystemStub, and the public find tool. (e6a92c5) - Thanks @aron-cfPatch Changes
docs/04_filesystem_interface.mdclaimed that symbolic links were internal and thatWorkspace.fshad nosymlink,readlink,lstat, orchmod, none of which matched the shipped API. Those four methods now have sections of their own covering return values and theENOENT,EINVAL, andELOOPcases, the comparison withnode:fs/promisesmaps them, and the specification explains thatstatfollows a trailing link whilelstatreports the link itself. (e6a92c5) - Thanks @aron-cf@cloudflare/dofs@0.4.0
Minor Changes
#124
Workspace.fsgainsrename(oldPath, newPath), exposing the store's existing transactional move through the public surface and throughWorkspaceFilesystemStub. An existing destination is replaced when the two ends agree on kind — a file or symbolic link for a file or symbolic link, an empty directory for a directory — and the operation reportsENOENT,ENOTEMPTY,EISDIR,ENOTDIR,EINVAL, andEROFSas documented indocs/04_filesystem_interface.md. The Worker shell'smvnow calls it, so an interrupted move no longer leaves the entry at both paths or a directory half copied. (e6a92c5) - Thanks @aron-cf#124
findacceptsexclude, a list of glob patterns matched against the same directory-relative path as the inclusion glob. Exclusion is decided first, so it always wins, and an excluded directory is pruned during traversal: neither it nor anything below it is read.limitandoffsetapply to the matches that survive. The option travels throughWorkspaceFilesystem,WorkspaceFilesystemStub, and the public find tool. (e6a92c5) - Thanks @aron-cf#123 Let
computerdkeep its workspace on disk instead of in memory, so it survives a restart. SetCOMPUTERD_DBto a file path — see thecomputerdREADME. (ef8cd11) - Thanks @aron-cfPatch Changes
mkdirnow follows symbolic links in intermediate path segments, so a link to a directory resolves transparently instead of failing withENOTDIR. Creating/alias/new-directorywhere/aliaspoints at/realcreates/real/new-directory, and recursive creation places its missing ancestors under the resolved parent. A resolved parent that is a file still reportsENOTDIR, a dangling parent link reportsENOENT, and a chain longer than the shared forty-hop budget reportsELOOP. (e6a92c5) - Thanks @aron-cf@cloudflare/computerd@0.4.0
Minor Changes
5f310b6) - Thanks @aron-cfPatch Changes
e6a92c5,e6a92c5,e6a92c5,ef8cd11]:@cloudflare/computer-rpc@0.4.0
Patch Changes
e6a92c5,e6a92c5,e6a92c5,ef8cd11]: