Skip to content

Releases: RoryQ/spanner-emulator

1.5.24

08 Oct 10:02
73f0d19
Compare
Choose a tag to compare

1.5.23

08 Oct 09:54
219352b
Compare
Choose a tag to compare

Full Changelog: 1.5.22...1.5.23

1.5.22

08 Oct 09:53
dadc892
Compare
Choose a tag to compare

Full Changelog: 1.5.21...1.5.22

1.5.21

08 Oct 09:52
a813eb4
Compare
Choose a tag to compare

Full Changelog: 1.5.20...1.5.21

1.5.20

08 Oct 09:51
5ce26aa
Compare
Choose a tag to compare

Full Changelog: 1.5.19...1.5.20

1.5.19

08 Oct 09:43
7a3b683
Compare
Choose a tag to compare

Full Changelog: 1.5.18...1.5.19

1.5.18

08 Oct 09:34
f643a0e
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/googleapis/gax-go/v2 from 2.12.3 to 2.12.4 by @dependabot in #41
  • Bump cloud.google.com/go/spanner from 1.61.0 to 1.63.0 by @dependabot in #46
  • Bump google.golang.org/api from 0.180.0 to 0.182.0 by @dependabot in #47
  • Bump docker/build-push-action from 5 to 6 by @dependabot in #50
  • Bump google.golang.org/api from 0.182.0 to 0.195.0 by @dependabot in #68

Full Changelog: 1.5.17...1.5.18

1.5.17

02 May 09:35
29a51c5
Compare
Choose a tag to compare
bump emulator to 1.5.17

1.5.16

02 May 09:32
3c7d36b
Compare
Choose a tag to compare
bump emulator to 1.5.16

1.5.15

25 Mar 09:59
af8594c
Compare
Choose a tag to compare

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

Bug Fixes

  • ALTER DATABASE ddl not supported (GoogleCloudPlatform/cloud-spanner-emulator#27)
  • Include varchar limit for varchar types in the spanner\type column of information_schema.columns and information_schema.index_columns tables.
  • Fix foreign key transaction restriction for the transaction with multiple flush.
  • Fix foreign key action effector for unordered referencing FK.

New Feature

  • Support proto and enum types in cloud spanner emulator.
  • Enable support for JSON converter functions and LAX converters in cloud spanner emulator\
  • Support ALTER DATABASE DDL as a no-op
  • Support Sequence in PostgreSQL.
  • Return unsupported error for upsert queries
  • Add builtin PostgreSQL TVFs
  • Enable Foreign Key Delete Cascade Action.
  • Adding ML_PREDICT_ROW function
  • Enable INSERT OR IGNORE and INSERT OR UPDATE
  • Adding ML.PREDICT function.
  • Support Directed Reads feature