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

Releases: googleapis/python-speech

v0.36.0

19 Dec 01:33
Compare
Choose a tag to compare

New Features

  • Re-generate the library to pick up changes and new features in the underlying API. (#5915)

Documentation

  • Fix broken links to description of 'Beta' (#5917)
  • Replace links to '/stable/' with '/latest/'. (#5901)

v0.35.0

19 Dec 01:33
Compare
Choose a tag to compare

Implementation Changes

  • Re-generated the library to pick up new API features. (#5577)

Internal / Testing Changes

  • Add Test runs for Python 3.7 and remove 3.4 (#5295)
  • Avoid overwriting 'module' of messages from shared modules. (#5364)
  • Modify system tests to use prerelease versions of grpcio (#5304)

v0.34.0

19 Dec 01:33
Compare
Choose a tag to compare

Implementation Changes

  • Regenerate GAPIC to account for the removal of GoogleDataCollectionConfig and google_data_collection_opt_in (#5235)

v0.33.0

19 Dec 01:34
Compare
Choose a tag to compare

New Features

  • Add Audio Logging and Recognition Metadata. (#5123)

Internal / Testing Changes

  • Fix bad trove classifier

v0.32.1

19 Dec 01:41
Compare
Choose a tag to compare

Dependencies

  • Update dependency range for api-core to include v1.0.0 releases (#4944)

Testing and internal changes

  • Install local dependencies when running lint (#4936)
  • Re-enable lint for tests, remove usage of pylint (#4921)
  • Normalize all setup.py files (#4909)

v0.32.0

15 Jan 19:30
Compare
Choose a tag to compare

release level

Release Candidate

  • This is the (hopefully) final release candidate before the 1.0 release.

Features

  • This adds the v1p1beta1 endpoint. This version follows v1 and allows for preview of beta features, specifically selection of a custom model for certain tasks. (#4837)

v0.31.0

15 Jan 19:30
Compare
Choose a tag to compare

release level

Release Candidate

  • This is the (hopefully) final release candidate before 1.0.

⚠️ Breaking Changes!

  • The deprecated Speech layer (deprecated since 0.27.0) has been removed. If you are still using it, the migration guide is still available.
  • The following changes are technically breaking but very unlikely to affect you directly:
    • google.cloud.gapic.speech.v1 moved to google.cloud.speech_v1.gapic, in accordance with more recent clients.
    • google.cloud.proto.speech.v1 moved to google.cloud.speech_v1.proto, in accordance with more recent clients.

Dependencies

  • Removed dependency on google-gax.
  • Added dependency on google-api-core, its replacement.

v0.30.0

15 Jan 19:30
Compare
Choose a tag to compare

Documentation

  • Added link to "Python Development Environment Setup Guide" in project README (#4187, h/t to @michaelawyu)

Dependencies

  • Upgrading to google-cloud-core >= 0.28.0 and adding dependency on google-api-core (#4221, #4280)
  • Deferring to google-api-core for grpcio and googleapis-common-protosdependencies (#4096, #4098)

PyPI: https://pypi.org/project/google-cloud-speech/0.30.0/

v0.29.0

15 Jan 19:31
Compare
Choose a tag to compare

Docs

  • Stop referring to stable/ docs, they are defunct (#3766)
  • Fix broken link in Speech README, h/t to @jybaek (#3821)

Dependencies

  • Updating google-cloud-core ~= 0.27 (#3864)
  • Bump google-gax >= 0.15.14. (#3752)

PyPI: https://pypi.org/project/google-cloud-speech/0.29.0/

v0.28.0

15 Jan 19:31
Compare
Choose a tag to compare

Dependencies

  • Updating to google-cloud-core ~= 0.26, in particular, the underlying HTTP transport switched from httplib2 to requests (#3654, #3674)

Packaging

  • Fix inclusion of tests (vs. unit_tests) in MANIFEST.in (#3552)
  • Updating author_email in setup.py to googleapis-publisher@google.com. (#3598)

PyPI: https://pypi.org/project/google-cloud-speech/0.28.0/