From 7bdf1d5cc8d2b9b203a1f1cafe913b1de1ed37e8 Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Thu, 13 Sep 2018 08:33:59 -0700 Subject: [PATCH] Add statement of support to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index db989b33931..4507bc02be5 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ Supported APIs are listed on the [Google APIs Explorer][apiexplorer]. ### Working with Google Cloud Platform APIs? If you're working with [Google Cloud Platform][cloudplatform] APIs such as Datastore, Cloud Storage or Pub/Sub, consider using the [`@google-cloud`][googlecloud] client libraries: single purpose idiomatic Node.js clients for Google Cloud Platform services. +### Support and maintenance +These client libraries are official supported by Google. However, these libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. For Google Cloud Platform APIs, we recommend using [google-cloud-node](https://github.com/GoogleCloudPlatform/google-cloud-node) which is under active development. + ## Getting started ### Installation