Skip to content

Commit 4b1d1f6

Browse files
authored
feat: promote library to GA (#75)
1 parent af5cdf0 commit 4b1d1f6

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

packages/google-cloud-bigquery-storage/.repo-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage",
55
"client_documentation": "https://googleapis.dev/nodejs/bigquerystorage/latest",
66
"issue_tracker": "https://b.corp.google.com/savedsearches/559654",
7-
"release_level": "beta",
7+
"release_level": "ga",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-bigquery-storage",
1010
"distribution_name": "@google-cloud/bigquery-storage",

packages/google-cloud-bigquery-storage/README.md

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

55
# [Google BigQuery Storage: Node.js Client](https://github.com/googleapis/nodejs-bigquery-storage)
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-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/bigquery-storage.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-storage)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-storage/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-storage)
1010

@@ -219,11 +219,12 @@ _Legacy Node.js versions are supported as a best effort:_
219219
This library follows [Semantic Versioning](http://semver.org/).
220220

221221

222+
This library is considered to be **General Availability (GA)**. This means it
223+
is stable; the code surface will not change in backwards-incompatible ways
224+
unless absolutely necessary (e.g. because of critical security issues) or with
225+
an extensive deprecation period. Issues and requests against **GA** libraries
226+
are addressed with the highest priority.
222227

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

228229

229230

packages/google-cloud-bigquery-storage/synth.metadata

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
{
44
"git": {
55
"name": ".",
6-
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
7-
"sha": "6513e8cf6195740b570b39fb645d8a1adafc0580"
6+
"remote": "git@github.com:googleapis/nodejs-bigquery-storage.git",
7+
"sha": "a6c5bf05da2d751dc3c656d387ac983455b24781"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
15-
"internalRef": "310060413"
14+
"sha": "eb37e688331443969eed9b969531751154a956d5",
15+
"internalRef": "317130948"
1616
}
1717
},
1818
{
1919
"git": {
2020
"name": "synthtool",
2121
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "e7034945fbdc0e79d3c57f6e299e5c90b0f11469"
22+
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
2323
}
2424
}
2525
],

0 commit comments

Comments
 (0)