Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
v0.11.1
- Features
- Disable native client-side metrics (#207)
- Bug Fixes
- Breaking Changes
v0.11.0
- Features
- Add transaction-level isolation level setting (#206)
- Bug Fixes
- Breaking Changes
v0.10.10
- Features
- Update google-cloud-go/spanner to v1.77.0
- Bug Fixes
- Breaking Changes
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