Skip to content

Commit

Permalink
feat: promote library to GA (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Jun 19, 2020
1 parent af5cdf0 commit 4b1d1f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-storage/.repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/bigquery/docs/reference/storage",
"client_documentation": "https://googleapis.dev/nodejs/bigquerystorage/latest",
"issue_tracker": "https://b.corp.google.com/savedsearches/559654",
"release_level": "beta",
"release_level": "ga",
"language": "nodejs",
"repo": "googleapis/nodejs-bigquery-storage",
"distribution_name": "@google-cloud/bigquery-storage",
Expand Down
11 changes: 6 additions & 5 deletions packages/google-cloud-bigquery-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# [Google BigQuery Storage: Node.js Client](https://github.com/googleapis/nodejs-bigquery-storage)

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![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)
[![npm version](https://img.shields.io/npm/v/@google-cloud/bigquery-storage.svg)](https://www.npmjs.org/package/@google-cloud/bigquery-storage)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-storage/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-storage)

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


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

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



Expand Down
10 changes: 5 additions & 5 deletions packages/google-cloud-bigquery-storage/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
{
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
"sha": "6513e8cf6195740b570b39fb645d8a1adafc0580"
"remote": "git@github.com:googleapis/nodejs-bigquery-storage.git",
"sha": "a6c5bf05da2d751dc3c656d387ac983455b24781"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727",
"internalRef": "310060413"
"sha": "eb37e688331443969eed9b969531751154a956d5",
"internalRef": "317130948"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e7034945fbdc0e79d3c57f6e299e5c90b0f11469"
"sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170"
}
}
],
Expand Down

0 comments on commit 4b1d1f6

Please sign in to comment.