chore(release): bump versions and update changelogs - #205
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 08:08
be6335b to
fe5dcb8
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 24, 2026 13:06
fe5dcb8 to
38028fd
Compare
designcode
approved these changes
Jul 24, 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.6.0
Minor Changes
#204
bb29d3aThanks @designcode! - Add--default-tiertotigris buckets setand--snapshot-version(alias--snapshot) totigris objects restore/tigris objects restore-info.#207
f252179Thanks @designcode! - AddTIGRIS_FORCE_PATH_STYLEenv var to force S3 path-style addressing (bucket in the URL path instead of the host), applied across every auth method. Useful behind gateways or proxies that don't support virtual-hosted-style requests. Also namespace the Auth0 env overrides (AUTH0_DOMAIN/AUTH0_CLIENT_ID/AUTH0_AUDIENCE→TIGRIS_AUTH0_*) for consistency with the otherTIGRIS_*variables.Patch Changes
e44ef8a,55a3b54]:@tigrisdata/storage@3.18.0
Minor Changes
55a3b54Thanks @designcode! - AdddefaultTiertoupdateBucketfor changing an existing bucket's default storage tier, andsnapshotVersiontorestoreObject/getRestoreInfoto target a point-in-time bucket snapshot.@tigrisdata/iam@2.2.2
Patch Changes
e44ef8aThanks @designcode! - FixlistPoliciesnever returning apaginationToken. TheIsTruncatedandMarkerfields are nested insideListPoliciesResultin the API response, but were being read from the top level, so the next-page token was alwaysundefined.Note
Low Risk
Release-only metadata (versions, changelogs, changeset cleanup) with no runtime code changes in this PR.
Overview
Changesets release that bumps published package versions and records what shipped; it does not add new application code in this diff.
@tigrisdata/cli@3.6.0 documents CLI additions:
--default-tierontigris buckets set, and--snapshot-version/--snapshotontigris objects restoreandrestore-info. It also documentsTIGRIS_FORCE_PATH_STYLEfor path-style S3 URLs across auth methods, and renames Auth0 overrides toTIGRIS_AUTH0_*.@tigrisdata/storage@3.18.0 documents
defaultTieronupdateBucketandsnapshotVersiononrestoreObject/getRestoreInfo.@tigrisdata/iam@2.2.2 documents a fix so
listPoliciesreturnspaginationTokenby readingIsTruncated/MarkerfromListPoliciesResult.Consumed
.changeset/*.mdentries are removed;package.jsonversions andCHANGELOG.mdsections are updated accordingly.Reviewed by Cursor Bugbot for commit 38028fd. Bugbot is set up for automated code reviews on this repo. Configure here.