Skip to content

Releases: tigrisdata-archive/tigris-cli

v1.0.0-alpha.6

27 Apr 00:23
fcd1b8d
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

1.0.0-alpha.6 (2022-04-27)

Bug Fixes

Features

  • added command to generate shell completion script and documentation in Markdown format (32907a7)
  • rename repo to tigris-cli (250f443)

BREAKING CHANGES

  • repository renamed to tigris-cli

v1.0.0-alpha.5

26 Apr 05:30
cc4e860
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

1.0.0-alpha.5 (2022-04-26)

Bug Fixes

  • handle empty lines in streams (8a81582)
  • removed db subspace (5213d8c)
  • use latest image build by default (8153ee8)

Features

  • add generate sample-schema command (#27) (037f3e8)
  • allow the user to be able to create the sample schema (#28) (35c4061)
  • describe database and collection API (91f7e34)

BREAKING CHANGES

  • removed db subspace from all commands

v1.0.0-alpha.4

14 Apr 04:56
807a614
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

1.0.0-alpha.4 (2022-04-14)

Bug Fixes

v1.0.0-alpha.3

13 Apr 03:28
35ffc7d
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

1.0.0-alpha.3 (2022-04-13)

Bug Fixes

  • fix schema according to JSON specification (787f592)

v1.0.0-alpha.2

13 Apr 00:58
c3232ea
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

1.0.0-alpha.2 (2022-04-13)

Bug Fixes

  • fix Go version in packaging action (01dc9a4)
  • fixed windows binary build (ba64a8b)

Features

  • feature dump (e431d6d)
    • Transactions support
    • Multi document operations from standard input or parameters
    • Transactional collections operations
    • Tests
    • Database operations moved to db subcommand
  • implement local TigrisDB server starting and stopping (0203ca3)
  • Update CLI with newer API createOrUpdateCollection (0fe982c)

v1.0.0-alpha.1

25 Mar 20:03
bf22556
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

1.0.0-alpha.1 (2022-03-25)

Bug Fixes

  • add release branches configuration (4c4ccc1)
  • fix http connection (0fe3f93)
  • license (d65dec4)
  • schema changed to new format in the example (1df934e)
  • upgrade client to v1.0.0.-alpha.2 (7251aeb)
  • various fixes for readme example to work (363bd09)

Features