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

Latest commit

 

History

History
483 lines (274 loc) · 25.6 KB

CHANGELOG.md

File metadata and controls

483 lines (274 loc) · 25.6 KB

Changelog

npm history

2.5.2 (2021-12-30)

Bug Fixes

2.5.1 (2021-11-08)

Bug Fixes

  • deps: update dependency mathjs to v10 (#559) (120a457)

2.5.0 (2021-10-14)

Features

  • turns on self-signed JWT feature flag (#540) (bb611a4)

2.4.5 (2021-08-17)

Bug Fixes

2.4.4 (2021-08-11)

Bug Fixes

2.4.3 (2021-07-21)

Bug Fixes

  • deps: google-gax v2.17.1 (#526) (8911d45)
  • deps: require google-gax v2.17.0 (#524) (5863c54)
  • make request optional in all cases (#521) (a45622a)
  • REST fallback client header (#513) (833d2d7)
  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#527) (dfb504e)

2.4.2 (2021-05-12)

Bug Fixes

2.4.1 (2021-03-07)

Bug Fixes

  • deps: update dependency mathjs to v9 (#482) (8917ce3)
  • Wrote inputs as string to facilitate parsing (#480) (3d9aa88)

2.4.0 (2021-01-09)

Features

2.3.1 (2020-11-25)

Bug Fixes

  • browser: check for fetch on window (50a3083)
  • do not modify options object, use defaultScopes (#466) (8aaf0c3)

2.3.0 (2020-10-27)

Features

  • Added text extraction health care option in create model. (#458) (8c488cb)

Bug Fixes

  • deps: update dependency yargs to v16 (#438) (713d005)

2.2.0 (2020-06-28)

Features

  • move ts target to es2018 from es2016 (#406) (c24dcc2)

Bug Fixes

  • proper fallback option handling (25d1f25)

2.1.0 (2020-06-04)

Features

  • check status of long running operation by its name (#397) (3edf825)

Bug Fixes

  • clean up synth.py for multiple version (#396) (a356064)
  • remove eslint, update gax, fix generated protos, run the generator (#377) (7889f29)
  • deps: update dependency mathjs to v7 (#400) (8cdcd80)

2.0.0 (2020-04-07)

⚠ BREAKING CHANGES

  • The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on npm.

Features

  • drop node8 support, support for async iterators (#364) (156ff6f)

1.11.0 (2020-03-12)

Features

  • deferred client initialization (83ea415)
  • move to typescript code generation (#332) (17f0d7a)
  • publish proto updates for v1beta1 surface (8b4a2b5)

1.10.1 (2020-01-28)

Bug Fixes

  • enum, bytes, and Long types now accept strings (6737cad)

1.10.0 (2019-12-05)

Features

Bug Fixes

  • deps: pin TypeScript below 3.7.0 (927b5ee)
  • correct AutoML Natural Language region tags to match with all other languages (bab8fcb)

1.9.2 (2019-11-18)

Bug Fixes

1.9.1 (2019-11-18)

Bug Fixes

1.9.0 (2019-11-12)

Features

  • adds GetAnnotationSpec, DeployModel, UndeployModel, ExportModel (#258) (0ffcec2)

Bug Fixes

  • docs: snippets are now replaced in jsdoc comments (#267) (5179b3c)

1.8.0 (2019-10-31)

Features

Bug Fixes

  • samples: remove extra print statement and "setEndpoint.js" from linkinator (#261) (5fcb647)

1.7.3 (2019-10-22)

Bug Fixes

1.7.2 (2019-10-14)

Bug Fixes

1.7.1 (2019-10-08)

Bug Fixes

  • createDataset now correctly returns operation (770b572)

1.7.0 (2019-10-04)

Bug Fixes

  • use compatible version of google-gax (754467c)

Features

1.6.0 (2019-10-01)

Features

  • adds ImageClassificationModelDeploymentMetadata (42d766d)

1.5.0 (2019-09-05)

Features

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

1.4.0 (2019-08-28)

Bug Fixes

  • deps: update dependency yargs to v14 (01aa9d6)
  • docs: remove reference-docs anchor (ee86e1d)

Features

  • introduces configuration, e.g., dimensions, for doc prediction (9c8ce64)

1.3.0 (2019-08-19)

Features

  • introduces validRowCount (a776956)

1.2.4 (2019-08-05)

Bug Fixes

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

1.2.3 (2019-07-29)

Bug Fixes

1.2.2 (2019-06-26)

Bug Fixes

  • docs: link to reference docs section on googleapis.dev (#205) (4e6d9a1)

1.2.1 (2019-06-14)

Bug Fixes

1.2.0 (2019-06-11)

Bug Fixes

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

Features

1.1.1 (2019-06-06)

Bug Fixes

1.1.0 (2019-05-23)

Features

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

1.0.0 (2019-05-13)

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

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

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

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

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

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

Documentation

  • Add missing JSDoc namespaces. (#14)