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

Releases: googleapis/nodejs-vision

v1.3.0

09 Sep 19:16
Compare
Choose a tag to compare

Bug Fixes

  • use process versions object for client header (#428) (c1dde85)
  • samples: upgrade yargs and fix broken CLI config (#436) (1a9c374)

Features

  • load protos from JSON, grpc-fallback support (9914445)

v1.2.0

19 Aug 20:16
Compare
Choose a tag to compare

Features

  • adds support for multiple regions (244e21e)

v1.1.4

05 Aug 17:16
Compare
Choose a tag to compare

Bug Fixes

  • allow calls with no request, add JSON proto (55c0380)

v1.1.3

26 Jun 22:34
Compare
Choose a tag to compare

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#406) (fa2fb3f)

v1.1.2

17 Jun 14:01
Compare
Choose a tag to compare

Bug Fixes

v1.1.1

11 Jun 16:16
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency mathjs to v6 (#399) (6c37196)

v1.1.0

05 Jun 17:25
Compare
Choose a tag to compare

Features

  • support apiEndpoint override in client constructor (#393) (7777275)

v1.0.0

13 May 20:16
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-gax to v1 (#376) (14a5ca9)
  • DEADLINE_EXCEEDED is idempotent (#377) (d7ed2d3)
  • deps: update dependency @google-cloud/promisify to v1 (#367) (f1a5bcc)
  • deps: update dependency google-gax to ^0.26.0 (#362) (81a3379)
  • include 'x-goog-request-params' header in requests (4e7a1c6), closes #353
  • samples: make test assertion less specific (#354) (435ddf0)

Build System

Features

BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#363)

v0.25.0

25 Feb 15:02
Compare
Choose a tag to compare

02-22-2019 17:39 PST

New Features

This release contains a new version (v1p4beta1) of the Vision API. To use this version, construct the client liks this:

const vision = require('@google-cloud/vision');
const client = new vision.v1p4beta1.ImageAnnotatorClient();
  • feat: gen v1p4beta1: online PDF, async batch image annotate (#331)

Implementation Changes

  • fix: throw on invalid credentials in v1p4beta1 (#334)
  • fix: throw on invalid credentials (#326)

Dependencies

  • chore(deps): update dependency mocha to v6 (#330)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#328)
  • fix(deps): update dependency yargs to v13 (#325)
  • fix(deps): update dependency google-gax to ^0.25.0 (#315)
  • fix(deps): update dependency google-gax to ^0.24.0 (#312)
  • chore(deps): update dependency eslint-config-prettier to v4 (#313)
  • fix(deps): update dependency google-gax to ^0.23.0 (#307)

Documentation / Samples

  • docs: update contributing path in README (#321)
  • docs: update links in contrib guide (#329)
  • docs: add lint/fix example to contributing guide (#318)
  • docs: fix example comments (#317)
  • fix(docs): remove unused long running operations types
  • docs: improve detect.js samples (#300)

Internal / Testing Changes

  • build: use linkinator for docs test (#327)
  • build: create docs test npm scripts (#324)
  • build: test using @grpc/grpc-js in CI (#322)
  • chore: move CONTRIBUTING.md to root (#320)
  • refactor: improve generated code style. (#316)
  • fix: ignore case in system test assertions (#314)
  • build: ignore googleapis.com in doc link check (#310)
  • chore: update year in the license headers. (#309)
  • build: check broken links in generated docs (#301)

v0.24.0

19 Dec 22:16
7d98c80
Compare
Choose a tag to compare

12-19-2018 13:36 PST

Implementation Changes

This release contains breaking change

  • BREAKING: rename method imagePath => referenceImagePath (#296)
    The method ProductSearchClient.imagePath was renamed referenceImagePath:
// old code
const formattedName = client.imagePath(...);

// new code
const formattedName = client.referenceImagePath(...);
  • fix: Param "scoreThreshold" should be "score_threshold" (#234)

New Features

  • ProductSearch GA (#280)

Dependencies

  • refactor: remove unused deps (#261)
  • fix(deps): update dependency google-gax to ^0.22.0 (#265)
  • chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#263)
  • fix(deps): update dependency @google-cloud/vision to ^0.23.0 (#260)

Documentation

  • docs: fix productSearch example (#285)
  • docs: update readme badges (#283)
  • docs(samples): updated samples code to use async/await and tests to use mocha (#241)

Internal / Testing Changes

  • chore: modernize the samples and sample tests (#297)
  • chore(build): inject yoshi automation key (#294)
  • chore: update nyc and eslint configs (#293)
  • chore: fix publish.sh permission +x (#292)
  • fix(build): fix Kokoro release script (#291)
  • build: add Kokoro configs for autorelease (#290)
  • chore: always nyc report before calling codecov (#288)
  • chore: nyc ignore build/test by default (#287)
  • chore: update license file (#284)
  • fix(build): fix system key decryption (#282)
  • test: make product search tests run (#269)
  • chore: update eslintignore config (#264)
  • chore: drop contributors from multiple places (#262)