Skip to content

Commit

Permalink
Project import generated by Copybara. (#79)
Browse files Browse the repository at this point in the history
* Project import generated by Copybara.

GitOrigin-RevId: 10d7ed1a7dceaf8b3c4ad9fa3f11a78e80b36887

Co-authored-by: A. Googler <[email protected]>
  • Loading branch information
1 parent b4dd2d9 commit dd2313c
Show file tree
Hide file tree
Showing 220 changed files with 3,151 additions and 940 deletions.
1 change: 0 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ build --copt -Wno-sign-compare
build --copt -Wno-deprecated-declarations
build --copt -Wno-return-type
build --copt -Wno-unused-but-set-parameter
build --cxxopt -Wno-pessimizing-move
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changes

## v1.4.4

### New Feature

* 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

### New Features
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ docker run -p 9010:9010 -p 9020:9020 gcr.io/cloud-spanner-emulator/emulator:$VER
### Via pre-built linux binaries

The emulator is also distributed as a standalone linux binary. Note that this
binary is not fully static, but has been tested on Ubuntu 16.04/18.04, CentOS 8,
RHEL 8, and Debian 9/10.
binary is not fully static, but has been tested on Ubuntu 18.04+, CentOS
7+, RHEL 8+ and Debian 10+.

```shell
VERSION=1.4.2
Expand Down
Loading

0 comments on commit dd2313c

Please sign in to comment.