Skip to content

Commit d693a34

Browse files
authored
doc: update release notes (#2933)
* doc: update release notes * PR comments * recategorized as breaking change
1 parent afecdc8 commit d693a34

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

google/cloud/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ Documentation for the common utilities is available [online][doxygen-link].
2020

2121
## Release Notes
2222

23-
### v0.10.x - TBD
23+
### v0.11.x - TBD
24+
25+
### v0.10.x - 2019-08
26+
27+
* feat: add `conjunction` metafunction (#2892)
28+
* bug: Fix typo in testing_util/config.cmake.in (#2851)
29+
* bug: Include 'IncludeGMock.cmake' in testing_util/config.cmake.in (#2848)
2430

2531
### v0.9.x - 2019-07
2632

google/cloud/bigtable/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4242

4343
## Release Notes
4444

45-
### v1.1.x - TBD
45+
### v1.2.x - TBD
46+
47+
### v1.1.x - 2019-08
48+
49+
* feat: Minimize contention in Bigtable Client initialization. (#2923)
50+
* feat: Support setting 64-bit integers mutations. (#2866)
51+
* feat: Implement support for IAM conditions. (#2854)
52+
* **BREAKING CHANGE**: use cmake files from
53+
github.com/googleapis/cpp-cmakefiles for googleapis protos (#2888)
4654

4755
### v1.0.x - 2019-07
4856

google/cloud/storage/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,17 @@ Apache 2.0; see [`LICENSE`](../../../LICENSE) for details.
4444

4545
## Release Notes
4646

47-
### v1.3.x - TBD
47+
### v1.4.x - TBD
48+
49+
### v1.3.x - 2019-08
50+
51+
* feat: Control TCP memory usage in GCS library. (#2902)
52+
* feat: Make partial errors/last_status available to `ObjectWriteStream` (#2919)
53+
* feat: Change storage/benchmarks to compile with exceptions disabled. (#2916)
54+
* feat: Implement native IAM operations for GCS. (#2900)
55+
* feat: Helpers for PredefinedDefaultObjectAcl. (#2885)
56+
* bug: Fix ReadObject() when reading the last chunk. (#2864)
57+
* bug: Use correct field name for MD5 hash. (#2876)
4858

4959
### v1.2.x - 2019-07
5060

0 commit comments

Comments
 (0)