Skip to content

Commit

Permalink
chore(spanner): release 1.11.0 (#3045)
Browse files Browse the repository at this point in the history
* chore(spanner): release 1.11.0
  • Loading branch information
hengfengli committed Oct 20, 2020
1 parent c7f019e commit f7a5a10
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -26,7 +26,7 @@ import (

// Repo is the current version of the client libraries in this
// repo. It should be a date in YYYYMMDD format.
const Repo = "20201012"
const Repo = "20201019"

// Go returns the Go runtime version. The returned string
// has no whitespace.
Expand Down
29 changes: 29 additions & 0 deletions spanner/CHANGES.md
@@ -1,5 +1,34 @@
# Changes

## v1.11.0

* Features:
- feat(spanner): add KeySetFromKeys function (#2837)
* Misc:
- test(spanner): check for Aborted error (#3039)
- test(spanner): fix potential race condition in TestRsdBlockingStates (#3017)
- test(spanner): compare data instead of struct (#3013)
- test(spanner): fix flaky oc_test.go (#2838)
- docs(spanner): document NULL value (#2885)
* spansql/spannertest:
- Support JOINs (all but FULL JOIN) (#2936, #2924, #2896, #3042, #3037, #2995, #2945, #2931)
- feat(spanner/spansql): parse CHECK constraints (#3046)
- fix(spanner/spansql): fix parsing of unary minus and plus (#2997)
- fix(spanner/spansql): fix parsing of adjacent inline and leading comments (#2851)
- fix(spanner/spannertest): fix ORDER BY combined with SELECT aliases (#3043)
- fix(spanner/spannertest): generate query output columns in construction order (#2990)
- fix(spanner/spannertest): correct handling of NULL AND FALSE (#2991)
- fix(spanner/spannertest): correct handling of tri-state boolean expression evaluation (#2983)
- fix(spanner/spannertest): fix handling of NULL with LIKE operator (#2982)
- test(spanner/spannertest): migrate most test code to integration_test.go (#2977)
- test(spanner/spansql): add fuzz target for ParseQuery (#2909)
- doc(spanner/spannertest): document the implementation (#2996)
- perf(spanner/spannertest): speed up no-wait DDL changes (#2994)
- perf(spanner/spansql): make fewer allocations during SQL (#2969)
* Backward Incompatible Changes
- chore(spanner/spansql): use ID type for identifiers throughout (#2889)
- chore(spanner/spansql): restructure FROM, TABLESAMPLE (#2888)

## v1.10.0

* feat(spanner): add support for NUMERIC data type (#2415)
Expand Down

0 comments on commit f7a5a10

Please sign in to comment.