This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
v0.9.0 Release
-
Breaking Changes
- There are no API breaking changes in this release.
-
Other Changes
- cleanup: change to common's {Connection,Tracing}Options (#1279) - this is
not an API breaking change, but does change the ABI. - cleanup: use common's PaginationRange (#1278) - this is not an API
breaking change, but does change the ABI. - feat: implement quickstart example (#1318) - shows how to use
google-cloud-cpp-spanner
from a larger project, both with CMake and Bazel. - feat: do not rethrow
RuntimeStatusError
from aCommit()
mutator (#1320) -
allows applications to useStatusOr<T>::value()
inside aCommit()
mutator. - feat: add a
Commit()
helper that takes theMutations
directly (#1319) -
a simpler API to commit a vector ofspanner::Mutation
. - feat: support environment-variable override of default endpoint (#1283)
- feat: make emulator endpoint/credentials changes as late as possible (#1277)
- cleanup: change to common's {Connection,Tracing}Options (#1279) - this is