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 4
4
"product_documentation" : " https://cloud.google.com/kms" ,
5
5
"client_documentation" : " https://googleapis.dev/nodejs/kms/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/5264932" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " nodejs" ,
9
9
"repo" : " googleapis/nodejs-kms" ,
10
10
"distribution_name" : " @google-cloud/kms" ,
11
11
"api_id" : " kms.googleapis.com" ,
12
12
"requires_billing" : true
13
- }
13
+ }
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-beta-yellow .svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
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 )
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/master.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-kms )
10
10
@@ -124,11 +124,12 @@ also contains samples.
124
124
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
125
125
126
126
127
+ This library is considered to be ** General Availability (GA)** . This means it
128
+ is stable; the code surface will not change in backwards-incompatible ways
129
+ unless absolutely necessary (e.g. because of critical security issues) or with
130
+ an extensive deprecation period. Issues and requests against ** GA** libraries
131
+ are addressed with the highest priority.
127
132
128
- This library is considered to be in ** beta** . This means it is expected to be
129
- mostly stable while we work toward a general availability release; however,
130
- complete stability is not guaranteed. We will address issues and requests
131
- against beta libraries with a high priority.
132
133
133
134
134
135
You can’t perform that action at this time.
0 commit comments