From 3ed22745929a394165bbf7f853c80305c9900ae3 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Wed, 23 Mar 2022 13:48:16 -0700 Subject: [PATCH] feat: promote to stable (#22) Fixes #7 --- .repo-metadata.json | 6 +++--- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 787f32f..c308f3c 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -4,12 +4,12 @@ "product_documentation": "https://cloud.google.com/intrusion-detection-system/", "client_documentation": "https://cloud.google.com/intrusion-detection-system", "issue_tracker": "https://github.com/googleapis/nodejs-ids/issues", - "release_level": "beta", + "release_level": "stable", "language": "nodejs", "repo": "googleapis/nodejs-ids", "distribution_name": "@google-cloud/ids", "api_id": "ids.googleapis.com", "default_version": "v1", - "requires_billing": true + "requires_billing": true, + "library_type": "GAPIC_AUTO" } - diff --git a/README.md b/README.md index ce68acf..8d338ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # [Cloud IDS: Node.js Client](https://github.com/googleapis/nodejs-ids) -[![release level](https://img.shields.io/badge/release%20level-beta-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/ids.svg)](https://www.npmjs.org/package/@google-cloud/ids) @@ -87,11 +87,11 @@ 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 **beta**. This means it is expected to be -mostly stable while we work toward a general availability release; however, -complete stability is not guaranteed. We will address issues and requests -against beta libraries with a high priority.