4.1.4 (2020-11-06)
4.1.3 (2020-09-12)
4.1.2 (2020-09-01)
4.1.1 (2020-07-06)
4.1.0 (2020-06-12)
4.0.0 (2020-05-15)
- The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
- check status of long running operation by its name (#590) (8581497)
- deferred client initialization (#548) (ef931e7)
- drop node8 support (#562) (29d0f3f)
- export protos in src/index.ts (7c33510)
- deps: update dependency @google-cloud/common to v3 (#561) (ac55d63)
- remove eslint, update gax, fix generated protos, run the generator (#573) (4be282e)
- deps: update dependency @google-cloud/storage to v5 (#595) (076d0be)
- deps: update dependency chalk to v4 (#567) (cda7977)
- samples: use writable stream (#597) (8f73071)
3.6.0 (2020-02-04)
- enum, bytes, and Long types now accept strings (9742189)
3.5.4 (2020-01-05)
- better client close(), update .nycrc, require mocha explicitly (824e75c)
- increase timeout from 20s to 60s (#490) (d822f90)
3.5.3 (2019-12-12)
- added clarity around needing SoX for 'streamingMicRecognize' sample (edee8d2)
3.5.2 (2019-12-11)
- make operationsClient and service stub public (0c22cd7)
3.5.1 (2019-12-05)
3.5.0 (2019-11-22)
In this release this library has been converted to TypeScript. This change is supposed to be compatible with the previous versions, but if you find that your code is broken by this change, please file an issue!
3.4.0 (2019-11-14)
- samples: bump auto-punctuation sample to v1 and move diarization to v1 (#463) (ebcd0d3)
- add support for speaker tag field (#466) (a027563)
3.3.2 (2019-10-22)
- deps: bump google-gax to 1.7.5 (#452) (3444982)
- deps: update dependency @google-cloud/storage to v4 (#449) (98f5d6b)
3.3.1 (2019-10-09)
- use compatible version of google-gax (14b96af)
3.3.0 (2019-09-16)
- docs: stop linking reference documents to anchor (d54da3d)
- introduces speaker diarization configuration (8adb72a)
- load protos from JSON, grpc-fallback support (3cc8989)
3.2.6 (2019-08-27)
- deps: update dependency yargs to v14 (254e9d9)
- use correct version for x-goog-api-client header (6fa0c13)
3.2.5 (2019-08-02)
- allow calls with no request, add JSON proto (61349c0)
3.2.4 (2019-07-29)
3.2.3 (2019-07-23)
3.2.2 (2019-06-26)
3.2.1 (2019-06-13)
3.2.0 (2019-06-06)
3.1.1 (2019-05-29)
3.1.0 (2019-05-24)
3.0.0 (2019-05-20)
- upgrade engines field to >=8.10.0 (#339)
- deps: update dependency @google-cloud/common to ^0.32.0 (13d76eb), closes #8203
- DEADLINE_EXCEEDED is idempotent (#351) (aa5cca5)
- DEADLINE_EXCEEDED no longer treated as idempotent and retried (8b0655f)
- deps: update dependency @google-cloud/common to v1 (#349) (d3f216d)
- deps: update dependency google-gax to ^0.26.0 (#338) (b589b2c)
- deps: update dependency google-gax to v1 (#350) (a43fb45)
03-20-2019 15:38 PDT
- fix: throw on invalid credentials (#302)
- fix(deps): update dependency @google-cloud/common to ^0.31.0 (#292)
- docs: add backticks to JavaScript samples in jsdoc (#317)
- docs(samples): Multi-channel GA sample (#295)
- docs: add lint/fix example to contributing guide (#291)
- docs: update links in contrib guide (#304)
- docs: update contributing path in README (#297)
- docs: move CONTRIBUTING.md to root (#296)
- chore: publish to npm using wombat (#322)
- build: use per-repo npm publish token (#320)
- chore: update proto comments and fix tests (#316)
- build: Add docuploader credentials to node publish jobs (#314)
- build: update release config (#310)
- build: use node10 to run samples-test, system-test etc (#313)
- chore: update proto docs and code style (#308)
- chore(deps): update dependency mocha to v6 (#305)
- build: use linkinator for docs test (#303)
- fix(deps): update dependency yargs to v13 (#301)
- build: create docs test npm scripts (#300)
- build: test using @grpc/grpc-js in CI (#298)
02-04-2019 14:07 PST
- feat: support audioChannelCount (#289)
- fix(deps): update dependency google-gax to ^0.25.0 (#287)
- chore(deps): update dependency eslint-config-prettier to v4 (#286)
- fix(deps): update dependency google-gax to ^0.24.0 (#283)
- fix(deps): update dependency @google-cloud/common to ^0.30.0 (#282)
- build: ignore googleapis.com in doc link check (#281)
- chore: update the generated doc comments (#279)
- chore: update year in the license headers (#280)
01-14-2019 12:45 PST
- feat: Multi-channel recognition
- fix(deps): update dependency google-gax to ^0.23.0 (#275)
- docs: check broken links in generated docs (#268)
01-08-2019 14:18 PST
- docs: update readme badges (#248)
- docs: fixed encoding typo (#263)
- docs(samples): updated samples code to use async await (#214)
- docs: remove unused long running operation message types
- docs: fix typo in sample (#203)
- fix(deps): update dependency @google-cloud/common to ^0.29.0 (#264)
- fix(deps): update dependency @google-cloud/common to ^0.27.0 (#245)
- fix(deps): update dependency @google-cloud/common to ^0.26.0 (#210)
- fix(deps): update dependency google-gax to ^0.22.0 (#236)
- fix(deps): update dependency through2 to v3 (#230)
- fix(deps): update dependency google-proto-files to ^0.17.0 (#200)
- refactor: modernize the sample tests (#265)
- chore(build): inject yoshi automation key (#262)
- chore: update nyc and eslint configs (#261)
- chore: fix publish.sh permission +x (#259)
- fix(build): fix Kokoro release script (#258)
- build: add Kokoro configs for autorelease (#257)
- chore: always nyc report before calling codecov (#253)
- chore: nyc ignore build/test by default (#252)
- chore: update license file (#250)
- fix(build): fix system key decryption (#246)
- chore: add a synth.metadata
- refactor: convert samples test from ava to mocha (#221)
- chore: update eslintignore config (#235)
- chore: update proto comments and grpc timeouts (#234)
- chore(deps): update dependency @google-cloud/nodejs-repo-tools to v3 (#233)
- chore: drop contributors from multiple places (#232)
- chore: use latest npm on Windows (#231)
- chore: update eslint config (#228)
- chore: update CircleCI config (#227)
- chore(deps): update dependency eslint-plugin-node to v8 (#219)
- fix: fix the sample tests again (#218)
- fix: fix the sample tests (#217)
- chore: remove unused dependencies (#216)
- chore: update issue templates (#215)
- chore: remove old issue template (#212)
- build: run tests on node11 (#211)
- chores(build): do not collect sponge.xml from windows builds (#209)
- chores(build): run codecov on continuous builds (#208)
- chore: update new issue template (#207)
- chore(deps): update dependency sinon to v7 (#202)
- build: fix codecov uploading on Kokoro (#204)
- fix: send streamingConfig as a separate write before audioContent (#176)
- fix: Parse response errors and emit as error event. (#172)
- fix(deps): update dependency google-gax to ^0.20.0 (#168)
- fix(samples): storage import (#166)
- fix(deps): update dependency @google-cloud/common to ^0.25.0 (#178)
- docs(sample): auto_punctuation & model selection (#179)
- docs: regenerate library README.md that got overwritten by samples README (#175)
- chore(deps): update dependency eslint-plugin-prettier to v3 (#193)
- Update kokoro config (#190)
- Update kokoro config (#189)
- test: remove appveyor config (#187)
- Update the CI config (#185)
- test: throw on deprecation (#132)
- Fix unhandled promise rejection in tests (#180)
- Enable prefer-const in the eslint config (#181)
- Enable no-var in eslint (#177)
- fix(tests): match regex (#174)
- Switch to let/const (#169)
- fix: Register error event handler immediately. (#156)
- Re-generate library using /synth.py (#160)
- brings in Audio logging, Automatic punctuation, Video transcription, Model selection features
- fix(deps): update dependency @google-cloud/storage to v2 (#159)
- chore(deps): update dependency nyc to v13 (#153)
- fix(deps): update dependency google-gax to ^0.19.0 (#148)
- chore(deps): update dependency eslint-config-prettier to v3 (#143)
- chore(deps): lock file maintenance (#137)
- chore(deps): lock file maintenance (#136)
- fix(deps): update dependency google-gax to ^0.18.0 (#131)
- chore(deps): lock file maintenance (#129)
- chore(deps): lock file maintenance (#123)
- chore(deps): update dependency eslint-plugin-node to v7 (#119)
- chore(deps): lock file maintenance (#117)
- Update CI config (#164)
- Retry npm install in CI (#161)
- Update the CircleCI config (#157)
- fix: use regex to test output (#150)
- updates word time offsets region tag (#146)
- Speech region tag update (#145)
- Update the CI config (#152)
- Add kokoro config (#151)
- chore: make the CircleCI config consistent
- chore: do not use npm ci (#141)
- chore: ignore package-lock.json (#138)
- chore: update renovate config (#133)
- chore: make the CircleCI config consistent
- chore: move mocha options to mocha.opts (#127)
- chore: require node 8 for samples (#128)
- test: use strictEqual in tests (#120)
- modify helpers.js to be compatible with generated code (#116)