Skip to content

chore: release 0.2.27 - #107

Merged
DEENUU1 merged 1 commit into
mainfrom
chore/release-0.2.27
Aug 20, 2026
Merged

chore: release 0.2.27#107
DEENUU1 merged 1 commit into
mainfrom
chore/release-0.2.27

Conversation

@DEENUU1

@DEENUU1 DEENUU1 commented Aug 20, 2026

Copy link
Copy Markdown
Member

Cuts 0.2.27 for #106 - a glob rooted in the workspace rather than in the
machine.

Behaviour change, and worth reading before upgrading: a caller that
relied on glob searching the whole filesystem from a shell-backed
sandbox will now search the working directory. That reliance is unlikely
to have been deliberate - the same call on a virtual-path backend always
meant the workspace - but a caller wanting the machine can still ask for
it by naming an absolute root.

Everything else is a fix in the direction callers already expected: **/*
now matches files at the top level, and a glob of * no longer answers
2540 paths from /proc.

Version and changelog only. Verified on #106 before merge: the full
suite, 100% coverage, and the built command checked against a live
service - find . -path '*/*' -type f in a workspace holding three files
answers exactly those three.

Cuts 0.2.27 for #106 - a glob rooted in the workspace rather than in the
machine.

Behaviour change, and worth reading before upgrading: a caller that
relied on `glob` searching the whole filesystem from a shell-backed
sandbox will now search the working directory. That reliance is unlikely
to have been deliberate - the same call on a virtual-path backend always
meant the workspace - but a caller wanting the machine can still ask for
it by naming an absolute root.

Everything else is a fix in the direction callers already expected: `**/*`
now matches files at the top level, and a glob of `*` no longer answers
2540 paths from `/proc`.

Version and changelog only. Verified on #106 before merge: the full
suite, 100% coverage, and the built command checked against a live
service - `find . -path '*/*' -type f` in a workspace holding three files
answers exactly those three.
@github-project-automation github-project-automation Bot moved this to Triage in Vstorm OSS Aug 20, 2026
@DEENUU1
DEENUU1 merged commit a2fda33 into main Aug 20, 2026
15 checks passed
@DEENUU1
DEENUU1 deleted the chore/release-0.2.27 branch August 20, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

1 participant