Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Releases: googleapis/nodejs-speech

v4.1.1

07 Jul 21:01
c656a24
Compare
Choose a tag to compare

Bug Fixes

v4.1.0

15 Jun 21:46
36e847f
Compare
Choose a tag to compare

Features

  • secrets: begin migration to secret manager from keystore (#605) (e3ac050)

Bug Fixes

v4.0.0

02 Jun 22:06
e16ec91
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

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

Features

Bug Fixes

  • 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)

v3.6.0

04 Feb 21:46
8dd0571
Compare
Choose a tag to compare

Features

  • created sample for speechcontext classes (#515) (69e9d28)

Bug Fixes

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

v3.5.4

06 Jan 18:48
Compare
Choose a tag to compare

Bug Fixes

  • better client close(), update .nycrc, require mocha explicitly (824e75c)
  • increase timeout from 20s to 60s (#490) (d822f90)

v3.5.3

12 Dec 23:03
Compare
Choose a tag to compare

Bug Fixes

  • added clarity around needing SoX for 'streamingMicRecognize' sample (edee8d2)

v3.5.2

11 Dec 20:03
Compare
Choose a tag to compare

Bug Fixes

  • make operationsClient and service stub public (0c22cd7)

v3.5.1

05 Dec 23:18
Compare
Choose a tag to compare

Bug Fixes

v3.5.0

04 Dec 15:16
Compare
Choose a tag to compare

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!

Features

Bug Fixes

  • deps: update dependency yargs to v15 (#469) (9e7d2e4)

v3.4.0

15 Nov 01:17
Compare
Choose a tag to compare

Features

  • samples: bump auto-punctuation sample to v1 and move diarization to v1 (#463) (ebcd0d3)
  • add support for speaker tag field (#466) (a027563)

Bug Fixes

  • docs: snippets are now replaced in jsdoc comments (#465) (e8c4269)