Skip to content

Releases: GoogleCloudPlatform/cloud-spanner-emulator

v1.4.7

09 Nov 08:11
d3ce8c2
Compare
Choose a tag to compare

New Feature

*   enable granular instances in emulator

*   Added support of `disable_inline` hint to the cloud spanner.

*   upgrade go version to fix a vulnerability

*   support the hint hash_join_execution in emulator

*   upgrade zetasql

v1.4.6

26 Sep 05:46
1ce6d3b
Compare
Choose a tag to compare

New Features

  • upgrade go version to fix a vulnerability
  • bazel multi architecture docker file
  • Remove changelog file. Each release will have its own changelog

v1.4.5

09 Sep 12:58
dd2313c
Compare
Choose a tag to compare

New Features

  • Add creation time to instance API
  • Add update time to instance API
  • Change type of COLUMN_DEFAULT in INFORMATION_SCHEMA from BYTES to STRING
  • The Spanner emulator will enforce a maximum number of elements
    in an IN list, to match that enforced by Spanner.
  • upgrade bazel and almost all of the external dependencies
  • Add support for Default Primary Key Columns.
  • update to ubuntu 1804 and reuse existing ubuntu docker file for release

v1.4.3

10 Aug 12:15
b4dd2d9
Compare
Choose a tag to compare

New Features

  • Add support for INFORMATION_SCHEMA.TABLES ROW_DELETION_POLICY_EXPRESSION column

  • Support ANALYZE parsing in emulator and ignore the schema change

  • Add INFORMATION_SCHEMA.DATABASE_OPTIONS to spanner emulator.

v1.4.2

28 Mar 20:50
4bc1ce0
Compare
Choose a tag to compare

New Features

  • Add support for INFORMATION_SCHEMA.TABLES ROW_DELETION_POLICY_EXPRESSION column.

Bugs

  • Fixed compatibility issue due to reliance on libstdc++.so.6 version `GLIBCXX_3.4.26'.

v1.4.1

28 Jan 04:19
e887ff5
Compare
Choose a tag to compare

New Features

  • Addded INFORMATION_SCHEMA.COLUMN_COLUMN_USAGE to spanner emulator.
  • Addded syntax-only support for LOCK_SCANNED_RANGES hint to avoid syntax errors.
  • Updated zetasql version to 2021.09.1.
  • Added support for row deletion policy syntax. The syntax will be treated as no op.

Bugs

  • Fixed grpc metadata error: gRPC error (INTERNAL_ERROR) which happens when metadata is set.

v1.4.0

15 Dec 02:45
c8d824e
Compare
Choose a tag to compare

What's Changed

  • Added support for named arguments.
  • The emulator now supports JSON columns and functions (#37).
  • Added support for INFORMATION_SCHEMA.TABLES TABLE_TYPE column (#43).
  • Query size limits updated to match production (#52).

v1.3.0

07 Sep 20:14
Compare
Choose a tag to compare
Update README