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

Releases: googleapis/nodejs-automl

v1.2.0

11 Jun 17:01
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency mathjs to v6 (#195) (47364ab)

Features

v1.1.1

06 Jun 17:47
Compare
Choose a tag to compare

Bug Fixes

v1.1.0

23 May 15:01
Compare
Choose a tag to compare

Features

  • add .repo-metadata.json; allows us to generate new docs site (#183) (8b42e76)

v1.0.0

13 May 17:46
e0c5b71
Compare
Choose a tag to compare

Bug Fixes

  • deps: update dependency google-gax to v1 (#176) (423ae98)
  • DEADLINE_EXCEEDED is no longer retried (20eb86c)
  • DEADLINE_EXCEEDED retry code is idempotent (#177) (e8313ab)
  • deps: update dependency google-gax to ^0.26.0 (#166) (b449fc7)

Build System

BREAKING CHANGES

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

v0.2.0

03 Apr 20:46
Compare
Choose a tag to compare

04-03-2019 12:39 PDT

New Features

  • feat: support new AutoML problems; add batchPredict, exportModel methods

Implementation Changes

  • fix: include 'x-goog-request-params' header in requests (#149)

Documentation

  • docs: use backticks for JS values (#142)

Internal / Testing Changes

  • chore: publish to npm using wombat (#145)
  • build: use per-repo publish token (#144)

v0.1.4

12 Mar 21:01
Compare
Choose a tag to compare

03-12-2019 13:50 PDT

This patch release has a few bug fixes and dependency updates. Enjoy!

Bug fixes

  • fix: throw on invalid credentials (#130)
  • fix: use credential file to get project id (#111)

Dependencies

  • fix(deps): update dependency google-gax to ^0.25.0 (#120)

Documentation

  • docs(samples): move AutoML vision samples from nodejs-vision (#134)
  • docs: update proto docs and code style
  • docs: update links in contrib guide (#132)
  • docs: update contributing path in README (#127)
  • docs: move CONTRIBUTING.md to root (#126)
  • docs: add lint/fix example to contributing guide (#124)
  • docs: update examples in comments (#123)
  • docs: proper require stmt (#113)

Internal / Testing Changes

  • refactor: update json import paths (#140)
  • build: Add docuploader credentials to node publish jobs (#138)
  • build: use node10 to run samples-test, system-test etc (#137)
  • build: update release configuration
  • chore(deps): update dependency mocha to v6
  • build: use linkinator for docs test (#131)
  • build: create docs test npm scripts (#129)
  • build: test using @grpc/grpc-js in CI (#128)
  • refactor: improve generated code style. (#122)
  • chore: re-arrange exports. (#121)
  • chore(deps): update dependency eslint-config-prettier to v4 (#119)
  • build: ignore googleapis.com in doc link check (#117)
  • chore: sync gapic files
  • build: check broken links in generated docs (#112)
  • test: add a basic system test (#106)

v0.1.3

17 Dec 17:01
69ea5fc
Compare
Choose a tag to compare

12-15-2018 12:46 PST

Dependencies

  • fix(deps): update dependency google-gax to ^0.22.0 (#82)
  • fix(deps): update dependency google-gax to ^0.20.0 (#47)

Documentation

  • docs: Add a comment to hint at format of payload for prediction. (#93)
  • docs: update readme badges (#90)

Internal / Testing Changes

  • chore: basic proto updates (#105)
  • chore(build): inject yoshi automation key (#104)
  • chore: update nyc and eslint configs (#103)
  • chore: fix publish.sh permission +x (#102)
  • fix(build): fix Kokoro release script (#101)
  • build: add Kokoro configs for autorelease (#100)
  • chore: always nyc report before calling codecov (#98)
  • chore: nyc ignore build/test by default (#97)
  • chore: clean up usage of prettier and eslint (#96)
  • chore: update license file (#92)
  • fix(build): fix system key decryption (#88)
  • chore: add synth.metadata
  • chore: update eslintignore config (#81)
  • chore: drop contributors from multiple places (#80)
  • chore: use latest npm on Windows (#79)
  • chore: update CircleCI config (#78)
  • chore: include build in eslintignore (#75)
  • chore(deps): update dependency eslint-plugin-node to v8 (#71)
  • chore: update issue templates (#70)
  • chore: remove old issue template (#68)
  • build: run tests on node11 (#67)
  • chores(build): do not collect sponge.xml from windows builds (#66)
  • chores(build): run codecov on continuous builds (#65)
  • chore: update new issue template (#64)
  • build: fix codecov uploading on Kokoro (#61)
  • Update kokoro config (#59)
  • chore(deps): update dependency eslint-plugin-prettier to v3 (#58)
  • build: prevent system/sample-test from leaking credentials
  • Update kokoro config (#55)
  • test: remove appveyor config (#54)
  • Update the CI config (#53)
  • Enable prefer-const in the eslint config (#51)
  • Enable no-var in eslint (#50)
  • Switch to let/const (#49)
  • test: throw on deprecation (#23)
  • Update CI config (#46)
  • Remove unused dependencies (#44)
  • Retry npm install in CI (#43)
  • Update CI config (#40)
  • Re-generate library using /synth.py (#39)
  • chore(deps): update dependency nyc to v13 (#37)
  • Update the CI config (#36)

v0.1.2

24 Aug 20:12
f28a010
Compare
Choose a tag to compare

Dependency updates

  • fix(deps): update dependency google-gax to ^0.19.0 (#31)
  • fix(deps): update dependency google-gax to ^0.18.0 (#22)
  • chore(deps): update dependency eslint-config-prettier to v3 (#30)

Keepin' the lights on

  • chore: make the CircleCI config consistent (#32)
  • chore: do not use npm ci (#29)
  • chore: ignore package-lock.json (#27)
  • chore(deps): lock file maintenance (#26)
  • chore(deps): lock file maintenance (#25)
  • chore: update renovate config (#24)
  • chore(deps): lock file maintenance (#21)
  • chore: move mocha options to mocha.opts (#19)
  • chore: require node 8 for samples (#20)
  • Re-generate library using /synth.py (#18)
  • chore(deps): lock file maintenance (#17)
  • nit: Google LLC (#16)

v0.1.1

23 Jul 22:07
958a63f
Compare
Choose a tag to compare

This patch release addresses a namespacing issue that affected our docs.

Documentation

  • Add missing JSDoc namespaces. (#14)

v0.1.0

18 Jul 18:51
c9bd10e
Compare
Choose a tag to compare

Initial release of the Cloud AutoML NodeJS client library.