File tree 2 files changed +7
-6
lines changed
packages/google-cloud-dns
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 4
4
"product_documentation" : " https://cloud.google.com/dns" ,
5
5
"client_documentation" : " https://googleapis.dev/nodejs/dns/latest" ,
6
6
"issue_tracker" : " https://issuetracker.google.com/savedsearches/559772" ,
7
- "release_level" : " beta " ,
7
+ "release_level" : " ga " ,
8
8
"language" : " nodejs" ,
9
9
"repo" : " googleapis/nodejs-dns" ,
10
10
"distribution_name" : " @google-cloud/dns" ,
Original file line number Diff line number Diff line change 4
4
5
5
# [ Cloud DNS: Node.js Client] ( https://github.com/googleapis/nodejs-dns )
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/dns.svg )] ( https://www.npmjs.org/package/@google-cloud/dns )
9
9
[ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-dns/master.svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-dns )
10
10
@@ -93,11 +93,12 @@ also contains samples.
93
93
This library follows [ Semantic Versioning] ( http://semver.org/ ) .
94
94
95
95
96
+ This library is considered to be ** General Availability (GA)** . This means it
97
+ is stable; the code surface will not change in backwards-incompatible ways
98
+ unless absolutely necessary (e.g. because of critical security issues) or with
99
+ an extensive deprecation period. Issues and requests against ** GA** libraries
100
+ are addressed with the highest priority.
96
101
97
- This library is considered to be in ** beta** . This means it is expected to be
98
- mostly stable while we work toward a general availability release; however,
99
- complete stability is not guaranteed. We will address issues and requests
100
- against beta libraries with a high priority.
101
102
102
103
103
104
You can’t perform that action at this time.
0 commit comments