Skip to content

Releases: cloudspannerecosystem/spanner-cli

v0.7.0

16 Jun 10:26
8706473
Compare
Choose a tag to compare
  • Features
    • Supports .spanner_cli.cnf file for the current directory
    • Supports environmental variables SPANNER_PROJECT_ID, SPANNER_INSTANCE_ID, and SPANNER_DATABASE_ID for setting project, instance, database respectively.
    • Enhance EXPLAIN statement with showing child type.
    • Supports EXPLAIN ANALYZE statement to show a query execution plan with stats.
  • Bug Fixes
    • Fixes panic with SHOW CREATE TABLE in some situations.
  • Breaking Changes
    • None.
  • Contributors

v0.6.0

19 Apr 15:45
7303713
Compare
Choose a tag to compare
  • Features
    • Supports DROP DATABASE statement.
    • Supports statement hint for SELECT statement.
    • Supports batch DDL update for faster schema updates.
    • Shows query statistics in --verbose mode.
  • Bug Fixes
  • Breaking Changes
    • Delete undocumented EXPLAIN/DESCRIBE <table> statement.
  • Contributors

v0.5.1

04 Apr 03:14
66137f8
Compare
Choose a tag to compare
  • Features
    • Support comment line
  • Bug Fixes
    • Fix separator for query
  • Breaking Changes
    • None

v0.5.0

31 Mar 09:48
35ecce8
Compare
Choose a tag to compare
  • Features
    • Supports STRUCT data type
    • Supports BEGIN RO <RFC3339 time> for read-only transactions with read timestamp
    • Supports --verbose CLI option to show read/commit timestamp
    • Supports --file CLI option to feed SQL queries via file
    • Processes multiple DDLs in a single batch DDL
  • Bug Fixes
    • Fixed null ARRAY is always shown as empty ARRAY
  • Breaking Changes
    • None
  • Contributors

v0.4.0

20 Feb 14:36
9b09d01
Compare
Choose a tag to compare
  • Features
    • Supports WITH clause
    • Supports SPANNER_EMULATOR_HOST environment variable
  • Bug Fixes
    • None
  • Breaking Changes
    • None

v0.3.0

10 Jan 13:27
15c699e
Compare
Choose a tag to compare
  • Features
    • Add --credential option
    • Execute heartbeat to spanner servers to keep the connection in read-write transaction healthy
  • Bug Fixes
    • Block "SHOW TABLES" inside read-write transaction
  • Breaking Changes
    • No breaking changes.

v0.2.0

10 Nov 02:47
Compare
Choose a tag to compare
  • Features
    • SHOW INDEX
    • No more requires spanner.databases.get IAM permission
  • Bug fixes
    • None
  • Breaking Changes
    • Now SHOW COLUMNS needs FROM clause

v0.1.0

21 Oct 03:23
Compare
Choose a tag to compare

Initial release.