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

Commit 3ed2274

Browse files
authored
feat: promote to stable (#22)
Fixes #7
1 parent e42bed6 commit 3ed2274

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.repo-metadata.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"product_documentation": "https://cloud.google.com/intrusion-detection-system/",
55
"client_documentation": "https://cloud.google.com/intrusion-detection-system",
66
"issue_tracker": "https://github.com/googleapis/nodejs-ids/issues",
7-
"release_level": "beta",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-ids",
1010
"distribution_name": "@google-cloud/ids",
1111
"api_id": "ids.googleapis.com",
1212
"default_version": "v1",
13-
"requires_billing": true
13+
"requires_billing": true,
14+
"library_type": "GAPIC_AUTO"
1415
}
15-

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Cloud IDS: Node.js Client](https://github.com/googleapis/nodejs-ids)
66

7-
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/ids.svg)](https://www.npmjs.org/package/@google-cloud/ids)
99

1010

@@ -87,11 +87,11 @@ This library follows [Semantic Versioning](http://semver.org/).
8787

8888

8989

90+
This library is considered to be **stable**. The code surface will not change in backwards-incompatible ways
91+
unless absolutely necessary (e.g. because of critical security issues) or with
92+
an extensive deprecation period. Issues and requests against **stable** libraries
93+
are addressed with the highest priority.
9094

91-
This library is considered to be in **beta**. This means it is expected to be
92-
mostly stable while we work toward a general availability release; however,
93-
complete stability is not guaranteed. We will address issues and requests
94-
against beta libraries with a high priority.
9595

9696

9797

0 commit comments

Comments
 (0)