Releases: RoryQ/spanner-emulator
Releases · RoryQ/spanner-emulator
1.5.24
1.5.23
Full Changelog: 1.5.22...1.5.23
1.5.22
Full Changelog: 1.5.21...1.5.22
1.5.21
Full Changelog: 1.5.20...1.5.21
1.5.20
Full Changelog: 1.5.19...1.5.20
1.5.19
Full Changelog: 1.5.18...1.5.19
1.5.18
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
1.5.16
1.5.15
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