Skip to content

Commit ed4f43c

Browse files
authored
doc: update CHANGELOG.md pre v1.42.0 (#9315)
1 parent 3c2386d commit ed4f43c

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ For status on this, see https://github.com/googleapis/google-cloud-cpp/issues/88
107107
details.
108108
</details>
109109

110-
## v1.42.0 - TBD
110+
## v1.43.0 (or maybe v2.43.0) - TBD
111+
112+
## v1.42.0 - 2022-06
111113

112114
We are happy to announce the following GA libraries. Unless specifically noted,
113115
the APIs in these libraries are stable, and are ready for production use.
@@ -122,6 +124,50 @@ the APIs in these libraries are stable, and are ready for production use.
122124

123125
</details>
124126

127+
### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md)
128+
129+
* feat(bigtable): add `AsyncWaitForConsistency()` helper for Table Admin ([#9310](https://github.com/googleapis/google-cloud-cpp/pull/9310))
130+
* doc: broken link in Bigtable README ([#9265](https://github.com/googleapis/google-cloud-cpp/pull/9265))
131+
132+
### [Pub/Sub](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md)
133+
134+
* feat(pubsub): implement per-batch compression ([#9270](https://github.com/googleapis/google-cloud-cpp/pull/9270))
135+
* feat(common): include status error payloads in the RPC log ([#9186](https://github.com/googleapis/google-cloud-cpp/pull/9186))
136+
137+
### [Spanner](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/spanner/README.md)
138+
139+
* feat(common): include status error payloads in the RPC log ([#9186](https://github.com/googleapis/google-cloud-cpp/pull/9186))
140+
141+
### [Storage](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md)
142+
143+
* doc: broken link in GCS README file ([#9264](https://github.com/googleapis/google-cloud-cpp/pull/9264))
144+
* fix(storage): respect policies in deprecated constructor ([#9255](https://github.com/googleapis/google-cloud-cpp/pull/9255))
145+
* fix: handle transient failures in the GCE credentials ([#9252](https://github.com/googleapis/google-cloud-cpp/pull/9252))
146+
* fix: relax parsing for GCE informational fields ([#9251](https://github.com/googleapis/google-cloud-cpp/pull/9251))
147+
* feat(storage): per-operation options for `Client`
148+
([#9220](https://github.com/googleapis/google-cloud-cpp/pull/9220))
149+
([#9214](https://github.com/googleapis/google-cloud-cpp/pull/9214))
150+
([#9209](https://github.com/googleapis/google-cloud-cpp/pull/9209))
151+
([#9208](https://github.com/googleapis/google-cloud-cpp/pull/9208))
152+
([#9207](https://github.com/googleapis/google-cloud-cpp/pull/9207))
153+
([#9206](https://github.com/googleapis/google-cloud-cpp/pull/9206))
154+
([#9205](https://github.com/googleapis/google-cloud-cpp/pull/9205))
155+
([#9204](https://github.com/googleapis/google-cloud-cpp/pull/9204))
156+
([#9203](https://github.com/googleapis/google-cloud-cpp/pull/9203))
157+
([#9202](https://github.com/googleapis/google-cloud-cpp/pull/9202))
158+
([#9199](https://github.com/googleapis/google-cloud-cpp/pull/9199))
159+
([#9247](https://github.com/googleapis/google-cloud-cpp/pull/9247))
160+
* fix(storage): do not duplicate debugging headers ([#9162](https://github.com/googleapis/google-cloud-cpp/pull/9162))
161+
* fix(storage): disable MSVC C++17 deprecation warnings ([#9143](https://github.com/googleapis/google-cloud-cpp/pull/9143))
162+
* doc(storage): missing options for several functions ([#9146](https://github.com/googleapis/google-cloud-cpp/pull/9146))
163+
164+
### [Common Libraries](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/README.md)
165+
166+
* feat(common): include status error payloads in the RPC log ([#9186](https://github.com/googleapis/google-cloud-cpp/pull/9186))
167+
([#9169](https://github.com/googleapis/google-cloud-cpp/pull/9169))
168+
* fix(common): workaround GCC "ambiguous" overload errors ([#9144](https://github.com/googleapis/google-cloud-cpp/pull/9144))
169+
* fix(common): compile with GCC (MinGW-w64) under Windows ([#9140](https://github.com/googleapis/google-cloud-cpp/pull/9140))
170+
125171
## v1.41.0 - 2022-06
126172

127173
### [Bigtable](https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md)

0 commit comments

Comments
 (0)