Version Packages#1943
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
6 times, most recently
from
July 20, 2026 16:04
5aa2ec5 to
119eef0
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 20, 2026 16:07
119eef0 to
5dc23ac
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 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
agents@0.17.5
Patch Changes
fff4131Thanks @cjol! - Make theagents/viteturndownstub fail with a diagnostic error when app code calls it directly, and document thestubTurndown: falseopt-out for applications that useturndownthemselves.@cloudflare/shell@0.4.2
Patch Changes
8ecdb61Thanks @mattzcarey! - fix(shell): replace LIKE pattern matching with primary-key range scans inWorkspace.rm({ recursive: true })and theglobprefilter. D1 can reject the previousLIKE ? ESCAPE ?queries withD1_ERROR: LIKE or GLOB pattern too complex: SQLITE_ERROR; the range predicate (path >= '{dir}/' AND path < '{dir}0') avoids that limit, scans thepathindex directly, and needs no escaping of%/_in path names.@cloudflare/think@0.13.1
Patch Changes
ed9f42bThanks @cjol! - Forward routing props through the ThinkonStartlifecycle wrapper.@cloudflare/voice@0.3.5
Patch Changes
219d59bThanks @cjol! - Add AssemblyAI and ElevenLabs streaming STT providers for the voice pipeline.@cloudflare/worker-bundler@0.2.2
Patch Changes
365ced3Thanks @agent-think! - fix: eliminate polynomial-time ReDoS in import/export matching. TheimportExportRegexinrewriteImportsand the regex fallback inparseImportsmatched the import clause with[\w*{}\s,]+followed by\s+, letting both quantifiers consume the same whitespace and backtrack catastrophically on near-match inputs (import+ 10k spaces took ~175s). Clauses are now matched as non-whitespace tokens separated by whitespace and bounded at the next import/export keyword, eliminating both overlapping backtracking and repeated suffix scans while preserving valid imports.@cloudflare/voice-assemblyai@0.0.2
Patch Changes
219d59bThanks @cjol! - Add AssemblyAI and ElevenLabs streaming STT providers for the voice pipeline.@cloudflare/voice-elevenlabs@0.0.2
Patch Changes
219d59bThanks @cjol! - Add AssemblyAI and ElevenLabs streaming STT providers for the voice pipeline.