[Sandbox] Add a changelog entry for deprecated APIs#31338
Conversation
Review⏸️ Automatic reviews for this PR are paused. This PR has already received 2 automatic reviews. To run another review, a codeowner can comment
Warnings (3)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
Reviewing with 4 inline suggestions.
Summary
- HIGH (2026-deprecation.mdx:41): Internal link uses full developers.cloudflare.com URL.
- MEDIUM (2026-06-09-deprecating-sandbox-sdk-features.mdx:11,15): Relative time phrases ("the next 30 days", "in 30 days", "In April") become stale. Use absolute dates in changelogs.
- LOW (2026-06-09-deprecating-sandbox-sdk-features.mdx:43): Discord link uses non-standard URL.
…dk-features.mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
…dk-features.mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
…dk-features.mdx Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
|
Review complete — approved on What I did
Follow-upThe author pushed four follow-up commits (
Remaining assessmentNo remaining issues. The changelog frontmatter, migration guide frontmatter, link targets, and MDX syntax are all valid. |
Resolve the DNS FAQ conflict by keeping the production Email Service link. Add @astrojs/markdown-remark as a direct dev dependency so Astro 6 prerender can resolve the generated markdown processor import during build.
…tions # Conflicts: # src/content/docs/cloudflare-one/team-and-resources/devices/cloudflare-one-client/business-continuity.mdx
|
|
||
| ## HTTP and WebSocket transports | ||
|
|
||
| In April 2026, we released the new RPC transport and deprecated the WebSocket transport. This setting governs how the sandbox container talks to the Workers ecosystem. The RPC transport removes the limitations of both the HTTP and WebSocket transports. As of today it is the recommended default, and it will become the default on July 9, 2026. |
There was a problem hiding this comment.
A part from the heading, there is no explicit sentence saying "HTTP and WebSocket transports will no longer be present in Sandbox SDK versions following July 9,2026". Is this the case? If so, we should be explicit
…dk-features.mdx Co-authored-by: Thomas Gauvin <35609369+thomasgauvin@users.noreply.github.com>
Summary
This adds a new changelog entry that documents upcoming changes to the Sandbox SDK API.
It also adds a couple of stubs for supporting documents that need to be added before the changelog can ship.
Documentation checklist