Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 86d6486

Browse files
JustinBeckwithBenjamin E. Coe
authored andcommitted
fix(docs): bump release level to beta
1 parent 75c91ea commit 86d6486

5 files changed

Lines changed: 24 additions & 13 deletions

File tree

.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"product_documentation": "https://cloud.google.com/memorystore/docs/redis/",
55
"client_documentation": "https://googleapis.dev/nodejs/redis/latest",
66
"issue_tracker": "https://issuetracker.google.com/savedsearches/5169231",
7-
"release_level": "alpha",
7+
"release_level": "beta",
88
"language": "nodejs",
99
"repo": "googleapis/nodejs-redis",
1010
"distribution_name": "@google-cloud/redis",
1111
"api_id": "redis.googleapis.com",
1212
"requires_billing": true
13-
}
13+
}

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# [Cloud Redis: Node.js Client](https://github.com/googleapis/nodejs-redis)
66

7-
[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
7+
[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
88
[![npm version](https://img.shields.io/npm/v/@google-cloud/redis.svg)](https://www.npmjs.org/package/@google-cloud/redis)
99
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-redis/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-redis)
1010

@@ -95,10 +95,11 @@ This library follows [Semantic Versioning](http://semver.org/).
9595

9696

9797

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

99-
This library is considered to be in **alpha**. This means it is still a
100-
work-in-progress and under active development. Any release is subject to
101-
backwards-incompatible changes at any time.
102103

103104

104105

protos/protos.d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
// Copyright 2019 Google LLC
2+
//
3+
// Licensed under the Apache License, Version 2.0 (the "License");
4+
// you may not use this file except in compliance with the License.
5+
// You may obtain a copy of the License at
6+
//
7+
// http://www.apache.org/licenses/LICENSE-2.0
8+
//
9+
// Unless required by applicable law or agreed to in writing, software
10+
// distributed under the License is distributed on an "AS IS" BASIS,
11+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
// See the License for the specific language governing permissions and
13+
// limitations under the License.
14+
115
import * as Long from "long";
216
import * as $protobuf from "protobufjs";
317
/** Namespace google. */

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"updateTime": "2019-11-12T12:22:44.520925Z",
2+
"updateTime": "2019-11-14T03:57:43.673187Z",
33
"sources": [
44
{
55
"generator": {
@@ -12,8 +12,8 @@
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f69562be0608904932bdcfbc5ad8b9a22d9dceb8",
16-
"internalRef": "279774957"
15+
"sha": "218164b3deba1075979c9dca5f71461379e42dd1",
16+
"internalRef": "280279014"
1717
}
1818
},
1919
{

synth.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
s.replace('**/doc/google/protobuf/doc_timestamp.js',
2525
'https:\/\/cloud\.google\.com[\s\*]*http:\/\/(.*)[\s\*]*\)',
2626
r"https://\1)")
27-
28-
s.replace('**/doc/google/protobuf/doc_timestamp.js',
29-
'toISOString\]',
30-
'toISOString)')
3127
# [END fix-dead-link]
3228

3329
subprocess.run(['npm', 'install'])

0 commit comments

Comments
 (0)