Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
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
v0.9.19
- Features
- Add option for setting a custom API endpoint (#162)
- Bug Fixes
- Breaking Changes
v0.9.18
- Features
- Bug Fixes
- Fix the regression caused in v0.9.17 for the statement followed by comments (#154)
- Breaking Changes