Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 5b0fc2a

Browse files
authored
chore: added v0.19.x release notes (#172)
* chore: added v0.19.x release notes * added more context to breakage * correct-er wording this time
1 parent aff7c52 commit 5b0fc2a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
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

0 commit comments

Comments
 (0)