This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## v0.19.x - TBD
3+ ## v0.20.x - TBD
4+
5+ ## v0.19.x - 2020-02
6+
7+ ** BREAKING CHANGES:**
8+ * refactor!: remove grpc_utils namespace; left aliases for backward compat (#158 )
9+ ** POTENTIALLY BREAKING CHANGE:** Refactor the types and functions from
10+ ` google::cloud::grpc_utils ` to ` google::cloud:: ` . The old header files and
11+ types should continue to work, as we kept aliases for them, but there is some
12+ risk we missed something. The library name (the physical .a and/or .so file)
13+ is not changed, the target names for CMake are not changed. For Bazel, the
14+ old targets continue to work, but you might want to move to newer targets
15+ that do not expose the backwards compatibility headers.
16+
17+ ** Other Changes:**
18+ * feat: cancel futures returned by .then() (#166 )
19+ * feat: support cancellation for long running operations (#160 )
20+ * refactor: copy PaginationRange from spanner (#168 )
21+ * refactor: copy ConnectionOptions from spanner (#165 )
22+ * refactor: Copy ` BackgroundThreads ` from ` google::cloud::spanner `
23+ * refactor: copy TracingOptions from spanner (#161 )
424
525## v0.18.x - 2020-02
626
You can’t perform that action at this time.
0 commit comments