From 8b559795341978c60955a407a12547e1241161a2 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Tue, 24 Mar 2015 21:19:48 -0700 Subject: [PATCH] Change Alpha to Beta for Pub/Sub --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c91231e7fd..ede3b0de9e9 100644 --- a/README.md +++ b/README.md @@ -215,9 +215,9 @@ fs.createReadStream('/local/file.txt').pipe(bucket.file('file.txt').createWriteS bucket.file('photo.jpg').createReadStream().pipe(fs.createWriteStream('/local/photo.jpg')); ``` -## Google Cloud Pub/Sub (Alpha) +## Google Cloud Pub/Sub (Beta) -> Google Cloud Pub/Sub is in **Alpha status**. As a result, it might change in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. +> This is a *Beta* release of Google Cloud Pub/Sub. This feature is not covered by any SLA or deprecation policy and may be subject to backward-incompatible changes. [Google Cloud Pub/Sub][cloud-pubsub] ([docs][cloud-pubsub-docs]) allows you to connect your services with reliable, many-to-many, asynchronous messaging hosted on Google's infrastructure. Cloud Pub/Sub automatically scales as you need it and provides a foundation for building your own robust, global services.