Releases: cloudspannerecosystem/spanner-cli
Releases · cloudspannerecosystem/spanner-cli
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
v0.9.17
- Features
- Support
THEN RETURN
in DML statement (#152)
- Bug Fixes
- Preserve comments for SQL and fix some comment handling (#150)
- Breaking Changes
v0.9.16
- Features
- Support accessing database with fine-grained access control (#147)
- Bug Fixes
- Breaking Changes
v0.9.15
- Features
- Support
ANALYZE
statement (#141)
- Bug Fixes
- Breaking Changes
v0.9.14
- Features
- Add fine-grained ACL support (#140)
- Bug Fixes
- Breaking Changes
v0.9.13
- Features
- New option called
--history
to configure history file path (#138)
- Bug Fixes
- Breaking Changes
v0.9.12
- Features
- Remove EXPERIMENTAL flag for query execution plan (#131)
- Handles SIGINT (Ctr-C) and gracefully stops an inflight request. (#134)
- Support generic DDLs (Support CREATE/ALTER/DROP CHANGE STREAM) (#136)
- Bug Fixes
- Breaking Changes
v0.9.11
- Features
- Support Transaction Tags and Request Tags (#128)
- Bug Fixes
- Breaking Changes
v0.9.10
- Features
- Bug Fixes
- Fix decode algorithm for bytes data (#123)
- Breaking Changes