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

Releases: googleapis/nodejs-speech

v5.2.0

24 Jan 00:40
1749949
Compare
Choose a tag to compare

5.2.0 (2023-01-20)

Features

  • Added SuggestConversationSummary RPC (#978) (f1fc857)

v5.1.1

10 Jan 03:36
48fddba
Compare
Choose a tag to compare

5.1.1 (2022-12-19)

Bug Fixes

v5.1.0

30 Sep 17:45
d0887fa
Compare
Choose a tag to compare

5.1.0 (2022-09-30)

Features

Note: the v2 API is not enabled yet, it will be enabled within a few weeks. The v1 version is still the default at this moment.
We'll switch the default to v2 in the next major release of the library.

v5.0.3

26 Sep 15:30
e55d256
Compare
Choose a tag to compare

5.0.3 (2022-09-22)

Bug Fixes

  • Preserve default values in x-goog-request-params header (#928) (ea654b5)

v5.0.2

08 Sep 20:52
54d0a4a
Compare
Choose a tag to compare

5.0.2 (2022-09-01)

Bug Fixes

  • Allow passing gax instance to client constructor (#924) (758a28a)
  • Do not import the whole google-gax from proto JS (#1553) (#923) (c300569)

v5.0.1

26 Aug 19:21
b9dff84
Compare
Choose a tag to compare

5.0.1 (2022-08-23)

Bug Fixes

  • better support for fallback mode (#918) (7cf922a)
  • change import long to require (#920) (375a9b0)
  • deps: do not depend on protobufjs; bump dep in samples (#911) (02c3fb7)
  • deps: update dependency @google-cloud/common to v4 (#896) (3bdda3f)
  • deps: update dependency @google-cloud/storage to v6 (#893) (738c538)
  • deps: update dependency google-proto-files to v3 (#900) (557a2f0)
  • deps: update dependency proto3-json-serializer to v1 (#890) (697ca5c)
  • remove pip install statements (#1546) (#922) (8699490)

v5.0.0

30 Jun 19:28
2c369c7
Compare
Choose a tag to compare

5.0.0 (2022-06-24)

⚠ BREAKING CHANGES

  • update library to use Node 12 (#891)

Build System

v4.10.2

02 May 17:50
e13e14a
Compare
Choose a tag to compare

4.10.2 (2022-05-02)

Bug Fixes

v4.10.1

12 Apr 19:26
f42ee01
Compare
Choose a tag to compare

4.10.1 (2022-04-11)

Bug Fixes

  • use full link in comment to fix JSDoc broken link (#851) (1f34087)

v4.10.0

17 Jan 19:56
c682cfb
Compare
Choose a tag to compare

4.10.0 (2022-01-17)

Features

  • add alternative_language_codes to RecognitionConfig (#824) (f5cfad6)
  • add hint boost in SpeechContext (f5cfad6)
  • add result_end_time to SpeechRecognitionResult (#825) (11363fe)
  • add SpeechAdaptation configuration (f5cfad6)
  • add spoken punctuation and spoken emojis (f5cfad6)
  • add WEBM_OPUS codec (f5cfad6)
  • add word confidence (f5cfad6)

Bug Fixes