Skip to content

Releases: tigrisdata/cli

v3.0.0-beta.2

08 May 13:56
f5a9e2c

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2026-05-08)

Bug Fixes

  • auto-detect Content-Type on upload to match aws s3 cp behaviour (#97) (f5a9e2c)

v3.0.0-beta.1

08 May 11:36
e59543d

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2026-05-08)

⚠ BREAKING CHANGES

  • note. Add conventional-changelog-conventionalcommits
    as a dev dependency so semantic-release can load the preset.
  • tigris buckets set-ttl, tigris buckets set-transition
    and the tigris forks command group were removed in #95. Use
    tigris buckets lifecycle list/create/edit for lifecycle rules and
    tigris buckets create --fork-of / tigris buckets list --forks-of
    for forks instead. Each removed entry now exits with a redirect
    message pointing at the replacement.
  • The --region and --consistency flags on
    tigris mk, tigris buckets create and tigris buckets set were
    removed. Use --locations instead. The flags now exit with a
    redirect message.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

  • fix: hoist breaking-change rule above type-specific releaseRules

Custom releaseRules are matched before the preset defaults; the
existing { type: "refactor", release: "patch" } rule would shadow
the preset's { breaking: true, release: "major" } for any
refactor!: commit (or future custom type rules covering a type that
also carries a BREAKING CHANGE note). Add an explicit breaking rule at
the top so breaking-change detection always wins regardless of type.

Documented gotcha:
semantic-release/commit-analyzer#413

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

Bug Fixes

  • switch semantic-release to conventionalcommits preset (#96) (e59543d), closes #95

v2.18.1-beta.1

08 May 08:25
26dfed6

Choose a tag to compare

v2.18.1-beta.1 Pre-release
Pre-release

2.18.1-beta.1 (2026-05-08)

v2.18.0

23 Apr 11:34
dadc170

Choose a tag to compare

2.18.0 (2026-04-23)

Bug Fixes

  • improve update command resolution and restrict brew updates to stable (#87) (7f2ff38)
  • remove the size indicator in migrate command (#89) (1fe3851)

Features

v2.18.0-beta.2

14 Apr 16:34
6544653

Choose a tag to compare

v2.18.0-beta.2 Pre-release
Pre-release

2.18.0-beta.2 (2026-04-14)

Bug Fixes

  • improve update command resolution and restrict brew updates to stable (#87) (7f2ff38)

Features

v2.18.0-beta.1

10 Apr 12:10
c6ed6db

Choose a tag to compare

v2.18.0-beta.1 Pre-release
Pre-release

2.18.0-beta.1 (2026-04-10)

Features

v2.17.0

09 Apr 14:48
f6f869e

Choose a tag to compare

2.17.0 (2026-04-09)

Bug Fixes

  • use auto-merge for sync PR to respect approval requirement (#80) (09e4599)

Features

  • access key rotation and policy management commands (#81) (1ca3853)

v2.16.1

08 Apr 18:58
a73fbf3

Choose a tag to compare

2.16.1 (2026-04-08)

Bug Fixes

  • always show pagination token when more results exist (#76) (c080ce0)
  • update integration tests for paginated JSON schema (#78) (7226291)

v2.16.0

08 Apr 13:48
0198c52

Choose a tag to compare

2.16.0 (2026-04-08)

Bug Fixes

  • make homebrew tap update script retry-safe (#66) (d673984)
  • use list instead of getBucketInfo for credentials test (#68) (60662d5)
  • use release asset URLs for install scripts (#73) (f9deedf)
  • whoami for fly users (#71) (3831387)

Features

  • add pagination support to list commands (#72) (6e11eed)
  • installation via homebrew tap (#65) (409de90)

v2.15.0

03 Apr 15:23
14d8756

Choose a tag to compare

2.15.0 (2026-04-03)

Bug Fixes

  • restore --force flag and remove -f alias from --format (#54) (fda4bd0)
  • use resolveAuthMethod() in IAM config helpers (#63) (f226f33)

Features

  • add objects info and support t3:// paths in all objects subcommands (#59) (12f8e1f)
  • simplify pre-signing urls (#58) (a0c5966)
  • unified auth resolution and whoami improvements (#60) (11cc183)
  • update command (#57) (e51c01e)