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

Commit a66995c

Browse files
authored
feat: promote to stable (#18)
Fixes #6
1 parent 74899e7 commit a66995c

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/dataplex/",
55
"client_documentation": "https://cloud.google.com/dataplex",
66
"issue_tracker": "https://github.com/googleapis/nodejs-dataplex/issues",
7-
"release_level": "beta",
7+
"release_level": "stable",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-dataplex",
1010
"distribution_name": "@google-cloud/dataplex",
1111
"api_id": "dataplex.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 Dataplex: Node.js Client](https://github.com/googleapis/nodejs-dataplex)
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/dataplex.svg)](https://www.npmjs.org/package/@google-cloud/dataplex)
99

1010

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

123123

124124

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

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

131131

132132

0 commit comments

Comments
 (0)