diff --git a/.repo-metadata.json b/.repo-metadata.json index d90b0a6..81a69e9 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,7 +2,7 @@ "client_documentation": "https://cloud.google.com/nodejs/docs/reference/service-control/latest", "requires_billing": true, "distribution_name": "@google-cloud/service-control", - "release_level": "preview", + "release_level": "stable", "api_id": "servicecontrol.googleapis.com", "name": "service-control", "language": "nodejs", @@ -11,6 +11,6 @@ "issue_tracker": "https://github.com/googleapis/nodejs-service-control/issues", "name_pretty": "Service Control API", "repo": "googleapis/nodejs-service-control", - "api_shortname": "service-control", + "api_shortname": "servicecontrol", "library_type": "GAPIC_AUTO" } diff --git a/README.md b/README.md index 07867b5..c531675 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Service Control API: Node.js Client](https://github.com/googleapis/nodejs-service-control) -[![release level](https://img.shields.io/badge/release%20level-preview-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages) +[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) [![npm version](https://img.shields.io/npm/v/@google-cloud/service-control.svg)](https://www.npmjs.org/package/@google-cloud/service-control) @@ -119,13 +119,14 @@ This library follows [Semantic Versioning](http://semver.org/). +This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways +unless absolutely necessary (e.g. because of critical security issues) or with +an extensive deprecation period. Issues and requests against **stable** libraries +are addressed with the highest priority. -This library is considered to be in **preview**. This means it is still a -work-in-progress and under active development. Any release is subject to -backwards-incompatible changes at any time. More Information: [Google Cloud Platform Launch Stages][launch_stages]