Skip to content

Commit

Permalink
chore(spanner): release v1.10.0 (#2827)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Sep 9, 2020
1 parent 7430d72 commit 2b0a5d9
Show file tree
Hide file tree
Showing 2 changed files with 15 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 = "20200827"
const Repo = "20200909"

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

## v1.10.0

* feat(spanner): add support for NUMERIC data type (#2415)
* feat(spanner): add custom type support to spanner.Key (#2748)
* feat(spanner/spannertest): add support for bool parameter types (#2674)
* fix(spanner): update PDML to take sessions from pool (#2736)
* spanner/spansql: update docs on TableAlteration, ColumnAlteration (#2825)
* spanner/spannertest: support dropping columns (#2823)
* spanner/spannertest: implement GetDatabase (#2802)
* spanner/spannertest: fix aggregation in query evaluation for empty inputs (#2803)

## v1.9.0

* Features:
- feat(spanner): support custom field type (#2614)
* Bugfixes:
Expand Down Expand Up @@ -33,6 +45,7 @@
- chore(spanner): cleanup mockserver and mockclient (#2414)

## v1.7.0

* Retry:
- Only retry certain types of internal errors. (#2460)
* Tracing/metrics:
Expand All @@ -56,6 +69,7 @@
hc.

## v1.6.0

* Sessions:
- Increase the number of sessions in batches instead of one by one when
additional sessions are needed. The step size is set to 25, which means
Expand Down

0 comments on commit 2b0a5d9

Please sign in to comment.