File tree Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Expand file tree Collapse file tree 3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,16 @@ is available [online][doxygen-link].
2222
2323## Release Notes
2424
25- ### v0.7.x - TBD
25+ ### v0.8.x - TBD
26+
27+ ### v0.7.x - 2019-05
28+
29+ * Support move-only callables in ` future<T> `
30+ * Avoid ` std::make_exception_ptr() ` in ` future_shared_state_base::abandon() ` .
2631
2732### v0.6.x - 2019-04
2833
29- * Avoid std::make_exception_ptr() when building without exceptions.
34+ * Avoid ` std::make_exception_ptr() ` when building without exceptions.
3035* Removed the googleapis submodule. The build system now automatically
3136 downloads all deps.
3237
Original file line number Diff line number Diff line change @@ -42,7 +42,27 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4242
4343## Release Notes
4444
45- ### v0.9.x - TBD
45+ ### v0.10.x - TBD
46+
47+ ### v0.9.x - 2019-05
48+
49+ * ** Breaking Changes**
50+ * Return ` google::cloud::future ` from ` InstanceAdmin ` functions: this is
51+ more consistent with all other functions returning futures.
52+ * Remove unused ` bigtable::GrpcError ` : the library no longer raises this
53+ exception, any code trying to catch the exception should be modified to
54+ handle errors via ` StatusOr<T> ` .
55+ * Remove Snapshot-related functions, tests, examples, etc.: this is
56+ whitelisted functionality in Cloud Bigtable and it is no longer expected
57+ to reach GA.
58+ * Continue to implement more async APIs (` Async*() ` methods) for the
59+ ` InstanceAdmin ` , ` TableAdmin ` , and ` Table ` classes
60+ (** Note: These are not yet stable** )
61+ * Bugfixes:
62+ * Need ` ignore_warnings ` to actually delete an AppProfile.
63+ * Fix portability/logical errors in shell scripts.
64+ * Fix a race condition in ` MutationBatcher ` .
65+ * Implemented a number of previously missing code samples.
4666
4767### v0.8.x - 2019-04
4868
Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4444
4545## Release Notes
4646
47- ### v1.0.0 - TBD
47+ ### v1.1.x - TBD
48+
49+ ### v1.0.x - 2019-05
4850
4951* Declared GA and updated major number.
5052* Support signed policy documents.
You can’t perform that action at this time.
0 commit comments