Skip to content

Commit

Permalink
Add the v1 (stable) endpoint. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored and callmehiphop committed Nov 14, 2017
1 parent de229ec commit 4469d1d
Show file tree
Hide file tree
Showing 15 changed files with 1,919 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"requiresProjectId": true,
"product": "video",
"client_reference_url": "https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest/",
"release_quality": "beta",
"release_quality": "ga",
"samples": [
{
"id": "video",
Expand Down
11 changes: 6 additions & 5 deletions packages/google-cloud-videointelligence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# [Google Cloud Video Intelligence API: Node.js Client](https://github.com/googleapis/nodejs-video-intelligence)

[![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)
[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-video-intelligence.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-video-intelligence)
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-video-intelligence?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-video-intelligence)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-video-intelligence/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-video-intelligence)
Expand Down Expand Up @@ -142,10 +142,11 @@ also contains samples.

This library follows [Semantic Versioning](http://semver.org/).

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.
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.

More Information: [Google Cloud Platform Launch Stages][launch_stages]

Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/video-intelligence",
"description": "Google Cloud Video Intelligence API client for Node.js",
"version": "0.4.0",
"version": "1.0.0",
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"protobufjs": "^6.8.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.1.0",
"@google-cloud/nodejs-repo-tools": "^2.1.1",
"async": "^2.5.0",
"codecov": "^3.0.0",
"eslint": "^4.9.0",
Expand All @@ -69,6 +69,6 @@
"mocha": "^4.0.1",
"nyc": "^11.2.1",
"power-assert": "^1.4.4",
"prettier": "^1.7.4"
"prettier": "^1.8.1"
}
}
Loading

0 comments on commit 4469d1d

Please sign in to comment.