Releases: tigrisdata-archive/tigris-cli
Releases · tigrisdata-archive/tigris-cli
v1.0.0-alpha.6
1.0.0-alpha.6 (2022-04-27)
Bug Fixes
- environment prefix (4e27c70)
- Make transact command transactional (c11a393)
- minor fixes (#33) (cb53d4b)
- remove db subspace in README (257f9c2)
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
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
v1.0.0-alpha.3
v1.0.0-alpha.2
1.0.0-alpha.2 (2022-04-13)
Bug Fixes
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)