@@ -64,8 +64,10 @@ namespace. The function continues to exist but in an internal file and
6464namespace. For status on this see
6565https://github.com/googleapis/google-cloud-cpp/issues/8234 .
6666</details >
67- <br >
6867
68+ <details >
69+ <summary >2023-05-01: mark `bigtable::DataClient` as `final`</summary >
70+ <br >
6971On 2023-05-01 (or shortly after) we will mark ` bigtable::DataClient ` as ` final `
7072and remove the following member functions:
7173* ` DataClient::Channel() `
@@ -80,7 +82,9 @@ background threads.
8082For status on this, see https://github.com/googleapis/google-cloud-cpp/issues/8800
8183</details >
8284
83- ## v1.40.0 - TBD
85+ ## v1.41.0 - TBD
86+
87+ ## v1.40.0 - 2022-05
8488
8589We are happy to announce that the following GA libraries. Unless specifically
8690noted, the APIs in these libraries are stable, and are ready for production use.
@@ -95,6 +99,19 @@ noted, the APIs in these libraries are stable, and are ready for production use.
9599
96100</details >
97101
102+ ### [ Bigtable] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/bigtable/README.md )
103+
104+ * doc(bigtable): deprecate DataClient member fns ([ #8813 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8813 ) )
105+ * doc(bigtable): deprecate ClientOptions ([ #8824 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8824 ) )
106+
107+ ### [ Pub/Sub] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/pubsub/README.md )
108+
109+ * doc(pubsub): document publish return value ([ #8703 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8703 ) )
110+
111+ ### [ Spanner] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/spanner/README.md )
112+
113+ * fix(spanner)!: FLOAT64 NaN values are considered equal ([ #8805 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8805 ) )
114+
98115### [ Storage] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storage/README.md )
99116
100117** BREAKING CHANGES**
@@ -105,6 +122,11 @@ noted, the APIs in these libraries are stable, and are ready for production use.
105122 necessarily depends on these implementation details. We updated the
106123 [ mocking examples] [ storage-mocking-link ] to guide you in changing any tests.
107124
125+ * feat(storage): new option to disable decompressive transcoding ([ #8834 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8834 ) )
126+ * fix(storage): disable checksums for transcoded objects ([ #8830 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8830 ) )
127+ * cleanup(storage)!: session-less resumable uploads ([ #8806 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8806 ) )
128+ * doc: fix typo, change "optional" to "optimal" ([ #8825 ] ( https://github.com/googleapis/google-cloud-cpp/pull/8825 ) )
129+
108130### [ Storage Transfer Service] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/storagetransfer/README.md )
109131
110132** BREAKING CHANGES**
@@ -114,14 +136,15 @@ The library has been disabled on macOS due to a protobuf naming clash. See
114136
115137### New Libraries
116138
117- We are introducing 2 new client libraries for GCP services. While we do not
139+ We are introducing 3 new client libraries for GCP services. While we do not
118140anticipate any API changes to these libraries before declaring them GA, we are
119141releasing them early in case they elicit some feedback that requires changes.
120142
121143<details >
122144<summary > Expand to see the full list of new libraries...</summary >
123145<br >
124146
147+ * [ Dataplex] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/dataplex/README.md )
125148* [ Dialog Flow CX] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/dialogflow_cx/README.md )
126149* [ Dialog Flow ES] ( https://github.com/googleapis/google-cloud-cpp/blob/main/google/cloud/dialogflow_es/README.md )
127150
0 commit comments