From 2b0a5d964fcbb729201dab5bbc8e4ace6fda5bc0 Mon Sep 17 00:00:00 2001 From: Hengfeng Li Date: Wed, 9 Sep 2020 14:15:45 +1000 Subject: [PATCH] chore(spanner): release v1.10.0 (#2827) --- internal/version/version.go | 2 +- spanner/CHANGES.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index 8857070f2a9..6ebdb542ba8 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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. diff --git a/spanner/CHANGES.md b/spanner/CHANGES.md index 130df8547cf..b8d759dfc23 100644 --- a/spanner/CHANGES.md +++ b/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: @@ -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: @@ -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