Promote v0.35.0 to production - #1132
Merged
Merged
Conversation
…1096) * fix: fall back to API task cancellation * fix: route local sandbox transport through app origin * docs: warn against image-only self-host upgrades * fix: generate client uuids without crypto.randomUUID crypto.randomUUID is only available in secure contexts (https or localhost), so prompt submission, task tools, terminal tabs, and attachment handling all threw on plain-http LAN deployments. Route them through a shared helper with a getRandomValues-based v4 fallback. * fix: parameterize dev sandbox route preview port and domain The dev Caddyfile hardcoded the preview proxy at host.docker.internal:18081 with the roomotepreview.localhost host suffix, so dev environments that override ROOMOTE_PREVIEW_PROXY_PORT or the preview domain lost the same-origin sandbox route once the controller prefers app-origin URLs for local preview domains. Defaults are unchanged. * fix: bound live sandbox cancellation before API fallback A dead transport does not always reject quickly: an unresponsive upstream can hold the live cancelTask request open for minutes, and the API fallback only ran on a thrown error. Race the live cancellation against a 10s timeout so Stop degrades to the authenticated cancellation API instead of hanging. * style: format client-uuid test --------- Co-authored-by: sky <136036952+easonLiangWorldedtech@users.noreply.github.com> Co-authored-by: Roomote <roomote@roomote.dev> Co-authored-by: daniel-lxs <ricciodaniel98@gmail.com>
* chore(deps): patch runtime vulnerabilities * chore(deps): preserve release age policy * chore(deps): patch brace expansion advisories --------- Co-authored-by: Roomote <roomote@roomote.dev> Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
…es (#1115) Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
* fix: show source control setup callback URLs * Fix source control OAuth return routing * Address source control OAuth review feedback --------- Co-authored-by: Roomote <roomote@roomote.dev> Co-authored-by: Bruno Bergher <bruno@roocode.com>
* feat: add source-control configuration removal parity * chore: keep clear-config warning type internal * fix: prevent OAuth refresh after provider removal --------- Co-authored-by: Roomote <roomote@roomote.dev>
* feat: add homepage feedback prompt * tweaks * final tweaks * details * Move home feedback prompt beside onboarding * Handle unavailable feedback storage --------- Co-authored-by: Roomote <roomote@roomote.dev> Co-authored-by: Bruno Bergher <bruno@roocode.com>
* feat: track automation activation events * fix: capture cascaded automation activations --------- Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Roomote <roomote@roomote.dev>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
No new code issues found. See task
Reviewed 37351dd |
Contributor
|
Addressed all three outstanding review findings in follow-up draft PR #1133, branched from |
…iders stay connected (#1133) Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
Co-authored-by: Matt Rubens <2600+mrubens@users.noreply.github.com>
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.
Promote v0.35.0
Frozen at
f4deead3bf63163e17726cf63da2bfecbd5caddf— the commit where0.35.0was versioned. Commits merged todevelopafterward require an explicit candidate refresh or ship in the next release.v0.35.0and triggers the existing GHCRv*image publish (latestchannel).release/v0.35.0branch can be deleted after this PR merges.Changelog
0.35.0 (2026-08-06)
This release expands source-control setup and review workflows, adds a direct homepage feedback path, and improves reliability across automations, Slack routing, and self-hosted sandboxes.
Highlights
Minor changes
Patch changes