Skip to content

chore: release Sideband CLI v0.6.2, cloud v0.6.1 - #57

Merged
koistya merged 1 commit into
mainfrom
changeset-release/main
Mar 8, 2026
Merged

chore: release Sideband CLI v0.6.2, cloud v0.6.1#57
koistya merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 8, 2026

Copy link
Copy Markdown
Contributor

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

sideband@0.6.2

Patch Changes

  • #56 00fca3e Thanks @koistya! - Print a QR code in the terminal at daemon startup alongside the Quick Connect URL.

    • Renders below the URL/code block using Unicode half-block characters (▀▄█ ) — halves
      the height vs full-size QR, works on light and dark terminals without ANSI color codes
    • Skipped when the terminal is too narrow to fit the QR without line-wrapping (dynamic
      guard based on actual matrix width + 2-char left margin)
    • Silently skipped on error — QR rendering never blocks startup
    • Not reprinted on QC renewal (would spam the terminal); only URL + code are shown
    • Zero new transitive dependencies (qr package, 0 deps, 7 KB gzipped)
  • Updated dependencies [00fca3e]:

    • @sideband/cloud@0.6.1

@sideband/cloud@0.6.1

Patch Changes

  • #56 00fca3e Thanks @koistya! - Fix relay keepalive lifecycle on both client and daemon sides.
    • Daemon (listen): add SBRP Ping every 45s in runMux to prevent the relay from
      closing idle daemon connections (relay sweeps at 90s; cleared in finally on disconnect)
    • Client (connect): fix keepalive timer race — capture interval handle in a local
      const timer so a stale in-flight send failure from a previous connection cannot clear
      the active connection's timer; terminate() now clears explicitly before transport close

@koistya koistya changed the title chore: release chore: release Sideband CLI v0.6.2, cloud v0.6.1 Mar 8, 2026
@koistya
koistya merged commit 1bc05cd into main Mar 8, 2026
@koistya
koistya deleted the changeset-release/main branch March 8, 2026 13:13
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