Skip to content

Commit 61a2eac

Browse files
authored
Update release notes. (#2142)
* Update release notes. * Address review comments.
1 parent 6b98a34 commit 61a2eac

File tree

3 files changed

+33
-3
lines changed

3 files changed

+33
-3
lines changed

google/cloud/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@ is available [online][doxygen-link].
2222

2323
## Release Notes
2424

25-
### v0.5.x - TBD
25+
### v0.6.x - TBD
26+
27+
### v0.5.x - 2019-03
28+
29+
* **Breaking change**: Make `google::cloud::optional::operator bool()` explicit.
30+
* Add `google::cloud::optional` value conversions that match `std::optional`.
31+
* Stop using grpc's `DO_NOT_USE` enum.
32+
* Remove ciso646 includes to force traditional spellings.
33+
* Change `std::endl` -> `"\n"`.
34+
* Enforce formatting of `.cc` files.
2635

2736
### v0.4.x - 2019-02
2837

google/cloud/bigtable/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,20 @@ is available [online][doxygen-link].
2121

2222
## Release Notes
2323

24-
### v0.7.x - TBD
24+
### v0.8.x - TBD
25+
26+
### v0.7.x - 2019-03
27+
28+
* **Breaking change**: Return `StatusOr<>` from `TableAdmin` and `InstanceAdmin`
29+
operations to signal errors.
30+
* Add streaming to `(Async)BulkMutator`.
31+
* Implement a helper class (`MutationBatcher`) to automatically batch and manage
32+
outstanding bulk mutations.
33+
* Add `bigtable::Cell` constructors without labels argument.
34+
* Implementation of `RowSet` example using discontinuous keys.
35+
* `List{Instances,Clusters}` return `failed_locations`.
36+
* First version of async `Apply` batching.
37+
* Keep `Apply` callbacks in `MutationData`.
2538

2639
### v0.6.x - 2019-02
2740

google/cloud/storage/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,15 @@ the reference guide includes a quick start guide.
2020

2121
## Release Notes
2222

23-
### v0.5.x - TBD
23+
### v0.6.x - TBD
24+
25+
### v0.5.x - 2019-03
26+
27+
* Properly handle subresources in V2 signed URLs.
28+
* Allow specifying non-default `ServiceAccountCredentials` scope and subject.
29+
* Add `make install` instructions.
30+
* Change the storage examples to throw a `std::runtime_error` on failure.
31+
* Add Bucket Policy Only samples.
2432

2533
### v0.4.x - 2019-02
2634

0 commit comments

Comments
 (0)