Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: fix version # merge conflict and move to deprecated.md #13731

Merged
merged 8 commits into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@
breaking changes in the upcoming 3.x release. This release is scheduled for
2024-12 or 2025-01.

<details>
<summary>2024-12-31: retiring legacy Pubsub admin APIs</summary>
<br>

* On 2024-12-31 (or shortly after) we are planning to remove the hand-written
versions of the Pubsub topic admin APIs. These have been superseded by versions
generated automatically from the service definitions. The new APIs can be
found in the [`google/cloud/pubsub/admin`](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/pubsub/admin)
tree and within the `google::cloud::pubsub_admin` namespace. Starting with
the v2.22.0 release, and depending on your compiler settings, using these
classes/functions may elicit a deprecation warning. See
[#7356](https://github.com/googleapis/google-cloud-cpp/issues/7356) for more
details.
</details>

## v2.23.0 - TBD

## v2.22.0 - 2024-03
Expand Down
15 changes: 15 additions & 0 deletions doc/deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,21 @@ namespace. For status on this see [#8234].

</details>

<details>
<summary>Pubsub: remove legacy admin APIs</summary>
<br>

We will remove the hand-written versions of the Pub/Sub admin APIs. These have
been superseded by versions generated automatically from the service
definitions. The new APIs can be found in the
[`google/cloud/pubsub/admin`](https://github.com/googleapis/google-cloud-cpp/tree/main/google/cloud/pubsub/admin)
tree and within the `google::cloud::pubsub_admin` namespace. Starting with the
v2.33.0 release, and depending on your compiler settings, using the old
alevenberg marked this conversation as resolved.
Show resolved Hide resolved
classes/functions may elicit a deprecation warning. See [#7356] for more
alevenberg marked this conversation as resolved.
Show resolved Hide resolved
details.

</details>

<details>
<summary>Spanner: remove legacy admin APIs</summary>
<br>
Expand Down
Loading