From f5ceef6ce7da830552ef79da2ec3334c96484a4f Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Mon, 18 Aug 2014 13:29:15 -0700 Subject: [PATCH 1/2] pubsub: Label pub sub client as experimental. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8e96c3541..5fd4cdef315 100644 --- a/README.md +++ b/README.md @@ -375,12 +375,17 @@ bucket.copy(filename, { bucket: 'other-bucket', name: 'other-filename' }, callba bucket.remove(filename, callback); ~~~~ -### Google Cloud Pub/Sub +### Google Cloud Pub/Sub (experimental) Google Cloud Pub/Sub is a reliable, many-to-many, asynchronous messaging service from Google Cloud Platform. A detailed overview is available on [Pub/Sub docs](https://developers.google.com/pubsub/overview). +Note: Google Cloud Pub/Sub API is not publicly available yet and the +client library we provide is currently experimental. We may break the +interfaces anytime and/or make significant changes to the API. +Use the Pub/Sub client at your own risk. + #### Configuration If you're running this client on Google Compute Engine, you need to construct From d8eea6ee7ae097eace9ed3cb833fad0665ba8035 Mon Sep 17 00:00:00 2001 From: Burcu Dogan Date: Mon, 18 Aug 2014 19:38:54 -0700 Subject: [PATCH 2/2] Mention Pub/Sub released as Limited Preview. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5fd4cdef315..d30ebcc516f 100644 --- a/README.md +++ b/README.md @@ -381,10 +381,11 @@ Google Cloud Pub/Sub is a reliable, many-to-many, asynchronous messaging service from Google Cloud Platform. A detailed overview is available on [Pub/Sub docs](https://developers.google.com/pubsub/overview). -Note: Google Cloud Pub/Sub API is not publicly available yet and the -client library we provide is currently experimental. We may break the -interfaces anytime and/or make significant changes to the API. -Use the Pub/Sub client at your own risk. +Note: Google Cloud Pub/Sub API is available as a Limited Preview and the +client library we provide is currently experimental. The API and/or the +client might be changed in backward-incompatible ways. +This API is not subject to any SLA or deprecation policy. Request to be +whitelisted to use it by filling the [Limited Preview application form](https://docs.google.com/a/google.com/forms/d/1IQY4LAbISLa86uxRv2dKAzkeWOyNZda_tUn7xgVYeoE/viewform). #### Configuration