chore(release): bump versions and update changelogs - #231
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 11:16
d8ab0ca to
90c389c
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 4, 2026 13:56
90c389c to
a567861
Compare
designcode
approved these changes
Aug 4, 2026
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.
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
@tigrisdata/cli@3.7.0
Minor Changes
#230
931178aThanks @designcode! -tigris initno longer offers to install a CLI you already have, and the CLI isnow reachable unscoped as
npx tigris.tigrisisn't on PATH; when it is, the"Defaults" hint drops the
CLI - Globalstep and the existing install isbrought up to date instead. Updating delegates to
tigris update, whichmatches how the CLI was installed (npm / Homebrew / standalone binary). If
that fails and leaves a CLI too old to serve the agent handoff (predating
init --agentin 3.5.0), the handoff falls back tonpx.npx tigris init,pnpm dlx),initno longercounts the runner's own throwaway copy as an installed CLI — that copy is gone
the moment the runner exits, so it installs a real one instead.
tigris init --agentnow opens with a single CLI step chosen from whatinitdetected — install when
tigrisis missing, update when it's present —instead of printing both behind
if tigris isn't on $PATHconditions for theagent to evaluate.
tigrispackage: an unscoped alias that hands straight over to@tigrisdata/cli, sonpx tigris initworks without the scope. Everycommand, flag and exit code behaves identically.
#233
8c25b57Thanks @designcode! -tigris buckets migratekeeps more data in flight by default, and the budget isnow tunable per run.
server-side but not yet confirmed — rises from 10 GB to 50 GB. A run made up
of multi-gigabyte objects can now keep several of them in flight at once
instead of serializing files that individually exceeded the old budget.
--max-in-flight-gboverrides that budget, accepting 1 to 100 (default50). Out-of-range and non-numeric values are rejected up front — before
discovery lists the bucket — rather than silently clamped, so the flag always
means what it says. The separate 1,000-object in-flight cap is unchanged.
tigris@3.7.0
Minor Changes
#230
931178aThanks @designcode! -tigris initno longer offers to install a CLI you already have, and the CLI isnow reachable unscoped as
npx tigris.tigrisisn't on PATH; when it is, the"Defaults" hint drops the
CLI - Globalstep and the existing install isbrought up to date instead. Updating delegates to
tigris update, whichmatches how the CLI was installed (npm / Homebrew / standalone binary). If
that fails and leaves a CLI too old to serve the agent handoff (predating
init --agentin 3.5.0), the handoff falls back tonpx.npx tigris init,pnpm dlx),initno longercounts the runner's own throwaway copy as an installed CLI — that copy is gone
the moment the runner exits, so it installs a real one instead.
tigris init --agentnow opens with a single CLI step chosen from whatinitdetected — install when
tigrisis missing, update when it's present —instead of printing both behind
if tigris isn't on $PATHconditions for theagent to evaluate.
tigrispackage: an unscoped alias that hands straight over to@tigrisdata/cli, sonpx tigris initworks without the scope. Everycommand, flag and exit code behaves identically.
#233
8c25b57Thanks @designcode! -tigris buckets migratekeeps more data in flight by default, and the budget isnow tunable per run.
server-side but not yet confirmed — rises from 10 GB to 50 GB. A run made up
of multi-gigabyte objects can now keep several of them in flight at once
instead of serializing files that individually exceeded the old budget.
--max-in-flight-gboverrides that budget, accepting 1 to 100 (default50). Out-of-range and non-numeric values are rejected up front — before
discovery lists the bucket — rather than silently clamped, so the flag always
means what it says. The separate 1,000-object in-flight cap is unchanged.
Patch Changes
931178a,8c25b57]:Note
Low Risk
Release housekeeping only (versions, changelogs, changeset cleanup); no runtime code changes in this PR.
Overview
This is a Changesets release PR: it bumps
@tigrisdata/cliand the unscopedtigrisalias from 3.6.1 → 3.7.0, rolls their pending changeset notes intoCHANGELOG.md, and deletes the consumed.changeset/*.mdfiles. There is no application source change in the diff—only version metadata and release notes.The 3.7.0 entries document two already-merged minor features: smarter
tigris init/npx tigrisalias behavior ([#230]), and higher default plus--max-in-flight-gbtuning fortigris buckets migrate([#233]).Reviewed by Cursor Bugbot for commit a567861. Bugbot is set up for automated code reviews on this repo. Configure here.