Skip to content

Releases: RoryQ/spanner-emulator

1.5.7

06 Aug 07:47
a73cb03
Compare
Choose a tag to compare

1.5.6

06 Aug 07:45
6919b6d
Compare
Choose a tag to compare

1.5.5

06 Aug 07:39
6d715fd
Compare
Choose a tag to compare

1.5.4

20 Apr 10:51
c23855e
Compare
Choose a tag to compare

Full Changelog: https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/releases/tag/v1.5.4

Bug Fixes

  • Previously v1.5.1 said DML THEN RETURN is enabled but it did not. Now this feature is ready to use. However, the generated columns in THEN RETURN clause are currently evaluated as null value. The GC support in THEN RETURN is still in progress.
  • Restrict emulator's TO_JSON_STRING from handling non-JSON types

New Feature

  • configure gcloud path in devcontainer
  • Support CREATE/ALTER/DROP CHANGE STREAMS DDL no-op on Cloud Spanner Emulator
  • upgrade golang version
  • update zetasql to make emulator build with gcc8

1.5.3

20 Apr 10:47
6d687de
Compare
Choose a tag to compare

Bump deps for github.com/roryq/spanner-emulator

https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/releases/tag/v1.5.3

Bug Fixes

  • Fixes error for failing to infer the type of null-valued untyped parameters for DATE and TIMESTAMP columns

  • Fix MacOS schema parser build

Incompatible Changes

  • Extend support for disable_query_null_filtered_index_check as a flag and statement level hint

New Feature

  • upgrade abseil dependency

  • upgrade gcc version

  • upgrade zetasql dependency

  • upgrade distroless docker build

  • autoformat WORKSPACE and auto update dependancies using gazelle

1.5.2

27 Mar 09:09
fb41f6f
Compare
Choose a tag to compare

Full Changelog: 1.5.1...1.5.2

1.5.1

06 Mar 09:42
ee4fd6c
Compare
Choose a tag to compare

Bug Fixes

  • Allow using managed index names as query hints in the emulator

New Features

  • Add PG datetime evaluators to the Emulator function catalog.
  • update docker to fix data file read issue
  • Add database dialect support to the emulator.
  • Add PG map_double_to_int evaluator to the Emulator function catalog.
  • Invoker Rights Views Support.
  • Add support of DML THEN RETURN. However, the generated columns in THEN RETURN clause is currently evaluated as null value. The GC support in THEN RETURN is planned.

Significant Changes

  • Support generated primary key mutations in Emulator.
  • Adopt the new operations.proto and ddl_parser.cc.

1.5.0

12 Feb 06:12
edff1ed
Compare
Choose a tag to compare

What's Changed

  • verify image via logs by @RoryQ in #9
  • patch 1.5.0 with info schema csv

Full Changelog: 1.4.9...1.5.0

1.4.9

07 Feb 06:28
082ea0f
Compare
Choose a tag to compare

Full Changelog: 1.4.8...1.4.9

1.4.8

23 Nov 09:01
9039af3
Compare
Choose a tag to compare

Full Changelog: 1.4.7...1.4.8