chore(release): bump versions and update changelogs - #244
Open
github-actions[bot] wants to merge 1 commit into
Open
chore(release): bump versions and update changelogs#244github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
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.8.0
Minor Changes
#235
f3f2135Thanks @designcode! - Add PostHog usage analytics, reporting onecli_commandevent per invocationwith the command name, its scrubbed arguments, flag names, CLI/OS/runtime
versions, install method, and auth method. Signed-in runs are identified by
account email so CLI activity joins the same person record as the console; runs
with no session use a stable anonymous id that is linked to the account on the
next
tigris login.Credentials are never collected — access keys, secrets, tokens, passwords, and
authorization headers are stripped whether they appear as a flag value or a
positional argument, as are other people's email addresses. The machine hostname
and working directory are never sent. Both telemetry surfaces now share a single
scrubber (
src/utils/redact.ts) so the guarantee cannot drift between usageanalytics and error reports.
Adds
tigris telemetry status | disable | enablefor a persistent opt-out, andprints a one-time disclosure notice on first use. The existing
TIGRIS_NO_TELEMETRYandDO_NOT_TRACKenvironment variables now gate usageanalytics as well as error reports, and are honored for any truthy value rather
than only the literal
1—DO_NOT_TRACK=truepreviously had no effect.tigris@3.8.0
Patch Changes
f3f2135]:Note
Low Risk
Release-only version and changelog updates with no application code changes. Risk is limited to publishing the wrong package metadata if the changelog is inaccurate.
Overview
Consumes the pending PostHog usage-analytics changeset and prepares the 3.8.0 npm release.
Bumps
@tigrisdata/cliand the unscopedtigrisalias from3.7.0→3.8.0, folds the analytics notes into both changelogs, and deletes the consumed.changesetfile.Reviewed by Cursor Bugbot for commit be342a2. Bugbot is set up for automated code reviews on this repo. Configure here.