From 2f76bec82a3dfedd4c465136c704e7177363667f Mon Sep 17 00:00:00 2001 From: tmdiep Date: Wed, 17 Feb 2021 10:24:18 +1100 Subject: [PATCH] docs(pubsublite): label pubsublite as beta (#3699) --- README.md | 2 ++ pubsublite/README.md | 2 +- pubsublite/doc.go | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd7a75a5da9b..ba024f5abeae 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ make backwards-incompatible changes. | [Monitoring][cloud-monitoring] | stable | [`cloud.google.com/go/monitoring/apiv3`](https://pkg.go.dev/cloud.google.com/go/monitoring/apiv3) | | [OS Login][cloud-oslogin] | stable | [`cloud.google.com/go/oslogin/apiv1`](https://pkg.go.dev/cloud.google.com/go/oslogin/apiv1) | | [Pub/Sub][cloud-pubsub] | stable | [`cloud.google.com/go/pubsub`](https://pkg.go.dev/cloud.google.com/go/pubsub) | +| [Pub/Sub Lite][cloud-pubsublite] | beta | [`cloud.google.com/go/pubsublite`](https://pkg.go.dev/cloud.google.com/go/pubsublite) | | [Phishing Protection][cloud-phishingprotection] | alpha | [`cloud.google.com/go/phishingprotection/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/phishingprotection/apiv1beta1) | | [reCAPTCHA Enterprise][cloud-recaptcha] | alpha | [`cloud.google.com/go/recaptchaenterprise/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/recaptchaenterprise/apiv1beta1) | | [Recommender][cloud-recommender] | beta | [`cloud.google.com/go/recommender/apiv1beta1`](https://pkg.go.dev/cloud.google.com/go/recommender/apiv1beta1) | @@ -150,6 +151,7 @@ for more information. [cloud-irm]: https://cloud.google.com/incident-response/docs/concepts [cloud-kms]: https://cloud.google.com/kms/ [cloud-pubsub]: https://cloud.google.com/pubsub/ +[cloud-pubsublite]: https://cloud.google.com/pubsub/lite [cloud-storage]: https://cloud.google.com/storage/ [cloud-language]: https://cloud.google.com/natural-language [cloud-logging]: https://cloud.google.com/logging/ diff --git a/pubsublite/README.md b/pubsublite/README.md index 2721e8ffb92c..38053b99270d 100644 --- a/pubsublite/README.md +++ b/pubsublite/README.md @@ -5,7 +5,7 @@ - [API documentation](https://cloud.google.com/pubsub/lite/docs/apis) - [Go client documentation](https://pkg.go.dev/cloud.google.com/go/pubsublite) -*This library is in ALPHA. Backwards-incompatible changes may be made before +*This library is in BETA. Backwards-incompatible changes may be made before stable v1.0.0 is released.* ### Example Usage diff --git a/pubsublite/doc.go b/pubsublite/doc.go index c260489b49fd..f90a2fd399c9 100644 --- a/pubsublite/doc.go +++ b/pubsublite/doc.go @@ -29,8 +29,8 @@ https://cloud.google.com/pubsub/docs/choosing-pubsub-or-lite. More information about Pub/Sub Lite is available at https://cloud.google.com/pubsub/lite. -Note: This library is in ALPHA. Backwards-incompatible changes may be made -before stable v1.0.0 is released. +Note: This library is in BETA. Backwards-incompatible changes may be made before +stable v1.0.0 is released. Introduction