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

Releases: googleapis/nodejs-media-translation

v2.3.1

30 Jun 16:38
6b049f2
Compare
Choose a tag to compare

Bug Fixes

v2.3.0

25 Jun 16:33
31f4d5c
Compare
Choose a tag to compare

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

v2.2.3

02 Mar 01:33
7a1d291
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.2

02 Dec 20:21
9a1b3e3
Compare
Choose a tag to compare

Bug Fixes

  • browser: check for fetch on window (c0245c5)

v2.2.1

12 Nov 22:32
f58a09e
Compare
Choose a tag to compare

Bug Fixes

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

v2.2.0

29 Jun 22:06
445872d
Compare
Choose a tag to compare

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)

v2.1.0

04 Jun 19:48
6c52ff1
Compare
Choose a tag to compare

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)

v2.0.0

07 Apr 00:20
be2c8a8
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

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

v1.0.0

24 Mar 19:31
ecc984a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • initial library generation (#1)

Features