Skip to content

Commit

Permalink
Merge pull request #464 from GoogleCloudPlatform/tmatsuo-readme
Browse files Browse the repository at this point in the history
Change Alpha to Beta for Pub/Sub
  • Loading branch information
ryanseys committed Mar 25, 2015
2 parents 60f1ab2 + 8b55979 commit 0e44cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0e44cb4

Please sign in to comment.