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

Commit

Permalink
chore: added v0.19.x release notes (#172)
Browse files Browse the repository at this point in the history
* chore: added v0.19.x release notes

* added more context to breakage

* correct-er wording this time
  • Loading branch information
devjgm authored Feb 11, 2020
1 parent aff7c52 commit 5b0fc2a
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog

## v0.19.x - TBD
## v0.20.x - TBD

## v0.19.x - 2020-02

**BREAKING CHANGES:**
* refactor!: remove grpc_utils namespace; left aliases for backward compat (#158)
**POTENTIALLY BREAKING CHANGE:** Refactor the types and functions from
`google::cloud::grpc_utils` to `google::cloud::`. The old header files and
types should continue to work, as we kept aliases for them, but there is some
risk we missed something. The library name (the physical .a and/or .so file)
is not changed, the target names for CMake are not changed. For Bazel, the
old targets continue to work, but you might want to move to newer targets
that do not expose the backwards compatibility headers.

**Other Changes:**
* feat: cancel futures returned by .then() (#166)
* feat: support cancellation for long running operations (#160)
* refactor: copy PaginationRange from spanner (#168)
* refactor: copy ConnectionOptions from spanner (#165)
* refactor: Copy `BackgroundThreads` from `google::cloud::spanner`
* refactor: copy TracingOptions from spanner (#161)

## v0.18.x - 2020-02

Expand Down

0 comments on commit 5b0fc2a

Please sign in to comment.