From c841d7feb48fc66e90ec7e63f35002712d5e6dbf Mon Sep 17 00:00:00 2001 From: tmdiep Date: Fri, 9 Jul 2021 06:48:42 +1000 Subject: [PATCH] docs(pubsublite): promote pubsublite to stable (#4301) Remove comments about Beta status from docs. Release-As: 1.0.0 --- pubsublite/README.md | 2 -- pubsublite/doc.go | 3 --- 2 files changed, 5 deletions(-) diff --git a/pubsublite/README.md b/pubsublite/README.md index 9d3ee9d3ea6..5c7123fdf48 100644 --- a/pubsublite/README.md +++ b/pubsublite/README.md @@ -6,8 +6,6 @@ - [Go client documentation](https://pkg.go.dev/cloud.google.com/go/pubsublite) - [Complete sample programs](https://github.com/GoogleCloudPlatform/golang-samples/tree/master/pubsublite) -*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 3ec736d8adc..cb714698aaa 100644 --- a/pubsublite/doc.go +++ b/pubsublite/doc.go @@ -32,9 +32,6 @@ https://cloud.google.com/pubsub/lite. See https://pkg.go.dev/cloud.google.com/go for authentication, timeouts, connection pooling and similar aspects of this package. -Note: This library is in BETA. Backwards-incompatible changes may be made before -stable v1.0.0 is released. - Introduction