Skip to content

Latest commit

 

History

History
122 lines (58 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

122 lines (58 loc) · 7.17 KB

Changelog

2.4.0 (2021-09-08)

Features

  • turns on self-signed JWT feature flag (#176) (26a0d2e)

2.3.4 (2021-08-17)

Bug Fixes

2.3.3 (2021-07-21)

Bug Fixes

  • Updating WORKSPACE files to use the newest version of the Typescript generator. (#166) (a1899d2)

2.3.2 (2021-07-12)

Bug Fixes

2.3.1 (2021-06-30)

Bug Fixes

2.3.0 (2021-06-25)

⚠ BREAKING CHANGES

  • Remove unsupported fields: recognition_result and alternative_source_language_codes. docs: Add more comments for supported audio type (#131)

Bug Fixes

  • build: next version should be 2.3.0 (#158) (1d4f7a0)
  • deps: require google-gax v2.12.0 (#139) (bda81f9)
  • GoogleAdsError missing using generator version after 1.3.0 (#147) (735843a)
  • Remove unsupported fields: recognition_result and alternative_source_language_codes. docs: Add more comments for supported audio type (#131) (cfaeb1c)
  • use require() to load JSON protos (#141) (1bc887c)

2.2.3 (2021-02-04)

Bug Fixes

  • Added check to see if stream has been destroyed before writing result… (#107) (5922538)

2.2.2 (2020-11-25)

Bug Fixes

  • browser: check for fetch on window (c0245c5)

2.2.1 (2020-11-07)

Bug Fixes

  • do not modify options object, use defaultScopes (#94) (5c6d930)

2.2.0 (2020-06-28)

Features

  • move ts target to es2018 from es2016 (#46) (2e5065b)
  • samples: demonstrate real-time conversation translation (#48) (6331d9d)

Bug Fixes

  • proper fallback option handling (e0a5f7d)

2.1.0 (2020-06-04)

Features

  • adds 'single_utterance' to stream from file sample (#20) (9455e20)

Bug Fixes

  • regen protos and tests, formatting (#39) (684f355)
  • remove eslint, update gax, fix generated protos, run the generator (#24) (3aca62a)
  • streaming mic sample (488c235)

2.0.0 (2020-04-05)

⚠ BREAKING CHANGES

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

Features

  • adds media translation file, mic samples (db91593)
  • drop node8 support (#17) (b662dc6)

1.0.0 (2020-03-24)

⚠ BREAKING CHANGES

  • initial library generation (#1)

Features