File tree 2 files changed +8
-7
lines changed
packages/google-cloud-kms
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
"client_documentation" : " https://cloud.google.com/nodejs/docs/reference/kms/latest" ,
3
3
"api_id" : " kms.googleapis.com" ,
4
4
"distribution_name" : " @google-cloud/kms" ,
5
- "release_level" : " ga " ,
5
+ "release_level" : " stable " ,
6
6
"default_version" : " v1" ,
7
7
"language" : " nodejs" ,
8
8
"name_pretty" : " Google Cloud Key Management Service" ,
11
11
"requires_billing" : true ,
12
12
"name" : " kms" ,
13
13
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5264932" ,
14
- "codeowner_team" : " @googleapis/api-kms"
14
+ "codeowner_team" : " @googleapis/api-kms" ,
15
+ "api_shortname" : " kms" ,
16
+ "library_type" : " GAPIC_AUTO"
15
17
}
Original file line number Diff line number Diff line change 4
4
5
5
# [ Google Cloud Key Management Service: Node.js Client] ( https://github.com/googleapis/nodejs-kms )
6
6
7
- [ ![ release level ] ( https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
7
+
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/kms.svg )] ( https://www.npmjs.org/package/@google-cloud/kms )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-kms/main.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-kms )
10
10
@@ -164,18 +164,17 @@ _Legacy Node.js versions are supported as a best effort:_
164
164
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
165
165
166
166
167
- This library is considered to be ** General Availability (GA) ** . This means it
168
- is stable; the code surface will not change in backwards-incompatible ways
167
+
168
+ This library is considered to be ** stable** . The code surface will not change in backwards-incompatible ways
169
169
unless absolutely necessary (e.g. because of critical security issues) or with
170
- an extensive deprecation period. Issues and requests against ** GA ** libraries
170
+ an extensive deprecation period. Issues and requests against ** stable ** libraries
171
171
are addressed with the highest priority.
172
172
173
173
174
174
175
175
176
176
177
177
178
-
179
178
More Information: [ Google Cloud Platform Launch Stages] [ launch_stages ]
180
179
181
180
[ launch_stages ] : https://cloud.google.com/terms/launch-stages
You can’t perform that action at this time.
0 commit comments