Skip to content

Commit 289fde2

Browse files
authored
Update Bigtable release notes [skip ci]. (#1569)
1 parent f82a8a5 commit 289fde2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

google/cloud/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ is available [online][doxygen-link].
2424

2525
### v0.2.x - TBD
2626

27+
* Implement `google::cloud::future<T>` and `google::cloud::promise<T>` based on
28+
ISO/IEC TS 19571:2016, the "C++ Extensions for Concurrency" technical
29+
specification, also known as "futures with continuations".
30+
2731
### v0.1.x - 2018-11
2832

2933
* `google::cloud::optional<T>` an intentionally incomplete implementation of

google/cloud/bigtable/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ is available [online][doxygen-link].
2323

2424
### v0.4.x - TBD
2525

26+
* More experimental asynchronous APIs, note that we expect to change all these
27+
experimental APIs as described in
28+
[#1543](https://github.com/GoogleCloudPlatform/google-cloud-cpp/issues/1543).
29+
* Most of the admin operations now have asynchronous APIs.
30+
* All asynchronous APIs in `noex::*` return an object through which applications
31+
can request cancellation of pending requests.
32+
* Prototype asynchronous APIs returning a `google::cloud::future<T>`,
33+
applications can attach callbacks and/or block on a
34+
`google::cloud::future<T>`.
35+
2636
### v0.3.0 - 2018-11
2737

2838
* Include an example that illustrates how to use OpenCensus and the Cloud

0 commit comments

Comments
 (0)