Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2025

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

@cloudflare/[email protected]

Patch Changes

  • #249 e69dce5 Thanks @ghostwriternr! - Fix code context isolation bug where contexts leaked state after 10 executions. Each code context now gets a dedicated executor process from creation to deletion, ensuring complete isolation between contexts. Removed maximum pool size limits to allow organic scaling.

  • #258 34bfb81 Thanks @ghostwriternr! - Fix executor mutex race condition and memory leak in code interpreter

  • #256 088ee5f Thanks @ghostwriternr! - Remove output size limit for command execution

    The 10MB output size limit that was intended to prevent OOM attacks has been removed. This limit was too restrictive for legitimate use cases like reading large media files. Developers are now trusted to manage their own resource usage and handle potential OOM situations.

  • #254 8728890 Thanks @deathbyknowledge! - close stream before releasing lock

@github-actions github-actions bot force-pushed the changeset-release/main branch from d7c00ee to 806b971 Compare November 26, 2025 17:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7e3a4e1 to 9e177af Compare November 26, 2025 20:31
@ghostwriternr
Copy link
Member

@claude on this branch, run npm install from the root and if the lockfile looks different commit it and push

@claude
Copy link
Contributor

claude bot commented Nov 27, 2025

Claude finished @ghostwriternr's task —— View job


Running npm install and checking for lockfile changes

  • Check current git status
  • Run npm install from root
  • Check if lockfile changed (it did)
  • Commit and push changes

Summary

Successfully ran npm install and committed the updated lockfile. The package-lock.json had changes where npm removed "peer": true flags from various packages (15 insertions, 31 deletions). Changes have been pushed to the changeset-release/main branch.

Commit: 2d8b59c


@cloudflare cloudflare deleted a comment from claude bot Nov 27, 2025
Remove peer dependency flags that npm install resolved.

Co-authored-by: Naresh <[email protected]>
@ghostwriternr ghostwriternr merged commit 458d140 into main Nov 27, 2025
10 checks passed
@ghostwriternr ghostwriternr deleted the changeset-release/main branch November 27, 2025 00:52
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