Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: promote to stable #122

Merged
merged 3 commits into from
Mar 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
}
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down Expand Up @@ -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]
Expand Down