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

Releases: googleapis/python-speech

v2.0.1

16 Nov 23:17
ea608e9
Compare
Choose a tag to compare

Bug Fixes

  • deleted a line duplicating the call to the recognizer (#83) (3ef6ce5)
  • migrated samples to speech 2.0.0 (#78) (47dd992)

v2.0.0

24 Sep 15:47
01d01f6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • migrate to microgenerator (#61)

Features

Documentation

  • remove example usage from READMe (#46) (4214630)

v1.3.2

03 Feb 23:46
c017985
Compare
Choose a tag to compare

Bug Fixes

  • speech: increase default timeout for v1p1beta1 (via synth) (#9999) (e9b4919)
  • speech: increase timeout values in client config (via synth) (#9922) (8d34bea)
  • speech: mark Recognize idempotent (via synth) (#9874) (a69e08c)
  • speech: move 'speaker_tag' field from 'SpeakerDiarizationConfig' to 'WordInfo' (via synth) (#9576) (2ba5ab9)
  • speech: re-add unused speaker_tag; update spacing in docs templates (via synth) (#9765) (e1c5a54)

v1.3.1

19 Dec 01:30
Compare
Choose a tag to compare

12-06-2019 13:05 PST

Implementation Changes

  • Increase timeout values in client config (via synth). (#9922)

v1.3.0

19 Dec 01:30
Compare
Choose a tag to compare

11-21-2019 14:03 PST

Implementation Changes

  • Mark Recognize as idempotent (via synth). (#9874)
  • Re-add unused speaker_tag; update spacing in docs templates (via synth). (#9765)
  • Move speaker_tag field from SpeakerDiarizationConfig to WordInfo (via synth). (#9576)
  • Remove send/recv msg size limit (via synth). (#8969)

New Features

  • Add speaker diarization configuration support (via synth). (#9202)
  • Add SpeakerDiarizationConfig, deprecate enable_speaker_diarization and diarization_speaker_count (via synth). (#8795)

Documentation

  • Add python 2 sunset banner to documentation. (#9036)
  • Reorder samples. (#9313)
  • Update docstrings (via synth). (#9292)
  • Fix intersphinx reference to requests. (#9294)
  • Add generated code samples. (#9153)
  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#9085)
  • Remove compatibility badges from READMEs. (#9035)
  • Update intersphinx mapping for requests. (#8805)

Internal / Testing Changes

  • Add v1p1beta1 systests for longrunning / streaming recognize. (#9287)
  • Add v1 systests for longrunning / streaming recognize. (#9285)
  • Update samples manifest (via synth). (#9211)

v1.2.0

19 Dec 01:31
Compare
Choose a tag to compare

07-24-2019 17:35 PDT

New Features

  • Add 'client_options' support (via synth). (#8534)

Dependencies

  • Bump minimum version for google-api-core to 1.14.0. (#8709)
  • Pin black version (via synth). (#8596)

Documentation

  • Link to googleapis.dev documentation in READMEs. (#8705)
  • Add compatibility check badges to READMEs. (#8288)

v1.1.0

19 Dec 01:31
Compare
Choose a tag to compare

06-27-2019 16:55 PDT

Implementation Changes

  • Allow kwargs to be passed to 'create_channel' (via synth). (#8428)
  • Remove classifier for Python 3.4 for end-of-life. (#7535)

New Features

  • Increase speech max received msg size to 256 MiB (#8338)
  • Add MP3 to Audio Encoding and add boost to Speech Context (via synth). (#8109)
  • Add Recognition Metadata (via synth). (#7961)

Documentation

  • Update to show 'google-cloud-speech' is GA. (#8453)
  • Tweak 'SpeechContext' docstring (via synth). (#8223)

Internal / Testing Changes

  • All: Add docs job to publish to googleapis.dev. (#8464)
  • (Re)-blacken (via synth). (#8446)
  • Add disclaimer to auto-generated template files (via synth). (#8328)
  • Suppress checking 'cov-fail-under' in nox default session (via synth). (#8252)
  • Fix coverage in 'types.py' (via synth). (#8164)
  • Blacken noxfile.py, setup.py (via synth). (#8132)
  • Add empty lines. (#8072)
  • Update noxfile (via synth). (#7836)
  • Add nox session docs (via synth). (#7782)

v1.0.0

19 Dec 01:31
Compare
Choose a tag to compare

03-18-2019 08:05 PDT

Implementation Changes

  • Remove unused message exports. (#7275)

New Features

  • Promote google-cloud-speech to GA (#7525)

Documentation

  • Updated client library documentation URLs. (#7307)

Internal / Testing Changes

  • Speech: copy lintified proto files (via synth).
  • Add clarifying comment to blacken nox target. (#7404)
  • Copy proto files alongside protoc versions. Remove unneeded utf-8 header.

v0.36.3

19 Dec 01:32
Compare
Choose a tag to compare

01-31-2019 09:57 PST

New Features

  • Add 'RecognitionConfig.audio_channel_count' field via synth. (#7240)

Documentation

  • Modify file headers. (#7158)

Internal / Testing Changes

  • Add protos as an artifact to library (#7205)

v0.36.1

19 Dec 01:32
Compare
Choose a tag to compare

12-18-2018 09:46 PST

Implementation Changes

  • Import iam.policy from google.api_core. (#6741)
  • Pick up fixes to GAIPC generator. (#6508)
  • Add result_end_time, docstring changes via synth. (#6462)
  • Assorted synth fixups / cleanups (#6400)
  • Fix client_info bug, update docstrings and timeouts. (#6421)
  • Re-generate library using speech/synth.py (#5979)

Dependencies

  • Bump minimum api_core version for all GAPIC libs to 1.4.1. (#6391)

Documentation

  • Document Python 2 deprecation (#6910)
  • Clarify passed arguments in speech examples. (#6857)
  • Docs: normalize use of support level badges (#6159)
  • Fix client library URL. (#6052)
  • Prep docs for repo split. (#6017)

Internal / Testing Changes

  • Synth.metadata. (#6868)
  • Update noxfile.
  • Blacken all gen'd libs (#6792)
  • Omit local deps (#6701)
  • Run black at end of synth.py (#6698)
  • Run Black on Generated libraries (#6666)
  • Add templates for flake8, coveragerc, noxfile, and black. (#6642)
  • Add / fix badges for PyPI / versions. (#6158)
  • Use new Nox (#6175)