chore(cli): bump version to 0.2.19#4642
Conversation
First CLI release carrying the in-band relay drain handler (#4594): host-service recognizes the {type:"drain"} message and reconnects immediately on a relay deploy instead of waiting out the inbound- silence watchdog.
|
Ready to review this PR? Stage has broken it down into 1 individual chapter for you:
Chapters generated by Stage for commit 684fd8a on May 16, 2026 8:03pm UTC. |
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe CLI package version is incremented from 0.2.18 to 0.2.19. The VERSION constant in cli.config.ts and the version field in package.json are both updated to reflect this patch release. ChangesCLI Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint skipped: no ESLint configuration detected in root package.json. To enable, add Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Greptile SummaryBumps
Confidence Score: 5/5This PR is safe to merge — it is a two-line version bump with both files in sync and no logic changes. The only changes are the version string in cli.config.ts and package.json, both updated consistently to 0.2.19. The actual drain-handler code shipped in a prior PR; this is purely the release tag bump. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/cli.config.ts | VERSION constant bumped from 0.2.18 to 0.2.19; no other changes. |
| packages/cli/package.json | version field bumped from 0.2.18 to 0.2.19; consistent with cli.config.ts. |
Sequence Diagram
sequenceDiagram
participant Relay
participant HostService
Note over Relay,HostService: Before 0.2.19 (no drain handler)
Relay->>Relay: SIGINT received
Relay--xHostService: connection drops silently
HostService->>HostService: wait ~75s inbound-silence watchdog
HostService->>Relay: reconnect after watchdog timeout
Note over Relay,HostService: With 0.2.19 (drain handler from #4594)
Relay->>Relay: SIGINT received
Relay->>HostService: "{type: "drain"} message"
HostService->>Relay: reconnect immediately
Reviews (1): Last reviewed commit: "chore(cli): bump version to 0.2.19" | Re-trigger Greptile
First CLI release carrying the in-band relay drain handler (#4594): host-service recognizes the {type:"drain"} message and reconnects immediately on a relay deploy instead of waiting out the inbound- silence watchdog.
Bumps
@superset/clito 0.2.19.First CLI release that carries the in-band relay drain handler from #4594 — the host-service recognizes the
{type:"drain"}message the relay sends before a SIGINT shutdown and reconnects immediately, instead of sitting out the ~75s inbound-silence watchdog on every relay deploy.cli-v0.2.18is already tagged, so the drain-capable build ships as 0.2.19.Summary by cubic
Bumps
@superset/clito 0.2.19. This release adds the in-band relay drain handler so the host service reconnects immediately on relay deploys, avoiding the ~75s inbound-silence watchdog.Written for commit 684fd8a. Summary will update on new commits. Review in cubic
Summary by CodeRabbit