Skip to content

Commit a0161d5

Browse files
authored
release notes (#2403)
1 parent 01cb07e commit a0161d5

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

google/cloud/README.md

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

2323
## Release Notes
2424

25-
### v0.6.x - TBD
25+
### v0.7.x - TBD
26+
27+
### v0.6.x - 2019-04
28+
29+
* Removed the googleapis submodule. The build system now automatically
30+
downloads all deps.
2631

2732
### v0.5.x - 2019-03
2833

google/cloud/bigtable/README.md

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

2222
## Release Notes
2323

24-
### v0.8.x - TBD
24+
### v0.9.x - TBD
25+
26+
### v0.8.x - 2019-04
27+
28+
* **Breaking change**: `Table::BulkApply` now returns a
29+
`std::vector<FailedMutation>` instead of throwing an exception.
30+
* In the future we will remove all the `google::cloud::bigtable::noex::*`
31+
classes. We are moving the implementation to `google::cloud::bigtable::*`.
32+
* Continuing to implement more async APIs (Note: These are not yet stable):
33+
* InstanceAdmin::AsyncDeleteInstance
34+
* Table::AsyncCheckAndMutateRow
35+
* TableAdmin::AsyncDeleteTable
36+
* TableAdmin::AsyncModifyColumnFamilies
37+
* BulkMutator now returns more specific errors instead of generic UNKNOWN.
38+
* Improved install instructions, which are now tested with our CI builds.
39+
* CMake-config files now work without `pkg-config`.
40+
* Removed the googleapis submodule. The build system now automatically
41+
downloads all deps.
42+
* No longer throw exceptions from `ClientOptions`.
2543

2644
### v0.7.x - 2019-03
2745

google/cloud/storage/README.md

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

2121
## Release Notes
2222

23-
### v0.6.x - TBD
23+
### v0.7.x - TBD
24+
25+
### v0.6.x - 2019-04
26+
27+
* Added initial support for HMAC key-related functions.
28+
* Added support for V4 signed URLs.
29+
* Improved install instructions, which are now tested with our CI builds.
30+
* CMake-config files now work without `pkg-config`.
31+
* No longer throw exceptions from `ClientOptions`.
32+
* Handle object names with slashes.
33+
* Added `ObjectMetadata::set_storage_class`
34+
* Added support for policy documents.
2435

2536
### v0.5.x - 2019-03
2637

0 commit comments

Comments
 (0)