Skip to content

Commit

Permalink
chore(spanner): release v1.8.0 (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Jul 21, 2020
1 parent 8a36e81 commit 2b1193d
Show file tree
Hide file tree
Showing 2 changed files with 19 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 = "20200706"
const Repo = "20200721"

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

## v1.8.0

* Features:
- feat(spanner): support of client-level custom retry settings (#2599)
- feat(spanner): add a statement-based way to run read-write transaction. (#2545)
* Bugfixes:
- fix(spanner): set 'gccl' to the request header. (#2609)
- fix(spanner): add the missing resource prefix (#2605)
- fix(spanner): fix the upgrade of protobuf. (#2583)
- fix(spanner): do not copy protobuf messages by value. (#2581)
- fix(spanner): fix the required resource prefix. (#2580)
- fix(spanner): add extra field to ignore with cmp (#2577)
- fix(spanner): remove appengine-specific numChannels. (#2513)
* Misc:
- test(spanner): log warning instead of fail for stress test (#2559)
- test(spanner): fix failed TestRsdBlockingStates test (#2597)
- chore(spanner): cleanup mockserver and mockclient (#2414)

## v1.7.0
* Retry:
- Only retry certain types of internal errors. (#2460)
Expand Down

0 comments on commit 2b1193d

Please sign in to comment.