Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
v0.10.9
- Features
- Add cli flag --version to show version of spanner-cli: #198
- Bug Fixes
- Breaking Changes
v0.10.8
- Features
- Support
--proto-descriptor-file
CLI flag to allow users to specify the protobuf descriptor file used for some DDL commands.
- Bug Fixes
- Breaking Changes
v0.10.7
- Features
- Support
--skip-tls-verify
CLI flag to insecurely skip the TLS certificate verification: #194
- Bug Fixes
- Breaking Changes
v0.10.6
- Features
- Show column type in query result header when spanner-cli is executed with
--verbose
option: #191
- Support
DESCRIBE
statement to show the query shape (column name and type): #191
- Bug Fixes
- Breaking Changes
v0.10.5
- Features
- Support PROTO and ENUM column type: #182
- Bug Fixes
- Breaking Changes
v0.10.4
- Features
- Support
GRAPH
statement for Spanner Graph (#181)
- Bug Fixes
- Breaking Changes
v0.10.3
- Features
- Support
SHOW TABLES
with schema (#173)
- Support FLOAT32 type (#176)
- Bug Fixes
- Breaking Changes
v0.10.2
- Features
- Add support for
CALL
statement (#171)
- Bug Fixes
- Breaking Changes
v0.10.1
- Features
- Add support for RENAME TABLE (#165)
- Bug Fixes
- Breaking Changes
v0.10.0
- Features
- Add support for directed reads (#163)
- Bug Fixes
- Breaking Changes