Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.34 KB

File metadata and controls

43 lines (26 loc) · 1.34 KB

Changelog

PyPI History

0.31.1

Bugfixes

  • Fix speech helpers to properly pass retry and timeout args. (#4828, #4830)

0.31.0

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.

0.30.0

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/