Releases: GoogleCloudPlatform/cloud-spanner-emulator
Releases · GoogleCloudPlatform/cloud-spanner-emulator
v1.4.7
v1.4.6
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
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
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
v1.4.1
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
v1.3.0
Update README